Merge pull request #969 from artemyarulin/patch-1

[Docs] EmbeddedApp.md - index.ios.js has to be created inside ReactComponent
- In order to follow along with the rest of the example
This commit is contained in:
Brent Vatne 2015-04-22 14:29:12 -07:00
commit 8529b7bd6a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ First, create a directory for your apps React code and create a simple `index
``` ```
$ mkdir ReactComponent $ mkdir ReactComponent
$ touch index.ios.js $ touch ReactComponent/index.ios.js
``` ```
Copy & paste following starter code for `index.ios.js` its a barebones React Native app: Copy & paste following starter code for `index.ios.js` its a barebones React Native app: