mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-30 04:43:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			67 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # react-native-android-detox
 | |
| 
 | |
| [](https://github.com/remarkablemark/react-native-android-detox/actions/workflows/e2e-android.yml)
 | |
| 
 | |
| React Native Android Detox. The project has already been patched with the [additional Android configuration](https://wix.github.io/Detox/docs/introduction/project-setup/).
 | |
| 
 | |
| ## Prerequisites
 | |
| 
 | |
| Follow the [environment setup](https://wix.github.io/Detox/docs/introduction/getting-started).
 | |
| 
 | |
| ## Install
 | |
| 
 | |
| Clone the repository:
 | |
| 
 | |
| ```sh
 | |
| git clone https://github.com/remarkablemark/react-native-android-detox.git
 | |
| cd react-native-android-detox
 | |
| ```
 | |
| 
 | |
| Install the dependencies:
 | |
| 
 | |
| ```sh
 | |
| yarn
 | |
| ```
 | |
| 
 | |
| ## Build
 | |
| 
 | |
| ### Android (Debug)
 | |
| 
 | |
| Build the Android debug app:
 | |
| 
 | |
| ```sh
 | |
| yarn detox build --configuration android.emu.debug
 | |
| ```
 | |
| 
 | |
| ### Android (Release)
 | |
| 
 | |
| Build the Android release app:
 | |
| 
 | |
| ```sh
 | |
| yarn detox build --configuration android.emu.release
 | |
| ```
 | |
| 
 | |
| ## Test
 | |
| 
 | |
| ### Android (Debug)
 | |
| 
 | |
| Start the app:
 | |
| 
 | |
| ```sh
 | |
| yarn start
 | |
| ```
 | |
| 
 | |
| Run the test:
 | |
| 
 | |
| ```sh
 | |
| yarn detox test --configuration android.emu.debug
 | |
| ```
 | |
| 
 | |
| ### Android (Release)
 | |
| 
 | |
| Run the test:
 | |
| 
 | |
| ```sh
 | |
| yarn detox test --configuration android.emu.release
 | |
| ```
 | 
