Skip to content

Commit 35bea5f

Browse files
committed
Local image resources for docs
1 parent 4040295 commit 35bea5f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/EmbeddedApp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ React.AppRegistry.registerComponent('SimpleApp', () => SimpleApp);
7373

7474
You should now add container view for React Native component. It can be any **UIView** in your app.
7575

76-
![Container view example](http://7qn8cx.com1.z0.glb.clouddn.com/c37deb761ce048225989ece06cf3d185061c511d-74d3e6b285e1b5cd93153c39fca63c63838b8dbf.png?imageView2/2/h/400/w/400/q/85)
76+
![Container view example](/react-native/img/EmbeddedAppContainerViewExample.png)
7777

7878
However, let's subclass **UIView** for the sake of clean code. Let's name it **ReactView**. Open up **Yourproject.xcworkspace** and create a new class **ReactView** (You can name it whatever you like :)).
7979

@@ -132,7 +132,7 @@ $ ./Pods/React/packager/packager.sh --root ./ReactComponents
132132

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

135-
![Example](http://7qn8cx.com1.z0.glb.clouddn.com/0c4e7b977f1db688b60f1579a581f30dd1abc85f-86bebe4092e82c395e322fefcc8f7727b0820ac7.png?imageView2/2/h/400/w/400/q/85)
135+
![Example](/react-native/img/EmbeddedAppExample.png)
136136

137137
## Conclusion
138138

12.4 KB
Loading
14.3 KB
Loading

0 commit comments

Comments
 (0)