Skip to content

Commit

Permalink
Fixed broken image link for EmbeddedAppExample.png
Browse files Browse the repository at this point in the history
Image link for EmbeddedAppExample.png failed to load. Fixed link to load original image. Did not touch source code.
  • Loading branch information
Za1batsu committed Apr 1, 2015
1 parent e90ede3 commit 760aa0d
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 760aa0d

Please sign in to comment.