From 6565edc9ed80f32ddb9b6f704d26e7cfd5c53c6a Mon Sep 17 00:00:00 2001 From: Jon Green Date: Thu, 7 Jul 2016 14:24:32 -0700 Subject: [PATCH] Fixing typo Summary: 'iOS' was written but it should be 'Android'. Closes https://github.com/facebook/react-native/pull/8637 Differential Revision: D3530611 Pulled By: JoelMarcey fbshipit-source-id: 04dbb2e2188f3de73f9bc185f18950bc5de5607b --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 05d95838e..256d66062 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -61,7 +61,7 @@ The keys to integrating React Native components into your iOS application are to -The keys to integrating React Native components into your iOS application are to: +The keys to integrating React Native components into your Android application are to: 1. Understand what React Native components you want to integrate. 2. Install `react-native` in your Android application root directory to create `node_modules/` directory.