diff --git a/android/build.gradle b/android/build.gradle index 7d92541..6a08f92 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ android { repositories { maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url "$rootDir/../../node_modules/react-native/android" + url "$rootDir/../../../node_modules/react-native/android" } }