Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/IntegrationWithExistingApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
...
}
Expand Down