File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,20 @@ buildscript {
3333
3434allprojects {
3535 repositories {
36+ exclusiveContent {
37+ // We get React Native's Android binaries exclusively through npm,
38+ // from a local Maven repo inside node_modules/react-native/.
39+ // (The use of exclusiveContent prevents looking elsewhere like Maven Central
40+ // and potentially getting a wrong version.)
41+ filter {
42+ includeGroup " com.facebook.react"
43+ }
44+ forRepository {
45+ maven {
46+ url " $rootDir /../node_modules/react-native/android"
47+ }
48+ }
49+ }
3650 mavenCentral {
3751 // We don't want to fetch react-native from Maven Central as there are
3852 // older versions over there.
Original file line number Diff line number Diff line change 7373 "react" : " 17.0.2" ,
7474 "react-component-driver" : " ^0.10.0" ,
7575 "react-native" : " 0.68.3" ,
76- "react-native-navigation" : " ^7.29 .0" ,
76+ "react-native-navigation" : " 7.30 .0" ,
7777 "react-recipes" : " ^1.4.0" ,
7878 "react-test-renderer" : " ^17.0.2" ,
7979 "reassure" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments