-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Feature: dev menu option to change packager location during runtime #21970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@chubakueno merged commit fd96e2c into |
…acebook#21970) Summary: Add an option to dev menu to change packager location on the fly on iOS (similar to Dev Settings in Android) Pull Request resolved: facebook#21970 Differential Revision: D14162776 Pulled By: cpojer fbshipit-source-id: 3cca4f4fbd8c599bd5342ba1ae64905a03270d48
It looks like this PR doesn't work with changing bundler ports. Created an issue here: #25772 |
…#21970) Summary: Add an option to dev menu to change packager location on the fly on iOS (similar to Dev Settings in Android) Pull Request resolved: facebook/react-native#21970 Differential Revision: D14162776 Pulled By: cpojer fbshipit-source-id: 3cca4f4fbd8c599bd5342ba1ae64905a03270d48
Add an option to dev menu to change packager location on the fly on iOS (similar to Dev Settings in Android)
Test Plan:
Tested the code change in iOS 12.1 beta 5, Xcode 10.1 beta. Set up two different PCs in the same LAN, then pointed to each one of them during runtime. Then closed the app and reopened to confirm that the last setting persists in user defaults.
Release Notes:
[IOS] [FEATURE] [DevMenu] - Added an option to change packager location during runtime