Describe the Feature
Users should be able to run react-native reload in order to reload Android / iOS devices. The behaviour for reloading is different now on every platform and can be tricky to perform in some cases (e.g. no physical menu button on Android).
Possible Implementations
There is one implementation that we should look at before implementing, CC: @TheSavior.
Before sending the code, please look at platform-ios and platform-android packages to see how to provide platform-specific commands.
Describe the Feature
Users should be able to run
react-native reloadin order to reload Android / iOS devices. The behaviour for reloading is different now on every platform and can be tricky to perform in some cases (e.g. no physical menu button on Android).Possible Implementations
There is one implementation that we should look at before implementing, CC: @TheSavior.
Before sending the code, please look at
platform-iosandplatform-androidpackages to see how to provide platform-specific commands.