Pārlūkot izejas kodu

Fixed path of RN local Maven repo

Summary:
The old path only work for 'example-redux'
InitialT 8 gadus atpakaļ
vecāks
revīzija
b21fa10d44
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Parādīt failu

43
     jcenter()
43
     jcenter()
44
     maven {
44
     maven {
45
         // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
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