How to create your first project fast?
Get the command line tool
npm install exp --global
Create your first project
exp init my-new-project
cd my-new-project
exp start
npm install react-navigation@1.1.2
npm install --save react-native-elements
npm install native-base --save
npm install @expo/vector-icons --save
Start the build
exp build:android
exp build:ios
Good complete project
https://expo.io/@geekyants/nativebasekitchensink
source code
https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/CRNA
Get the command line tool
npm install exp --global
Create your first project
exp init my-new-project
cd my-new-project
exp start
npm install react-navigation@1.1.2
npm install --save react-native-elements
npm install native-base --save
npm install @expo/vector-icons --save
Start the build
exp build:android
exp build:ios
Good complete project
https://expo.io/@geekyants/nativebasekitchensink
source code
https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/CRNA