File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,36 @@ FeInn 致力于让每一个愿意动手的人都能徒手写APP
2424* [ FeInn-v0.0.5 精选增加详情页] ( https://github.com/febobo/react-native-redux-FeInn/tree/FeInn-v0.0.5 )
2525* [ FeInn-v0.0.6 增加扫码登陆] ( https://github.com/febobo/react-native-redux-FeInn/tree/FeInn-v0.0.6 )
2626* [ FeInn-v0.0.7 增加评论点赞] ( https://github.com/febobo/react-native-redux-FeInn/tree/FeInn-v0.0.7 )
27+ * [ FeInn-v0.0.8 兼容Android] ( https://github.com/febobo/react-native-redux-FeInn/tree/FeInn-v0.0.8 )
2728
2829### Requirements
2930* node
3031* xcode
3132
32- ### Ios Step 1
33+ ### Usage
3334```
3435$ git clone https://github.com/febobo/react-native-redux-FeInn.git
3536$ cd react-native-redux-FeInn
3637$ npm install
37- $ npm start
3838```
3939
40- ### Ios Step 2
40+ ### For Ios
41+ ```
42+ $ npm start
43+ ```
4144use xcode open react-native-redux-es6/ios/demo.xcodeproj, then click run
4245or ``` $ open FeInn.xcodeproj ``` ,then click run
4346
47+
4448![ 使用Navigator] ( http://g.recordit.co/u0VZC4PtNb.gif )
4549
50+ ### For Android
51+ ```
52+ $ react-native run-android
53+ ```
54+ ![ 使用Navigator] ( http://g.recordit.co/tAi48R0pYO.gif )
55+
56+
4657### PS
4758#### 仓库会持续更新,欢迎提出您宝贵的建议共同成长
4859
You can’t perform that action at this time.
0 commit comments