You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ class HelloPage extends Component {
76
76
</View>
77
77
);
78
78
}
79
-
79
+
80
80
}
81
81
```
82
82
@@ -146,16 +146,13 @@ Events emitted by the router:
146
146
A more advanced example: Twitter app
147
147
------------------------------------
148
148
149
-
To see more of the router in action, you can check out the Twitter example app that comes with the package. Just make sure that you first drag all the images from ```node_modules/react-native-simple-router/twitter-example/images``` to your project's Images.xcassets
149
+
To see more of the router in action, you can check out the Twitter example app that comes with the package.
150
150
151
-
After that, don't forget to rebuild the app in XCode before you launch the simulator. Then test the app by requiring the TwitterApp component:
151
+
Test the app by requiring the TwitterApp component:
0 commit comments