-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate RN Nightly Build 0.79.0-nightly-20250206-fb8a6a5bb #14650
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
Integrate RN Nightly Build 0.79.0-nightly-20250206-fb8a6a5bb #14650
Conversation
...-native-win32/src-win/Libraries/Components/AccessibilityInfo/NativeAccessibilityInfoWin32.js
Outdated
Show resolved
Hide resolved
8caa02a
to
9ad53ea
Compare
58fa132
to
5c7a08e
Compare
cba4f15
to
25305e4
Compare
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.
Pull Request Overview
This PR integrates the RN Nightly Build 0.79.0-nightly-20250206-fb8a6a5bb by updating module export patterns, type definitions, and dependency version references.
- Updated module exports from CommonJS to ES modules in several libraries
- Overhauled TextInput types and event names for improved consistency
- Upgraded dependency versions and override hashes across packages
Reviewed Changes
Copilot reviewed 120 out of 120 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src-win/Libraries/Image/Image.win32.js | Converted module export to ES module syntax |
src-win/Libraries/Core/ReactNativeVersionCheck.win32.js | Refactored to export function rather than module.exports |
src-win/Libraries/Core/Devtools/loadBundleFromServer.win32.js | Switched to ES module export with function signature changes |
src-win/Libraries/Components/* | Updated exports (View, ReactNativeViewAttributes, TouchableNativeFeedback, ToastAndroid) to default exports |
src-win/Libraries/Components/TextInput/TextInput.win32.js | Renamed types and event parameters for TextInput for consistency and clarity |
package.json & overrides.json files | Updated nightly build dependency versions and associated hash values |
react-native-win32-tester package files | Aligned dependency versions with the new nightly build (with one noted version downgrade) |
Change logs | Added change files with prerelease/patch declarations |
Comments suppressed due to low confidence (2)
packages/@office-iss/react-native-win32/src-win/Libraries/Components/AccessibilityInfo/NativeAccessibilityInfoWin32.js:9
- The updated import now references a DEPRECATED modules path. Please verify that using the deprecated modules is intentional and will not affect functionality.
export * from '../../../src/private/specs_DEPRECATED/modules/NativeAccessibilityInfoWin32';
packages/@office-iss/react-native-win32-tester/package.json:34
- The version for react-native-platform-override has been downgraded from ^1.9.53 to ^1.9.52. Please confirm that this downgrade is intentional.
"react-native-platform-override": "^1.9.52",
vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/nativemodule/dom/NativeDOM.h
Show resolved
Hide resolved
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.
Left a few comments to address, but otherwise looks good.
4b92709
to
d233588
Compare
Description
Integration
Commit Range
facebook/react-native@d102888...fb8a6a5
Relevant Commits:
] [Removing that character
export
syntax (part 3) facebook/react-native#48807Changelog
Should this change be included in the release notes: No