Closed
Description
Description
Live-Reload is currently not picking up every filechanges. It is really annoying having to pick up the device to shake it only to press reload.
Could we add an cli-command like react-native reload
and react-native reload --hot
?
Ideally one could add shortcuts to ones favorite IDE to enable something like cmd-r
to reload the app manually, whenever it is suitable. When changing multiple files at once, e.g. refactoring method parameters, the app will often reload prematurely on filechange and crash with the red screen. It would be nice to be able to issue a reload command from within the IDE, without having to shake the device.
Additional Information
- React Native version: 0.44.0-rc.0
- Platform: both
- Development Operating System: MacOS