From 7c0a332b81771f1850d2444c7cea09357f1aa63b Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Wed, 8 Apr 2015 16:28:29 -0700 Subject: [PATCH] Fix grammar in EmbeddedApp.md --- docs/EmbeddedApp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EmbeddedApp.md b/docs/EmbeddedApp.md index 71ae56d6c..e81768e63 100644 --- a/docs/EmbeddedApp.md +++ b/docs/EmbeddedApp.md @@ -111,7 +111,7 @@ Here I disabled **AutoLayout** for simplicity. In real production world, you sho ## Add RCTRootView To Container View -Ready for the most interesting part? Now we shall create the `RCTRootView`, where your React Native app lives in. +Ready for the most interesting part? Now we shall create the `RCTRootView`, where your React Native app lives. In `ReactView.m`, we need to first initiate `RCTRootView` with the URI of your `index.ios.bundle`. `index.ios.bundle` will be created by packager and served by React Native server, which will be discussed later on.