Update IntegrationWithExistingApps.md

Summary:
Just a little nit pick to add extra information to this doc. I spent a few hours trying to fix this problem because I had not placed the code in build.gradle correctly. I think this small addition would be useful to others.
Closes https://github.com/facebook/react-native/pull/12475

Differential Revision: D4608443

Pulled By: hramos

fbshipit-source-id: eb719d5cf9d905c4f043ec71f1a3e28e0219626e
This commit is contained in:
Héctor Ramos 2017-02-23 16:28:58 -08:00 committed by Facebook Github Bot
parent c6d56d944c
commit dc520732e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {