Last active
June 13, 2017 00:37
-
-
Save cognitivim/2f5e6a3e7747d696c70a1d741ad71985 to your computer and use it in GitHub Desktop.
npm react-native:android-start
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /d %~dp0 | |
| start cmd /k emulator @Nexus_5X_API_26 | |
| start cmd /k ".\node_modules\.bin\react-native" start | |
| timeout /15 | |
| start cmd /k ".\node_modules\.bin\react-native" run-android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment