diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index f6c822d84..4a4b5810f 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -588,7 +588,7 @@ dependencies { > If you want to ensure that you are always using a specific React Native version in your native build, replace `+` with an actual React Native version you've downloaded from `npm`. -In your project's `build.gradle` file add an entry for the local React Native maven directory: +In your project's `build.gradle` file add an entry for the local React Native maven directory. Be sure to add it to the "allprojects" block: ``` allprojects {