-
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
[Bug]RNTester debug break in master #22800
Comments
Summary: Makes the delta bundle data structures more consistent. The changes are as follows: * There are now two types of JSON bundles that can be downloaded from the delta endpoint. Base bundles (`Bundle` type), and Delta bundles (`DeltaBundle` type). * The `reset` boolean is renamed to `base`. * `pre` and `post` properties are now strings. * Only `Bundle` can define `pre` and `post` properties. * The `delta` property is renamed to `modules`. * Deleted modules are now listed inside of the `deleted` property, which is only defined by `DeltaBundle`. Reviewed By: mjesun Differential Revision: D10446831 fbshipit-source-id: 40e229a2811d48950f0bad8dd341ece189089e9b
Note: Currently won't run due to facebook/react-native#22800
Also having this issue when building RN from source. |
As a workaround to facebook/react-native#22800
What are the steps to reproduce this? |
@empyrical @CodingItWrong We all run into this issue. Very convenient. So I am hoping we can fix this soon. |
What is the workaround to this? I'd like to use the RNTester app to work on a change to the React Native core, however, with this issue it's not possible to run the tester in the |
Ok. After way too much messing around I found a workaround:
This should really be fixed as instead of being able to jump in and make changes to the core I spent my time trying to just get the example app to run. |
@matt-oakes |
This should have been fixed in 845189c. |
Looks like introduced in 1eedf05.
The text was updated successfully, but these errors were encountered: