Before run Android or iOS project, make sure, that you have React Native command line. If no, use below command:
npm install -g react-native-cli
- Run commands in project root folder:
npm install
- Run application from terminal with command in root catalog:
react-native run-android
- Run command in project root folder:
npm install
- Then, in iOS catalog, to resolve dependencies:
pod install
- Run application directly from terminal with command in root catalog:
react-native run-ios