The core code of this application was generated automatically by create-opinionated-app.
Before running the application make sure that you have following dependencies set up:
- react-native
- detox [optional]
yarn install
cd ios && pod install && cd ..
If you have any problems with building your application, please, look at FAQ section of this README or create an issue on GitHub.
- Start javascript bundler:
yarn start
- Run iOS:
yarn start:ios
- Run android:
yarn start:android
yarn test
runs jestyarn detox:ios:build
builds iOS project for detoxyarn detox:ios
run detox on iOSyarn detox:android:build
builds Android project for detoxyarn detox:android
run detox on Android
You can find config files for these hand-crafted code quality resources here. ❤
There are not any known issues. If your application is not working for some reason, please, create an issue. 🙏