0.0.1-beta.5 • Published 5 years ago

rn-run-android v0.0.1-beta.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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