diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index b3aa09efb1e684..2176ff2eb1df76 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -566,11 +566,11 @@ Add an entry for the local React Native maven directory to `build.gradle`. Be su ``` allprojects { repositories { - ... maven { // All of React Native (JS, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } + ... // Other maven repostories such as jcenter() goes here } ... }