This app demonstrates use of react-native to create project which use react-navigation.
- Clone repository
git clone https://github.com/rajnishc8/Week1-T1-RNA
cd Week1-T1-RNA
npm install
react-native run-android
- react-native init Week1_Task1_RNA_V1
- cd Week1_Task1_RNA_V1
2a.) npm install --save react-navigation
2b.) npm install --save react-native-vector-icons <- run this from admin command prompt.
2c.) react-native link <- do this after installing all npm packages.
- react-native run-android.
- wait few moments . You should see app running in device or emulator.