-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command to reload Android / iOS simulator #308
Comments
CC: @pbitkowski |
We should consider doing a Jest-like mode, when running start command would also allow you to press certain letters in order to achieve an action. E.g. |
Thanks for documenting this feature, @grabbou . I'll work on it this week. |
@pbitkowski, were you able to look into that issue? I am trying to get an
idea whether we can ship it in next React Native or not.
… |
I weren't able to do so. I will work on that, but I don't think so that it will be ready for 0.60. |
I second to @pbitkowski if we want to create a reliable watch mode, this is gonna take a while and I wouldn't rush it |
Sounds good, I was just referring to his previous estimation.
…On Wed, 17 Apr 2019 at 11:23, Michał Pierzchała ***@***.***> wrote:
I second to @pbitkowski <https://github.com/pbitkowski> if we want to
create a reliable watch mode, this is gonna take a while and I wouldn't
rush it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#308 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWcxrhjXoStFuw249iUEt2u9nOXoVsfks5vhugdgaJpZM4cn2ob>
.
|
I have had aliases to reload and shake android for awhile now, never figured out how to do it for iOS, but maybe my android commands will help
|
It's available since CLI v3.x as "watch mode" where you can press "r" in terminal with Metro server running to reload the app. |
@thymikee is there a way to reload it "remotely", for example from different terminal, maybe via some get response by curl, etc? |
Hey @yashaka, you can trigger that by invoking endpoint |
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
andplatform-android
packages to see how to provide platform-specific commands.The text was updated successfully, but these errors were encountered: