Skip to content

Commit beee7c3

Browse files
authored
Update README.md
1 parent d5fbf2f commit beee7c3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
```
4144
use xcode open react-native-redux-es6/ios/demo.xcodeproj, then click run
4245
or ```$ 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

0 commit comments

Comments
 (0)