-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
RN: Update Renderers for React 19 #44991
Conversation
This pull request was exported from Phabricator. Differential Revision: D58632199 |
Base commit: 8c06a69 |
This pull request was exported from Phabricator. Differential Revision: D58632199 |
Summary: Pull Request resolved: facebook#44991 Updates the open source renderers for React 19. This is in preparation for React Native 0.75. Notable, this incorporates the feature flag changes from [facebook/react#29903](facebook/react#29903). Changelog: [General][Changed] - Upgrade Renderers for React 19 Differential Revision: D58632199
baac717
to
de9022d
Compare
This pull request was exported from Phabricator. Differential Revision: D58632199 |
de9022d
to
64ce512
Compare
Summary: Pull Request resolved: facebook#44991 Updates the open source renderers for React 19. This is in preparation for React Native 0.75. Notable, this incorporates the feature flag changes from [facebook/react#29903](facebook/react#29903). Changelog: [General][Changed] - Upgrade Renderers for React 19 Reviewed By: robhogan Differential Revision: D58632199
Summary: Pull Request resolved: facebook#44991 Updates the open source renderers for React 19. This is in preparation for React Native 0.75. Notable, this incorporates the feature flag changes from [facebook/react#29903](facebook/react#29903). Changelog: [General][Changed] - Upgrade Renderers for React 19 Reviewed By: robhogan Differential Revision: D58632199
64ce512
to
7780547
Compare
This pull request was exported from Phabricator. Differential Revision: D58632199 |
Summary: There are a couple Jest unit test cases for `VirtualizedList-test.js` that require further investigation. We believe that these are problems with Jest fake timers in the test and not with the component itself, so for now let's skip them so as to unblock the upgrade to React 19. Changelog: [Internal] Differential Revision: D58656948
Summary: Enables these 2 global feature flags for React Native Jest testing: - `IS_REACT_ACT_ENVIRONMENT` - `IS_REACT_NATIVE_TEST_ENVIRONMENT` Changelog: [General][Changed] - Enables React global flag that causes Jest testing environment to require `act()` Differential Revision: D58644562
Summary: Upgrades React Native and Relay to depend on React 19, which is currently published as release candidates. This is in preparation for React Native 0.75. This will depend on updating open source renderers after [facebook/react#29903](facebook/react#29903) is merged. Changelog: [General][Changed] - Upgrade to React 19 Reviewed By: robhogan Differential Revision: D58625271
Summary: Pull Request resolved: facebook#44991 Updates the open source renderers for React 19. This is in preparation for React Native 0.75. Notable, this incorporates the feature flag changes from [facebook/react#29903](facebook/react#29903). Changelog: [General][Changed] - Upgrade Renderers for React 19 Reviewed By: robhogan Differential Revision: D58632199
This pull request was exported from Phabricator. Differential Revision: D58632199 |
7780547
to
5d18998
Compare
This pull request has been merged in 97f9e10. |
Summary:
Updates the open source renderers for React 19. This is in preparation for React Native 0.75.
Notable, this incorporates the feature flag changes from facebook/react#29903.
Changelog:
[General][Changed] - Upgrade Renderers for React 19
Differential Revision: D58632199