diff --git a/.nx/version-plans/version-plan-1771540330218.md b/.nx/version-plans/version-plan-1771540330218.md new file mode 100644 index 000000000000..bc9c74b93048 --- /dev/null +++ b/.nx/version-plans/version-plan-1771540330218.md @@ -0,0 +1,5 @@ +--- +__default__: patch +--- + +Sync to upstream React Native 0.81.6 release diff --git a/package.json b/package.json index 80ecea51a82a..ce195f469286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-macos/monorepo", - "version": "0.81.1", + "version": "0.81.2", "license": "MIT", "packageManager": "yarn@4.12.0", "scripts": { @@ -56,8 +56,8 @@ "@jest/create-cache-key-function": "^29.7.0", "@microsoft/api-extractor": "^7.52.2", "@nx/js": "^21.4.1", - "@react-native/metro-babel-transformer": "0.81.5", - "@react-native/metro-config": "0.81.5", + "@react-native/metro-babel-transformer": "0.81.6", + "@react-native/metro-config": "0.81.6", "@tsconfig/node22": "22.0.2", "@types/react": "^19.1.4", "@typescript-eslint/parser": "^7.1.1", diff --git a/packages/assets/package.json b/packages/assets/package.json index d2d739c1018e..71cc89642baa 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/assets-registry", - "version": "0.81.5", + "version": "0.81.6", "description": "Asset support code for React Native.", "license": "MIT", "repository": { diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index e85a1573ec62..1cdaa95d9cbe 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-plugin-codegen", - "version": "0.81.5", + "version": "0.81.6", "description": "Babel plugin to generate native module and view manager code for React Native.", "license": "MIT", "repository": { diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 7c1ccf967763..bb28da5e50cd 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/community-cli-plugin", - "version": "0.81.5", + "version": "0.81.6", "description": "Core CLI commands for React Native", "keywords": [ "react-native", diff --git a/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js b/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js index 6f1aaf532d97..6a3bb680c58d 100644 --- a/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js +++ b/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js @@ -73,7 +73,7 @@ function getResourceIdentifier(asset: PackagerAsset): string { .toLowerCase() .replace(/\//g, '_') // Encode folder structure in file name .replace(/([^a-z0-9_])/g, '') // Remove illegal chars - .replace(/^assets_/, ''); // Remove "assets_" prefix + .replace(/^(?:assets|assetsunstable_path)_/, ''); // Remove "assets_" or "assetsunstable_path_" prefix } function getBasePath(asset: PackagerAsset): string { diff --git a/packages/core-cli-utils/package.json b/packages/core-cli-utils/package.json index f7d6f277788b..1ccd21c7ce43 100644 --- a/packages/core-cli-utils/package.json +++ b/packages/core-cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/core-cli-utils", - "version": "0.81.5", + "version": "0.81.6", "description": "React Native CLI library for Frameworks to build on", "license": "MIT", "main": "./src/index.flow.js", diff --git a/packages/debugger-frontend/package.json b/packages/debugger-frontend/package.json index 20ddbb161ae1..f43bb220745b 100644 --- a/packages/debugger-frontend/package.json +++ b/packages/debugger-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/debugger-frontend", - "version": "0.81.5", + "version": "0.81.6", "description": "Debugger frontend for React Native based on Chrome DevTools", "keywords": [ "react-native", diff --git a/packages/debugger-shell/package.json b/packages/debugger-shell/package.json index 27ecdbfb7e20..b3944c367159 100644 --- a/packages/debugger-shell/package.json +++ b/packages/debugger-shell/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/debugger-shell", - "version": "0.81.5", + "version": "0.81.6", "description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend", "keywords": [ "react-native", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index e8a6bb9f655e..8c14213bf0d4 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/dev-middleware", - "version": "0.81.5", + "version": "0.81.6", "description": "Dev server middleware for React Native", "keywords": [ "react-native", diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index 7c7ced060d86..c05409b8c04f 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-config", - "version": "0.81.5", + "version": "0.81.6", "description": "ESLint config for React Native", "license": "MIT", "repository": { diff --git a/packages/eslint-plugin-react-native/package.json b/packages/eslint-plugin-react-native/package.json index 3a8139529a1e..6c8fe75dd26b 100644 --- a/packages/eslint-plugin-react-native/package.json +++ b/packages/eslint-plugin-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin", - "version": "0.81.5", + "version": "0.81.6", "description": "ESLint rules for @react-native/eslint-config", "license": "MIT", "repository": { diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 0b8e3d2bd98a..d0049a9fcf06 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-specs", - "version": "0.81.5", + "version": "0.81.6", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { diff --git a/packages/gradle-plugin/package.json b/packages/gradle-plugin/package.json index c6c7e434c5df..4e40df44cb9b 100644 --- a/packages/gradle-plugin/package.json +++ b/packages/gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/gradle-plugin", - "version": "0.81.5", + "version": "0.81.6", "description": "Gradle Plugin for React Native", "license": "MIT", "repository": { diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index 8f8f87d57ab9..aba8f674fbd1 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.81.5", + "version": "0.81.6", "description": "Metro configuration for React Native.", "license": "MIT", "repository": { diff --git a/packages/new-app-screen/package.json b/packages/new-app-screen/package.json index 8f98e2da7208..d429d1df2030 100644 --- a/packages/new-app-screen/package.json +++ b/packages/new-app-screen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/new-app-screen", - "version": "0.81.5", + "version": "0.81.6", "description": "NewAppScreen component for React Native", "keywords": [ "react-native" diff --git a/packages/normalize-color/package.json b/packages/normalize-color/package.json index 3dde45765526..4d4b0ed9738e 100644 --- a/packages/normalize-color/package.json +++ b/packages/normalize-color/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/normalize-colors", - "version": "0.81.5", + "version": "0.81.6", "description": "Color normalization for React Native.", "license": "MIT", "repository": { diff --git a/packages/nx-release-version/package.json b/packages/nx-release-version/package.json index 3e6c3341609d..ef5a88ea0d0c 100644 --- a/packages/nx-release-version/package.json +++ b/packages/nx-release-version/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-macos/nx-release-version", - "version": "0.81.1", + "version": "0.81.2", "description": "Nx Release Version Actions for React Native macOS", "homepage": "https://github.com/microsoft/react-native-macos/tree/HEAD/packages/nx-release-version#readme", "license": "MIT", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 09b814e0f066..42c465681bbe 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/js-polyfills", - "version": "0.81.5", + "version": "0.81.6", "description": "Polyfills for React Native.", "license": "MIT", "repository": { diff --git a/packages/react-native-babel-preset/package.json b/packages/react-native-babel-preset/package.json index 8659929a6254..94f95f47c934 100644 --- a/packages/react-native-babel-preset/package.json +++ b/packages/react-native-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-preset", - "version": "0.81.5", + "version": "0.81.6", "description": "Babel preset for React Native applications", "repository": { "type": "git", diff --git a/packages/react-native-babel-transformer/package.json b/packages/react-native-babel-transformer/package.json index 3db336389618..f56c76ded21e 100644 --- a/packages/react-native-babel-transformer/package.json +++ b/packages/react-native-babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-babel-transformer", - "version": "0.81.5", + "version": "0.81.6", "description": "Babel transformer for React Native applications.", "repository": { "type": "git", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index 019c8ed4f011..04d327775d65 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen", - "version": "0.81.5", + "version": "0.81.6", "description": "Code generation tools for React Native", "license": "MIT", "repository": { diff --git a/packages/react-native-compatibility-check/package.json b/packages/react-native-compatibility-check/package.json index 5bdf22ecfaab..de8381d2705b 100644 --- a/packages/react-native-compatibility-check/package.json +++ b/packages/react-native-compatibility-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/compatibility-check", - "version": "0.81.5", + "version": "0.81.6", "description": "Check a React Native app's boundary between JS and Native for incompatibilities", "license": "MIT", "repository": { diff --git a/packages/react-native-popup-menu-android/package.json b/packages/react-native-popup-menu-android/package.json index ed9b7caa868d..39611f427eb7 100644 --- a/packages/react-native-popup-menu-android/package.json +++ b/packages/react-native-popup-menu-android/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/popup-menu-android", - "version": "0.81.5", + "version": "0.81.6", "description": "PopupMenu for the Android platform", "main": "index.js", "files": [ diff --git a/packages/react-native-test-library/package.json b/packages/react-native-test-library/package.json index 50578574d73a..3a9a7835ce4b 100644 --- a/packages/react-native-test-library/package.json +++ b/packages/react-native-test-library/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/oss-library-example", - "version": "0.81.5", + "version": "0.81.6", "description": "Package that includes native module exapmle, native component example, targets both the old and the new architecture. It should serve as an example of a real-world OSS library.", "license": "MIT", "homepage": "https://github.com/facebook/react-native.git", diff --git a/packages/react-native/React/Base/RCTUtils.mm b/packages/react-native/React/Base/RCTUtils.mm index 61c2191ba57e..feb5c44d8f1e 100644 --- a/packages/react-native/React/Base/RCTUtils.mm +++ b/packages/react-native/React/Base/RCTUtils.mm @@ -477,6 +477,22 @@ CGSize RCTSwitchSize(void) return rctSwitchSize; } +CGSize RCTSwitchSize(void) +{ + static CGSize rctSwitchSize; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + RCTUnsafeExecuteOnMainQueueSync(^{ + CGSize switchSize = [UISwitch new].intrinsicContentSize; + // Apple does not take into account the thumb border when returning the + // width of the UISwitch component, so we are adding 2 pixels for the border + // which is not customizable and it is the same for legacy and liquid glass. + rctSwitchSize = CGSizeMake(switchSize.width + 2, switchSize.height); + }); + }); + return rctSwitchSize; +} + CGFloat RCTRoundPixelValue(CGFloat value) { CGFloat scale = RCTScreenScale(); diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java index 7b0300bc35c9..1e3a511785ba 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java @@ -1404,14 +1404,14 @@ private void detachRootViewFromInstance(ReactRoot reactRoot, ReactContext reactC new RuntimeException( "detachRootViewFromInstance called with ReactRootView with invalid id")); } - - clearReactRoot(reactRoot); } else { reactContext .getCatalystInstance() .getJSModule(AppRegistry.class) .unmountApplicationComponentAtRootTag(reactRoot.getRootViewTag()); } + + clearReactRoot(reactRoot); } @ThreadConfined(UI) diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java index dc36fae73797..a62c4ae5afa7 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/NativeViewHierarchyManager.java @@ -679,9 +679,6 @@ public synchronized void removeRootView(int rootViewTag) { View rootView = mTagsToViews.get(rootViewTag); dropView(rootView); mRootTags.delete(rootViewTag); - if (rootView != null) { - rootView.setId(View.NO_ID); - } } /** diff --git a/packages/react-native/package.json b/packages/react-native/package.json index aa03be957dc2..bc4125e7602e 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -157,7 +157,7 @@ "peerDependencies": { "@types/react": "^19.1.4", "react": "^19.1.4", - "react-native": "0.81.5" + "react-native": "0.81.6" }, "peerDependenciesMeta": { "@types/react": { @@ -167,12 +167,12 @@ "dependencies": { "@jest/create-cache-key-function": "^29.7.0", "@react-native-macos/virtualized-lists": "0.81.2", - "@react-native/assets-registry": "0.81.5", - "@react-native/codegen": "0.81.5", - "@react-native/community-cli-plugin": "0.81.5", - "@react-native/gradle-plugin": "0.81.5", - "@react-native/js-polyfills": "0.81.5", - "@react-native/normalize-colors": "0.81.5", + "@react-native/assets-registry": "0.81.6", + "@react-native/codegen": "0.81.6", + "@react-native/community-cli-plugin": "0.81.6", + "@react-native/gradle-plugin": "0.81.6", + "@react-native/js-polyfills": "0.81.6", + "@react-native/normalize-colors": "0.81.6", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", diff --git a/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap b/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap index 2105ded0b529..3e38ee81ee93 100644 --- a/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap +++ b/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap @@ -361,7 +361,7 @@ exports[`execute test-app "ReactAppDependencyProvider.podspec" should match snap # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.1\\" +version = \\"0.81.2\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -399,7 +399,7 @@ exports[`execute test-app "ReactCodegen.podspec" should match snapshot 1`] = ` # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.1\\" +version = \\"0.81.2\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -840,7 +840,7 @@ exports[`execute test-app-legacy "ReactAppDependencyProvider.podspec" should mat # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.1\\" +version = \\"0.81.2\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -878,7 +878,7 @@ exports[`execute test-app-legacy "ReactCodegen.podspec" should match snapshot 1` # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.1\\" +version = \\"0.81.2\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. diff --git a/packages/rn-tester/package.json b/packages/rn-tester/package.json index 04e4299a5fc4..80606e2bbf41 100644 --- a/packages/rn-tester/package.json +++ b/packages/rn-tester/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/tester", - "version": "0.81.5", + "version": "0.81.6", "description": "React Native tester app.", "license": "MIT", "repository": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 2523af6e125c..481edee35dad 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/typescript-config", - "version": "0.81.5", + "version": "0.81.6", "description": "Default TypeScript configuration for React Native apps", "license": "MIT", "repository": { diff --git a/private/cxx-public-api/package.json b/private/cxx-public-api/package.json index 12ac83918859..45f4800eed6e 100644 --- a/private/cxx-public-api/package.json +++ b/private/cxx-public-api/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/cxx-public-api", - "version": "0.81.5", + "version": "0.81.6", "description": "Captures the Objective-C / C++ public API of React Native", "main": "public-api.js", "files": [ diff --git a/private/eslint-plugin-monorepo/package.json b/private/eslint-plugin-monorepo/package.json index eae273e669d9..a309083a84a6 100644 --- a/private/eslint-plugin-monorepo/package.json +++ b/private/eslint-plugin-monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-monorepo", - "version": "0.81.5", + "version": "0.81.6", "main": "index.js", "dependencies": { "jsonc-eslint-parser": "^2.3.0" diff --git a/private/helloworld/package.json b/private/helloworld/package.json index f23690f49b77..8db5c8a41e5f 100644 --- a/private/helloworld/package.json +++ b/private/helloworld/package.json @@ -19,11 +19,11 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", - "@react-native/babel-preset": "0.81.5", - "@react-native/core-cli-utils": "0.81.5", - "@react-native/eslint-config": "0.81.5", - "@react-native/metro-config": "0.81.5", - "@react-native/typescript-config": "0.81.5", + "@react-native/babel-preset": "0.81.6", + "@react-native/core-cli-utils": "0.81.6", + "@react-native/eslint-config": "0.81.6", + "@react-native/metro-config": "0.81.6", + "@react-native/typescript-config": "0.81.6", "@types/jest": "^29.5.14", "commander": "^12.0.0", "eslint": "^8.19.0", diff --git a/private/monorepo-tests/package.json b/private/monorepo-tests/package.json index 69871b46a38c..d245d835a482 100644 --- a/private/monorepo-tests/package.json +++ b/private/monorepo-tests/package.json @@ -1,5 +1,5 @@ { "name": "@react-native/monorepo-tests", - "version": "0.81.5", + "version": "0.81.6", "private": true } diff --git a/private/react-native-bots/package.json b/private/react-native-bots/package.json index 27d4cf760303..033f2c7796c7 100644 --- a/private/react-native-bots/package.json +++ b/private/react-native-bots/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/bots", - "version": "0.81.5", + "version": "0.81.6", "license": "MIT", "engines": { "node": ">= 20.19.4" diff --git a/private/react-native-codegen-typescript-test/package.json b/private/react-native-codegen-typescript-test/package.json index e99ef89d68ff..c9e3705b732b 100644 --- a/private/react-native-codegen-typescript-test/package.json +++ b/private/react-native-codegen-typescript-test/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen-typescript-test", - "version": "0.81.5", + "version": "0.81.6", "description": "TypeScript related unit test for @react-native/codegen", "license": "MIT", "engines": { diff --git a/private/react-native-fantom/package.json b/private/react-native-fantom/package.json index ffa3dba14109..8454231573f2 100644 --- a/private/react-native-fantom/package.json +++ b/private/react-native-fantom/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/fantom", - "version": "0.81.5", + "version": "0.81.6", "main": "src/index.js", "description": "Internal integration testing and benchmarking tool for React Native", "scripts": { diff --git a/yarn.lock b/yarn.lock index d6d008fac5bc..42726308cfd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3341,8 +3341,8 @@ __metadata: "@jest/create-cache-key-function": "npm:^29.7.0" "@microsoft/api-extractor": "npm:^7.52.2" "@nx/js": "npm:^21.4.1" - "@react-native/metro-babel-transformer": "npm:0.81.5" - "@react-native/metro-config": "npm:0.81.5" + "@react-native/metro-babel-transformer": "npm:0.81.6" + "@react-native/metro-config": "npm:0.81.6" "@tsconfig/node22": "npm:22.0.2" "@types/react": "npm:^19.1.4" "@typescript-eslint/parser": "npm:^7.1.1" @@ -3429,7 +3429,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native/assets-registry@npm:0.81.5, @react-native/assets-registry@workspace:packages/assets": +"@react-native/assets-registry@npm:0.81.6, @react-native/assets-registry@workspace:packages/assets": version: 0.0.0-use.local resolution: "@react-native/assets-registry@workspace:packages/assets" languageName: unknown @@ -3533,7 +3533,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native/codegen@npm:0.81.5, @react-native/codegen@workspace:*, @react-native/codegen@workspace:packages/react-native-codegen": +"@react-native/codegen@npm:0.81.6, @react-native/codegen@workspace:*, @react-native/codegen@workspace:packages/react-native-codegen": version: 0.0.0-use.local resolution: "@react-native/codegen@workspace:packages/react-native-codegen" dependencies: @@ -3559,7 +3559,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native/community-cli-plugin@npm:0.81.5, @react-native/community-cli-plugin@workspace:packages/community-cli-plugin": +"@react-native/community-cli-plugin@npm:0.81.6, @react-native/community-cli-plugin@workspace:packages/community-cli-plugin": version: 0.0.0-use.local resolution: "@react-native/community-cli-plugin@workspace:packages/community-cli-plugin" dependencies: @@ -3709,19 +3709,19 @@ __metadata: languageName: unknown linkType: soft -"@react-native/gradle-plugin@npm:0.81.5, @react-native/gradle-plugin@workspace:packages/gradle-plugin": +"@react-native/gradle-plugin@npm:0.81.6, @react-native/gradle-plugin@workspace:packages/gradle-plugin": version: 0.0.0-use.local resolution: "@react-native/gradle-plugin@workspace:packages/gradle-plugin" languageName: unknown linkType: soft -"@react-native/js-polyfills@npm:0.81.5, @react-native/js-polyfills@workspace:*, @react-native/js-polyfills@workspace:packages/polyfills": +"@react-native/js-polyfills@npm:0.81.6, @react-native/js-polyfills@workspace:*, @react-native/js-polyfills@workspace:packages/polyfills": version: 0.0.0-use.local resolution: "@react-native/js-polyfills@workspace:packages/polyfills" languageName: unknown linkType: soft -"@react-native/metro-babel-transformer@npm:0.81.5, @react-native/metro-babel-transformer@workspace:*, @react-native/metro-babel-transformer@workspace:packages/react-native-babel-transformer": +"@react-native/metro-babel-transformer@npm:0.81.6, @react-native/metro-babel-transformer@workspace:*, @react-native/metro-babel-transformer@workspace:packages/react-native-babel-transformer": version: 0.0.0-use.local resolution: "@react-native/metro-babel-transformer@workspace:packages/react-native-babel-transformer" dependencies: @@ -3734,7 +3734,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native/metro-config@npm:0.81.5, @react-native/metro-config@workspace:packages/metro-config": +"@react-native/metro-config@npm:0.81.6, @react-native/metro-config@workspace:packages/metro-config": version: 0.0.0-use.local resolution: "@react-native/metro-config@workspace:packages/metro-config" dependencies: @@ -3764,7 +3764,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native/normalize-colors@npm:0.81.5, @react-native/normalize-colors@workspace:packages/normalize-color": +"@react-native/normalize-colors@npm:0.81.6, @react-native/normalize-colors@workspace:packages/normalize-color": version: 0.0.0-use.local resolution: "@react-native/normalize-colors@workspace:packages/normalize-color" languageName: unknown @@ -12760,12 +12760,12 @@ __metadata: dependencies: "@jest/create-cache-key-function": "npm:^29.7.0" "@react-native-macos/virtualized-lists": "npm:0.81.2" - "@react-native/assets-registry": "npm:0.81.5" - "@react-native/codegen": "npm:0.81.5" - "@react-native/community-cli-plugin": "npm:0.81.5" - "@react-native/gradle-plugin": "npm:0.81.5" - "@react-native/js-polyfills": "npm:0.81.5" - "@react-native/normalize-colors": "npm:0.81.5" + "@react-native/assets-registry": "npm:0.81.6" + "@react-native/codegen": "npm:0.81.6" + "@react-native/community-cli-plugin": "npm:0.81.6" + "@react-native/gradle-plugin": "npm:0.81.6" + "@react-native/js-polyfills": "npm:0.81.6" + "@react-native/normalize-colors": "npm:0.81.6" abort-controller: "npm:^3.0.0" anser: "npm:^1.4.9" ansi-regex: "npm:^5.0.0" @@ -12795,7 +12795,7 @@ __metadata: peerDependencies: "@types/react": ^19.1.4 react: ^19.1.4 - react-native: 0.81.5 + react-native: 0.81.6 peerDependenciesMeta: "@types/react": optional: true