We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad4048 commit 4d4f492Copy full SHA for 4d4f492
README.md
@@ -61,6 +61,20 @@ npm install jpush-react-native --save
61
62
### 2.2 iOS
63
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
78
* Libraries
79
80
```
@@ -110,7 +124,7 @@ npm install jpush-react-native --save
110
124
## 5. 其他
111
125
112
126
* 集成前务必将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还不完善,待下个版本完成
115
129
116
130
0 commit comments