Sign In

@react-native/gradle-plugin

Package Overview
Dependencies
Maintainers
2
Versions
1146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/gradle-plugin - npm Package Compare versions

Comparing version
0.86.1
to
0.86.2
+4
-4
package.json
{
"name": "@react-native/gradle-plugin",
"version": "0.86.1",
"version": "0.86.2",
"description": "Gradle Plugin for React Native",

@@ -8,6 +8,6 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/facebook/react-native.git",
"url": "git+https://github.com/react/react-native.git",
"directory": "packages/gradle-plugin"
},
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/gradle-plugin#readme",
"homepage": "https://github.com/react/react-native/tree/HEAD/packages/gradle-plugin#readme",
"keywords": [

@@ -18,3 +18,3 @@ "gradle",

],
"bugs": "https://github.com/facebook/react-native/issues",
"bugs": "https://github.com/react/react-native/issues",
"engines": {

@@ -21,0 +21,0 @@ "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"

@@ -133,3 +133,3 @@ /*

// Here we set a dependencySubstitution for both react-native and hermes-engine as those
// coordinates are voided due to https://github.com/facebook/react-native/issues/35210
// coordinates are voided due to https://github.com/react/react-native/issues/35210
// This allows users to import libraries that are still using

@@ -169,3 +169,3 @@ // implementation("com.facebook.react:react-native:+") and resolve the right dependency.

"${coordinates.reactGroupString}:react-android:${coordinates.versionString}",
"The react-native artifact was deprecated in favor of react-android due to https://github.com/facebook/react-native/issues/35210.",
"The react-native artifact was deprecated in favor of react-android due to https://github.com/react/react-native/issues/35210.",
)

@@ -177,3 +177,3 @@ )

hermesVersionString,
"The hermes-engine artifact was deprecated in favor of hermes-android due to https://github.com/facebook/react-native/issues/35210.",
"The hermes-engine artifact was deprecated in favor of hermes-android due to https://github.com/react/react-native/issues/35210.",
)

@@ -180,0 +180,0 @@ )