Skip to content

Commit d6f2997

Browse files
committed
Force @react-native/gradle-plugin resolution until react-native-windows 0.76
1 parent 812f8b6 commit d6f2997

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

example/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"start": "react-native start",
1717
"reinstall": "yarn clean && yarn install"
1818
},
19+
"resolutions": {
20+
"@react-native/gradle-plugin": "0.76.1"
21+
},
1922
"dependencies": {
2023
"react": "18.3.1",
2124
"react-native": "0.76.1",

example/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,12 +2004,7 @@
20042004
serve-static "^1.13.1"
20052005
ws "^6.2.3"
20062006

2007-
"@react-native/[email protected]":
2008-
version "0.75.3"
2009-
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.75.3.tgz#ae51e47995bb5cd4782f47ccb56d6d8814d7d4a8"
2010-
integrity sha512-mSfa/Mq/AsALuG/kvXz5ECrc6HdY5waMHal2sSfa8KA0Gt3JqYQVXF9Pdwd4yR5ClPZDI2HRa1tdE8GVlhMvPA==
2011-
2012-
"@react-native/[email protected]":
2007+
"@react-native/[email protected]", "@react-native/[email protected]":
20132008
version "0.76.1"
20142009
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.76.1.tgz#715725ce426686f0c677e733345650990285b5de"
20152010
integrity sha512-X7rNFltPa9QYxvYrQGaSCw7U57C+y+DwspXf4AnLZj0bQm9tL6UYpijh5vE3VmPcHn76/RNU2bpFjVvWg6gjqw==

0 commit comments

Comments
 (0)