Fixed path of RN local Maven repo
@@ -43,7 +43,7 @@ repositories {
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
- url "$rootDir/../../example-redux/node_modules/react-native/android"
+ url "rootDir/../node_modules/react-native/android"
}