When developing React Native Apps, I'm following the Getting Started steps at https://facebook.github.io/react-native/docs/getting-started.html#content and have reached the point of modifying the source file and reloading.
"Double tap R on your keyboard to reload, Shake or press menu button for dev menu".
Double tap R - where? The only reasonable place seems to be in the Android emulator window. When I do it there, nothing at all happens. I also tried it in the cmd window which is running the packager - nothing happened.
I see no way to "shake" the emulator.
Press menu button for dev menu - the only thing which looks like a menu button, on a toolbox looking sidebar beside the emulator (three dots), opens an Extended Controls window, which has no Reload button.
Feeling really stupid since I can't make it through Getting Started without getting stuck.
Host is Windows 7.
How to reload in the default Android emulator for react native app says ctrl-R, but that didn't work for me either.