We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442e8dd commit e848f31Copy full SHA for e848f31
android/build.gradle
@@ -20,6 +20,15 @@ android {
20
}
21
22
23
+repositories {
24
+ mavenLocal()
25
+ maven {
26
+ // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
27
+ url("$rootDir/../node_modules/react-native/android")
28
+ }
29
+ google()
30
+}
31
+
32
dependencies {
- implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" // From node_modules
33
+ implementation "com.facebook.react:react-native:+" // From node_modules
34
0 commit comments