apps/bare-expo/README.md
Learn more about this project in CONTRIBUTING.md.
yarn android (runs npm install if needed, builds the React Android binaries, generate an emulator, start Metro, and open the app in the emulator)yarn ios (this will automatically pod install, npm install, open a simulator, clear and start Metro, then open the app in the simulator)yarn test:ios (same as yarn ios but it prepares for E2E testings.)yarn open <ios | android> <...Modules> this requires the platform to be running already (deep links you into the test-suite app and runs the provided tests)
yarn open ios Constants Cryptoyarn open android Randomyarn nuke (deletes all generated files for testing the setup scripts)