Add concluding statement about React behind a UIView

This commit is contained in:
Andrew Sardone 2015-03-31 17:11:58 -04:00
parent 67a2790521
commit 5dac2cb093

View File

@ -146,6 +146,8 @@ Now compile and run your app. You shall now see your React Native app running in
![Example](/react-native/img/EmbeddedAppExample.png)
Live reload works from the simulator, too! Youve got a simple React component totally encapsulated behind an Objective-C `UIView` subclass.
## Conclusion
So under the hood, when `RCTRootView` is initialized, it will try to download, parse and run the bundle file from React Native development server. All you need to do is to implement your own container view, add `RCTRootView` as its subclass. And then serve the bundle using React Native development server. Then, bravo!