From dc520732e83c70c0639fecd95eeaaeb86035a90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 23 Feb 2017 16:28:58 -0800 Subject: [PATCH] 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 --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {