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
This commit is contained in:
parent
5e10d3e385
commit
6565edc9ed
|
@ -61,7 +61,7 @@ The keys to integrating React Native components into your iOS application are to
|
||||||
|
|
||||||
<block class="android" />
|
<block class="android" />
|
||||||
|
|
||||||
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.
|
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.
|
2. Install `react-native` in your Android application root directory to create `node_modules/` directory.
|
||||||
|
|
Loading…
Reference in New Issue