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
# Noder - A React-Native Client for [cnodejs.org](http://cnodejs.org)
2
-
3
2
4
3
> A new [cnodejs.org](http://cnodejs.org) mobile app powered by [React-Native](http://facebook.github.io/react-native/) and [Redux](https://github.com/gaearon/redux).
5
4
6
5
7
6
## Develop
8
7
9
-
If you want to run it on you local simulator, you should:
8
+
For local development you need to follow the below commands:
Then click run in Xcode, if failed, you should rebuild all package that this project used in Xcode(Just choose the package and **command+B** to run compile)
17
15
18
-
If you want to run on you local iPhone app, you should follow the [doc](http://facebook.github.io/react-native/docs/runningondevice.html#content).
16
+
Click the run button in Xcode, if something went wrong, you need to rebuild all packages that be used in this project with Xcode (Just select the package and press **command+B** to run compile).
17
+
18
+
If you want to run it on you iPhone, please follow the [Offical Doc](http://facebook.github.io/react-native/docs/runningondevice.html#content).
19
19
20
-
If you don't want to update the ip by hand, you can use this:
20
+
If you don't want to update the ip manually, please run:
21
21
22
22
```
23
23
gulp replace
24
24
```
25
25
26
-
Although, there is a good command, just run:
26
+
BTW, here is a prettier command, just run:
27
27
28
28
```
29
29
npm start
30
30
```
31
31
32
-
This will auto replace the ip, and then run the react-native packager.
0 commit comments