Skip to content

Commit

Permalink
Merge pull request #764 from Rudimental/patch-1
Browse files Browse the repository at this point in the history
Fix grammar in EmbeddedApp.md
  • Loading branch information
brentvatne committed May 11, 2015
2 parents 120c32c + 7c0a332 commit e0adedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EmbeddedApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e0adedd

Please sign in to comment.