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.
2 parents 8056482 + 51c285d commit cb3b879Copy full SHA for cb3b879
android/build.gradle
@@ -21,20 +21,20 @@ ext {
21
22
allprojects {
23
repositories {
24
- mavenLocal()
25
- jcenter()
26
maven {
27
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
28
url "$rootDir/../node_modules/react-native/android"
29
}
30
- maven {
31
- // react-native-custom-tabs requires this maven repository
32
- url "https://jitpack.io"
33
- }
34
35
// Local Maven repo containing AARs with JSC library built for Android, like RN
36
url "$rootDir/../node_modules/jsc-android/dist"
37
+ mavenLocal()
38
google()
+ jcenter()
+ maven {
+ // react-native-custom-tabs requires this maven repository
+ url "https://jitpack.io"
+ }
39
40
0 commit comments