Skip to content

Instantly share code, notes, and snippets.

@agamm
Last active October 13, 2022 22:06
Show Gist options
  • Save agamm/5b645642323eae252c41 to your computer and use it in GitHub Desktop.
Save agamm/5b645642323eae252c41 to your computer and use it in GitHub Desktop.
Start react-native on Windows
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
REM Might you want to visit unzip.dev ?
@agamm
Copy link
Author

agamm commented Jan 4, 2016

Put it in the project folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment