Преглед изворни кода

Merge pull request #302 from q6112345/master

Fixed path of RN local Maven repo
DanielZlotin пре 8 година
родитељ
комит
9ac71771d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Прегледај датотеку

@@ -43,7 +43,7 @@ repositories {
43 43
     jcenter()
44 44
     maven {
45 45
         // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
46
-        url "$rootDir/../../example-redux/node_modules/react-native/android"
46
+        url "rootDir/../node_modules/react-native/android"
47 47
     }
48 48
 }
49 49