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
Родитель c07953a37e
Коммит af8edb8e40
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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`.
```