Skip to content

Commit

Permalink
Merge pull request #558 from Za1batsu/patch-2
Browse files Browse the repository at this point in the history
Fixed broken image link for EmbeddedAppExample.png
  • Loading branch information
vjeux committed Apr 1, 2015
2 parents 885923f + 760aa0d commit 0915e2a
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 @@ -150,7 +150,7 @@ This command will start up a React Native development server within our CocoaPod

Now compile and run your app. You shall now see your React Native app running inside of the `ReactView`.

![Example](/react-native/img/EmbeddedAppExample.png)
![Example](https://github.com/facebook/react-native/blob/master/website/src/react-native/img/EmbeddedAppExample.png)

Live reload works from the simulator, too! You’ve got a simple React component totally encapsulated behind an Objective-C `UIView` subclass.

Expand Down

0 comments on commit 0915e2a

Please sign in to comment.