diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index 36405961ce4..ea1fc786f86 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -248,11 +248,15 @@ folder in Nuclide and
A common issue on Windows is that the packager is not started automatically when you run +
A common issue is that the packager is not started automatically when you run
react-native run-android. You can start it manually using:
Or if you hit a ERROR Watcher took too long to load on Windows, try increasing the timeout in this file (under your node_modules/react-native/).
Now that you successfully started the project, let's modify it:
R key twice OR open the menu (F2 by default, or ⌘-M in Genymotion) and select Reload JS to see your change!adb logcat *:S ReactNative:V ReactNativeJS:V in a terminal to see your app's logsCongratulations! You've successfully run and modified your first React Native app.

Or if you hit a ERROR Watcher took too long to load on Windows, try increasing the timeout in this file (under your node_modules/react-native/).
Now that you successfully started the project, let's modify it:
index.android.js in your text editor of choice (e.g. Nuclide) and edit some lines.R key twice OR open the menu (F2 by default, or ⌘-M in the emulator) and select Reload JS to see your change!adb logcat *:S ReactNative:V ReactNativeJS:V in a terminal to see your app's logsCongratulations! You've successfully run and modified your first React Native app.
