Add overview to ‘Create Your React Native App’ section

Hopefully this helps people how simple the process is!
This commit is contained in:
Andrew Sardone 2015-03-31 16:25:08 -04:00
parent c07953a37e
commit af8edb8e40
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ $ pod install
## Create Your React Native App
There are two pieces youll need to set up:
1. The root JavaScript file that will contain your actual React Native app and other components
- Wrapper Objective-C code that will load up your script and create a `RCTRootView` to display and manage your React Native components
First, enter React Native's pod root directory and create **index.ios.js** inside a directory `ReactComponent`.
```