Skip to content

Integrate RN Nightly Build 0.79.0-nightly-20250123-d1028885e #14310

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

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "initial commit",
"packageName": "@office-iss/react-native-win32",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "initial commit",
"packageName": "@react-native-windows/automation-channel",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "initial commit",
"packageName": "@rnw-scripts/eslint-config",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "initial commit",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"excludePatterns": [
"src/js/examples-win32/**"
],
"baseVersion": "0.78.0-nightly-20250113-d4407d6f7",
"baseVersion": "0.79.0-nightly-20250123-d1028885e",
"overrides": [
{
"type": "patch",
"file": "src/js/components/ListExampleShared.win32.js",
"baseFile": "packages/rn-tester/js/components/ListExampleShared.js",
"baseHash": "89c6ddc496c9254e6b54e83a70825289cc429ec1"
"baseHash": "d39ad505e22d525b00b8f63165ce2c2bbcc86152"
},
{
"type": "patch",
Expand Down
6 changes: 3 additions & 3 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"peerDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.283",
"react": "19.0.0",
"react-native": "0.78.0-nightly-20250113-d4407d6f7"
"react-native": "0.79.0-nightly-20250123-d1028885e"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.283",
Expand All @@ -30,11 +30,11 @@
"@types/node": "^18.0.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
"react-native": "0.79.0-nightly-20250123-d1028885e",
"react-native-platform-override": "^1.9.52",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function getItemLayout(
data: any,
index: number,
horizontal?: boolean,
): {|index: number, length: number, offset: number|} {
): {index: number, length: number, offset: number} {
const [length, separator, header] = horizontal
? [HORIZ_WIDTH, 0, HEADER.width]
: [ITEM_HEIGHT, SEPARATOR_HEIGHT, HEADER.height];
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ untyped-import
untyped-type-import

[version]
^0.258.1
^0.259.1
52 changes: 26 additions & 26 deletions packages/@office-iss/react-native-win32/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"**/__snapshots__/**",
"src-win/rntypes/**"
],
"baseVersion": "0.78.0-nightly-20250113-d4407d6f7",
"baseVersion": "0.79.0-nightly-20250123-d1028885e",
"overrides": [
{
"type": "derived",
"file": ".flowconfig",
"baseFile": ".flowconfig",
"baseHash": "efd6eb0780d7f3b6717feac846e0e7fe8dae1ee9"
"baseHash": "13f269517a5c374d16cd75eb490ff53ac304c600"
},
{
"type": "derived",
"file": "src-win/index.win32.js",
"baseFile": "packages/react-native/index.js",
"baseHash": "326e132bab39f949872e2de8f3e3120936ef7d5c"
"baseHash": "21f5672451ddb764217c795a6d3d65a5d416a0c5"
},
{
"type": "platform",
Expand All @@ -29,7 +29,7 @@
"type": "patch",
"file": "src-win/Libraries/Alert/Alert.win32.js",
"baseFile": "packages/react-native/Libraries/Alert/Alert.js",
"baseHash": "173b99e6ae120f14176cf3425877728787d3feed"
"baseHash": "82ea5ff7a8a7eb79269f0ab136312c6cf8063773"
},
{
"type": "derived",
Expand All @@ -47,7 +47,7 @@
"type": "copy",
"file": "src-win/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.win32.js",
"baseFile": "packages/react-native/Libraries/Components/AccessibilityInfo/legacySendAccessibilityEvent.android.js",
"baseHash": "cbe33fe4080bcdb75c277e03c0383aab0554d604",
"baseHash": "706e7b9a66fbddcb4b19c6d1d9b9838db9d15d52",
"issue": 4578
},
{
Expand All @@ -60,7 +60,7 @@
"type": "derived",
"file": "src-win/Libraries/Components/Button.win32.js",
"baseFile": "packages/react-native/Libraries/Components/Button.js",
"baseHash": "e1464525e6950f773370855ccbe60217ef638613"
"baseHash": "9ed5b714f91dfa171526005ff765cdf6a52cbf16"
},
{
"type": "platform",
Expand All @@ -74,7 +74,7 @@
"type": "patch",
"file": "src-win/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js",
"baseFile": "packages/react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.js",
"baseHash": "7664e2616540fd4ecc398009216314675f6e3f86",
"baseHash": "bb80311bca01d1765424d931ebc328f09c290948",
"issue": 14290
},
{
Expand All @@ -85,14 +85,14 @@
"type": "patch",
"file": "src-win/Libraries/Components/Pressable/Pressable.win32.js",
"baseFile": "packages/react-native/Libraries/Components/Pressable/Pressable.js",
"baseHash": "5f8baef36e1cbba73ff2c21b0ccbf310d125b334",
"baseHash": "026789eccf4b50ffab1eb5904b265067ed912b5d",
"issue": 6240
},
{
"type": "patch",
"file": "src-win/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.js",
"baseFile": "packages/react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.js",
"baseHash": "e69c4f61d26361e6aeb62b6d3f31d1c1bb78e4ae",
"baseHash": "ece82469597901f974f64c49c02870ee9b33565e",
"issue": 0
},
{
Expand All @@ -109,7 +109,7 @@
"type": "derived",
"file": "src-win/Libraries/Components/TextInput/TextInput.win32.js",
"baseFile": "packages/react-native/Libraries/Components/TextInput/TextInput.js",
"baseHash": "437a56337e8b6fabd440538af48167c2bbc59704"
"baseHash": "d3033f628b289a6178466984402bb359f20d3c7a"
},
{
"type": "patch",
Expand Down Expand Up @@ -149,7 +149,7 @@
"type": "derived",
"file": "src-win/Libraries/Components/Touchable/TouchableNativeFeedback.win32.js",
"baseFile": "packages/react-native/Libraries/Components/Touchable/TouchableNativeFeedback.js",
"baseHash": "8a1cc3c55ca3af68c5627479b3614fa44a1ffbea"
"baseHash": "ee79fc5b491d9dd05bd90eb365324bc16bde1f46"
},
{
"type": "platform",
Expand Down Expand Up @@ -185,7 +185,7 @@
"type": "derived",
"file": "src-win/Libraries/Components/View/ViewAccessibility.win32.js",
"baseFile": "packages/react-native/Libraries/Components/View/ViewAccessibility.js",
"baseHash": "7ac427e8b7a78a8e938ce1b383ec6e911a6fa3b5"
"baseHash": "6d95b62113259d6813558271c5403d403518d9b6"
},
{
"type": "derived",
Expand All @@ -197,7 +197,7 @@
"type": "patch",
"file": "src-win/Libraries/Components/View/ViewPropTypes.win32.js",
"baseFile": "packages/react-native/Libraries/Components/View/ViewPropTypes.js",
"baseHash": "bf6dc1a18a8c069cd8f21d187c81177e3b6d5c1f",
"baseHash": "847fa0493f8222a69378a3daf7445cfb2f336899",
"issue": 6240
},
{
Expand Down Expand Up @@ -286,19 +286,19 @@
"type": "patch",
"file": "src-win/Libraries/Inspector/Inspector.win32.js",
"baseFile": "packages/react-native/Libraries/Inspector/Inspector.js",
"baseHash": "ad3ed5cb941f304f5751c6d12274ffe81753162c"
"baseHash": "ac6fdd601cb13861598fd8dc17732b066de8e405"
},
{
"type": "patch",
"file": "src-win/Libraries/Inspector/InspectorOverlay.win32.js",
"baseFile": "packages/react-native/Libraries/Inspector/InspectorOverlay.js",
"baseHash": "cd2de764e83b79451a3ac0583bd93d5ebb6d36f2"
"baseHash": "8de3989a83192b69872f5bf593e720ff1aab26b7"
},
{
"type": "derived",
"file": "src-win/Libraries/LogBox/UI/LogBoxInspectorCodeFrame.win32.js",
"baseFile": "packages/react-native/Libraries/LogBox/UI/LogBoxInspectorCodeFrame.js",
"baseHash": "c4ffa785bf199918400e4f569849b73187f4b3cc"
"baseHash": "9554eb5c48570b8a84a6fa77addccd816d0dbacf"
},
{
"type": "patch",
Expand All @@ -311,7 +311,7 @@
"type": "derived",
"file": "src-win/Libraries/LogBox/UI/LogBoxInspectorReactFrames.win32.js",
"baseFile": "packages/react-native/Libraries/LogBox/UI/LogBoxInspectorReactFrames.js",
"baseHash": "3a765d2180cca25ed35172ebce8294fc569486aa"
"baseHash": "af64938c722b23d8820509f54b82bb813e75343f"
},
{
"type": "derived",
Expand Down Expand Up @@ -367,7 +367,7 @@
"type": "patch",
"file": "src-win/Libraries/Pressability/Pressability.win32.js",
"baseFile": "packages/react-native/Libraries/Pressability/Pressability.js",
"baseHash": "3be9533787a90b2fae462faee1bb8b692d025c31",
"baseHash": "d7e980de04cea46e1d71dd107726548cb96d7866",
"issue": 6240
},
{
Expand All @@ -390,7 +390,7 @@
"type": "patch",
"file": "src-win/Libraries/ReactNative/PaperUIManager.win32.js",
"baseFile": "packages/react-native/Libraries/ReactNative/PaperUIManager.js",
"baseHash": "5421778518fbd545ba3896bdfb1fb4f829d016fd"
"baseHash": "be8b8afbf4964018271c06f35219ec17888bc93b"
},
{
"type": "derived",
Expand All @@ -414,7 +414,7 @@
"type": "patch",
"file": "src-win/Libraries/StyleSheet/StyleSheet.win32.js",
"baseFile": "packages/react-native/Libraries/StyleSheet/StyleSheet.js",
"baseHash": "46f00f057f504c71fa0feb5695307e3e3806211b"
"baseHash": "028556b0f8b31b5cfbd4cb98f3203fad957e330a"
},
{
"type": "derived",
Expand Down Expand Up @@ -445,14 +445,14 @@
"type": "patch",
"file": "src-win/Libraries/Types/CoreEventTypes.win32.js",
"baseFile": "packages/react-native/Libraries/Types/CoreEventTypes.js",
"baseHash": "87532a8f108dad9c3ae07b911dd7344e7c244c20",
"baseHash": "284aef610312bc89a1ae19acaad698ed740d142a",
"issue": 6240
},
{
"type": "copy",
"file": "src-win/Libraries/Utilities/BackHandler.win32.js",
"baseFile": "packages/react-native/Libraries/Utilities/BackHandler.android.js",
"baseHash": "c939a47e01b9b06d28d8c34a386abd024b1c0e5e",
"baseHash": "2bb4fd6801144ecefb2c77d695a244768a30c23a",
"issue": 4629
},
{
Expand Down Expand Up @@ -485,13 +485,13 @@
"type": "derived",
"file": "src-win/Libraries/Utilities/Platform.flow.win32.js",
"baseFile": "packages/react-native/Libraries/Utilities/Platform.flow.js",
"baseHash": "ae1dbc0afd40655cb18e00eecf21b7ca5db538f2"
"baseHash": "0a7fce66d820af1b612a861a564b6f035256843d"
},
{
"type": "derived",
"file": "src-win/Libraries/Utilities/Platform.win32.js",
"baseFile": "packages/react-native/Libraries/Utilities/Platform.android.js",
"baseHash": "33f07d6fddb5290d05c8d4cc490312e3af88c70b"
"baseHash": "3158c23684ce4993286f2f40dc80188ecbfbd0dc"
},
{
"type": "copy",
Expand Down Expand Up @@ -522,13 +522,13 @@
"type": "derived",
"file": "src-win/src/private/specs/modules/NativeImageLoaderWin32.js",
"baseFile": "packages/react-native/src/private/specs/modules/NativeImageLoaderAndroid.js",
"baseHash": "70bc73bc81592060ccbaffc0ff9f612d16c39c6c"
"baseHash": "98c031d5f249af5f8d9198290750825b70827dcc"
},
{
"type": "derived",
"file": "src-win/src/private/specs/modules/NativePlatformConstantsWin.js",
"baseFile": "packages/react-native/src/private/specs/modules/NativePlatformConstantsAndroid.js",
"baseHash": "fa0f34a2de33b641bd63863629087644796d8b59"
"baseHash": "365c5df75b38b129d364af3f6700cb206ce5bd2a"
}
]
}
22 changes: 11 additions & 11 deletions packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
"@react-native/assets": "1.0.0",
"@react-native/assets-registry": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/codegen": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/community-cli-plugin": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/gradle-plugin": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/js-polyfills": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/normalize-colors": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/virtualized-lists": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/assets-registry": "0.79.0-nightly-20250123-d1028885e",
"@react-native/codegen": "0.79.0-nightly-20250123-d1028885e",
"@react-native/community-cli-plugin": "0.79.0-nightly-20250123-d1028885e",
"@react-native/gradle-plugin": "0.79.0-nightly-20250123-d1028885e",
"@react-native/js-polyfills": "0.79.0-nightly-20250123-d1028885e",
"@react-native/normalize-colors": "0.79.0-nightly-20250123-d1028885e",
"@react-native/virtualized-lists": "0.79.0-nightly-20250123-d1028885e",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@react-native/metro-config": "0.78.0-nightly-20250113-d4407d6f7",
"@react-native/metro-config": "0.79.0-nightly-20250123-d1028885e",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.33",
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.37",
Expand All @@ -89,14 +89,14 @@
"just-scripts": "^1.3.3",
"prettier": "2.8.8",
"react": "19.0.0",
"react-native": "0.78.0-nightly-20250113-d4407d6f7",
"react-native": "0.79.0-nightly-20250123-d1028885e",
"react-native-platform-override": "^1.9.52",
"typescript": "5.0.4"
},
"peerDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"react-native": "0.78.0-nightly-20250113-d4407d6f7"
"react-native": "0.79.0-nightly-20250123-d1028885e"
},
"beachball": {
"defaultNpmTag": "canary",
Expand All @@ -113,4 +113,4 @@
"engines": {
"node": ">= 18"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ class Alert {
}
}

module.exports = Alert;
export default Alert;
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ function legacySendAccessibilityEvent(
}
}

module.exports = legacySendAccessibilityEvent;
export default legacySendAccessibilityEvent;
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import View from './View/View';
import invariant from 'invariant';
import * as React from 'react';

type ButtonProps = $ReadOnly<{|
type ButtonProps = $ReadOnly<{
/**
Text to display inside the button. On Android the given title will be
converted to the uppercased form.
Expand Down Expand Up @@ -170,7 +170,7 @@ type ButtonProps = $ReadOnly<{|
importantForAccessibility?: ?('auto' | 'yes' | 'no' | 'no-hide-descendants'),
accessibilityHint?: ?string,
accessibilityLanguage?: ?Stringish,
|}>;
}>;

/**
A basic button component that should render nicely on any platform. Supports a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
// $FlowFixMe[cannot-resolve-module]
import typeof DrawerLayoutAndroid from './DrawerLayoutAndroid.android';

module.exports =
require('../UnimplementedViews/UnimplementedView') as $FlowFixMe as DrawerLayoutAndroid;
export default require('../UnimplementedViews/UnimplementedView') as $FlowFixMe as DrawerLayoutAndroid;
Loading
Loading