I can launch Hot Module Replacement on the simulator, because I can directly type on the keyboard.
However I do not know how to access these debug options (cmd+ctrl+z
or equivalent in windows) on the actual device.
Else if not using HMR, do you rebuild from Xcode? Any other method to reload the app rather than that? It can be slow.
Any help?