I'm unable to trigger a reload in the iOS simulator using command-R
Try double-tapping r.
@skellock no joy.
Also using option-command triggers the Simulators multi tap simulation mode too -- so not sure how that will work with Copy mode that's mentioned in the footer of the red screens.
I'm currently re-running $ react-native run-ios to update the simulator view.
Sometimes your keyboard gets messed up. Check under the hardware menu in the simulator. Is there a keyboard toggle for command + k or command + shift + k?
You might have disabled(unchecked) "Connect hardware keyboard" option which is in the hardware/keyboard menu. Make sure its checked.
as @skellock said, if your Cmd+r does not work, double tap to r and if Cmd+d does not work as well, you can double tap on d.
Try double-tapping r.
That is actually related to Android Simulator.
As @skellock stated. Toggling cmd+kand/or cmd+shift+k fixed issue for me.
Thanks
Most helpful comment
Sometimes your keyboard gets messed up. Check under the hardware menu in the simulator. Is there a keyboard toggle for
command + korcommand + shift + k?