rn-run-android
v0.0.1-beta.5
Published
No more pain when running react-native app in android emulator. Very similar to `react-native run-ios` with more config options
Downloads
8
Maintainers
Readme
rn-run-android
No more pain when running react-native app in android emulator. Very similar to react-native run-ios
with more config options
Demo
Installation
$ npm i -g rn-run-android
Usage
# Run in the directory of your react-native project
$ rn-run-android
# Available options:
-d, --default Auto select first created emulator
-w, --writable Enable -writable-system
-n, --nosnapshot Enable -no-snapshot-load
-h, --help output usage information
# Example:
## this command will select first created emulator and run it with no-snapshot config
rn-run-android -d -n
Inspired by react-native-run-android