Barebones React Native app + Detox Typescript setup
Run App:
- start emulator
- start metro server - npx react-native start
- build and run app - npx react-native run-android|run-ios
To run:
- yarn install
- detox build -c android.emu.release
- detox test -c android.emu.release
Notes:
- specify your emulator in detox.config.js file
- this project was created on windows 11 machine and only android has been ran so far.