-
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
Buck, etc. changes that enable persisted, sync settings for DevTools #35163
Conversation
This pull request was exported from Phabricator. Differential Revision: D40873390 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D40873390 |
…acebook#35163) Summary: Pull Request resolved: facebook#35163 # What This diff contains all the changes from D40333083 (facebook@0fac981) (aka facebook#34964), **except** the change to `setUpReactDevTools.js`, which actually uses the new files. # Why * We want to ship the Buck, C++, etc. changes before the JavaScript changes that depend on those files. * Otherwise, apps can fail at startup with the message: ``` `TurboModuleRegistry.getEnforcing(...): '${name}' could not be found. ` + 'Verify that a module by this name is registered in the native binary.', ``` * Note that this only occurs if you are using a previously-built version of the C++, Obj C, etc. files in RN, but a more recent version of the JavaScript files. If you are building from matching sources, this does not occur. * After a few days, we can land the JS files. ## Changelog [General][Added] Add, but don't use, DevTools Settings Manager. Differential Revision: D40873390 fbshipit-source-id: 510fa3accb2a9037cd365adad6ba0c9d87d360a8
714d968
to
b2805fd
Compare
…acebook#35163) Summary: Pull Request resolved: facebook#35163 # What This diff contains all the changes from D40333083 (facebook@0fac981) (aka facebook#34964), **except** the change to `setUpReactDevTools.js`, which actually uses the new files. # Why * We want to ship the Buck, C++, etc. changes before the JavaScript changes that depend on those files. * Otherwise, apps can fail at startup with the message: ``` `TurboModuleRegistry.getEnforcing(...): '${name}' could not be found. ` + 'Verify that a module by this name is registered in the native binary.', ``` * Note that this only occurs if you are using a previously-built version of the C++, Obj C, etc. files in RN, but a more recent version of the JavaScript files. If you are building from matching sources, this does not occur. * After a few days, we can land the JS files. ## Changelog [General][Added] Add, but don't use, DevTools Settings Manager. Differential Revision: D40873390 fbshipit-source-id: 4d401f7d0e5051eb25ed984d814d8effd9ad2915
b2805fd
to
b89a856
Compare
This pull request was exported from Phabricator. Differential Revision: D40873390 |
Base commit: 40ad31e |
Base commit: 40ad31e |
PR build artifact for b89a856 is ready. |
PR build artifact for b89a856 is ready. |
This pull request was successfully merged by Robert Balicki in 6152763. When will my fix make it into a release? | Upcoming Releases |
…acebook#35163) Summary: Pull Request resolved: facebook#35163 # What This diff contains all the changes from D40333083 (facebook@0fac981) (aka facebook#34964), **except** the change to `setUpReactDevTools.js`, which actually uses the new files. # Why * We want to ship the Buck, C++, etc. changes before the JavaScript changes that depend on those files. * Otherwise, apps can fail at startup with the message: ``` `TurboModuleRegistry.getEnforcing(...): '${name}' could not be found. ` + 'Verify that a module by this name is registered in the native binary.', ``` * Note that this only occurs if you are using a previously-built version of the C++, Obj C, etc. files in RN, but a more recent version of the JavaScript files. If you are building from matching sources, this does not occur. * After a few days, we can land the JS files. ## Changelog Changelog [General][Added] Add, but don't use, DevTools Settings Manager. Reviewed By: NickGerleman Differential Revision: D40873390 fbshipit-source-id: c7bac6ae65f85666b8616443db278ebb175b691b
Summary:
What
This diff contains all the changes from D40333083 (0fac981) (aka #34964), except the change to
setUpReactDevTools.js
, which actually uses the new files.Why
Changelog
[General][Added] Add, but don't use, DevTools Settings Manager.
Differential Revision: D40873390