1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:31:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-update/Example/testHotUpdate
波仔糕 97848e7b13 support to harmony local debug mode (#493)
* support to Expo

* update

* update

* update

* support to harmony local debug

* udpate

* update

---------

Co-authored-by: Steven <steven@Stevens-MacBook-Pro.local>
2025-04-12 19:20:49 +08:00
..
2022-06-01 16:43:43 +08:00
2025-03-06 22:33:39 +08:00
2024-03-20 21:47:44 +08:00
2025-03-15 19:08:27 +08:00
2023-04-03 11:18:31 +08:00
2025-04-11 10:17:08 +08:00
2023-04-03 11:21:15 +08:00
2024-10-11 23:47:27 +08:00
2025-03-06 22:33:39 +08:00
2022-06-01 16:43:43 +08:00
2019-10-04 18:38:54 +08:00
2023-04-02 12:51:43 +08:00
2024-11-16 07:48:03 +08:00
2025-03-15 19:08:27 +08:00
2019-10-04 18:38:54 +08:00
2025-03-06 22:33:39 +08:00
2025-04-09 10:48:46 +08:00
2023-04-02 12:51:43 +08:00
2025-04-09 10:48:46 +08:00

react-native-android-detox

e2e-android

React Native Android Detox. The project has already been patched with the additional Android configuration.

Prerequisites

Follow the environment setup.

Install

Clone the repository:

git clone https://github.com/remarkablemark/react-native-android-detox.git
cd react-native-android-detox

Install the dependencies:

yarn

Build

Android (Debug)

Build the Android debug app:

yarn detox build --configuration android.emu.debug

Android (Release)

Build the Android release app:

yarn detox build --configuration android.emu.release

Test

Android (Debug)

Start the app:

yarn start

Run the test:

yarn detox test --configuration android.emu.debug

Android (Release)

Run the test:

yarn detox test --configuration android.emu.release