Internal React Native SDK QA App
-
If you have already installed Node on your system, make sure it is Node 8.3 or newer.
-
Configure your environment following React Native CLI
$ yarn install
or$ npm install
$ yarn ci
- For iOS only
$ cd ios && pod install && cd ..
- iOS:
$ yarn ios
or$ npm run ios
or Android:$ yarn android
or$ npm run android