Skip to content

Commit 4d4f492

Browse files
author
詹强
committed
更新README.md
1 parent 9ad4048 commit 4d4f492

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ npm install jpush-react-native --save
6161

6262
### 2.2 iOS
6363

64+
### 2.2.1 pod
65+
66+
```
67+
pod install
68+
```
69+
70+
* 注意:如果项目里使用pod安装过,请先执行命令
71+
72+
```
73+
pod deintegrate
74+
```
75+
76+
###2.2.2 手动方式
77+
6478
* Libraries
6579

6680
```
@@ -110,7 +124,7 @@ npm install jpush-react-native --save
110124
## 5. 其他
111125

112126
* 集成前务必将example工程跑通
113-
* JPush3.5.5&&JCore1.3.5属于重构版本,API主要缺少本地通知,如有紧急需求请前往[极光社区](https://community.jiguang.cn/c/question)
114-
* 目前react-native link和pod install还不完善,待下个版本完成
127+
* JPush3.5.7&&JCore1.3.7属于重构版本,API主要缺少本地通知,如有紧急需求请前往[极光社区](https://community.jiguang.cn/c/question)
128+
* 目前react-native link还不完善,待下个版本完成
115129

116130

0 commit comments

Comments
 (0)