Created
September 20, 2016 06:48
-
-
Save valerysntx/bbe553e793fa704c69257fe9bf457be6 to your computer and use it in GitHub Desktop.
start cmd /k react-native 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
| set /p id="(Reminder) Did you start a vm? and is it available in adb? " | |
| start cmd /k react-native start | |
| rem *** HACK ALERT: Sleep for 10 seconds *** | |
| ping -n 10 127.0.0.1 > nul | |
| start cmd /k react-native run-android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment