diff --git a/templates/android.js b/templates/android.js index fa7e4c3..d0a5d66 100644 --- a/templates/android.js +++ b/templates/android.js @@ -29,6 +29,10 @@ android { } repositories { + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url "$projectDir/../../../node_modules/react-native/android" + } mavenCentral() }