React Native Android Detox. The project has already been patched with the additional Android configuration.
Follow the environment setup.
Clone the repository:
git clone https://github.com/remarkablemark/react-native-android-detox.git
cd react-native-android-detox
Install the dependencies:
yarn
Build the Android debug app:
yarn detox build --configuration android.emu.debug
Build the Android release app:
yarn detox build --configuration android.emu.release
Start the app:
yarn start
Run the test:
yarn detox test --configuration android.emu.debug
Run the test:
yarn detox test --configuration android.emu.release