Describe your project here.
Optional:
- To run on Android Emulator, Android Studio
- To run on iOS Simulator, Xcode
- Clone the repo
- Run
yarn install
Dependencies are locked with yarn.lock; please use yarn rather than npm for installing.
- Run
yarn start
- Run
detox build -c ios.sim.debug(only needs to be run once per native code changes) - Run
detox test -c ios.sim.debug