- React Native CLI 2.0.1
sudo npm i -g react-native-clinpm ireact-native link react-native-gesture-handlerreact-native link react-native-vector-icons
- For iOS:
react-native run-ios - For Android:
react-native run-android
- No bundle URL present
rm -r ios/build
Please note that you will need to have Xcode and/or Android Studio installed to run these applications