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 51ad6e1 commit 1135247Copy full SHA for 1135247
README.md
@@ -10,6 +10,20 @@ npm install jcore-react-native --save(目前 jmessage-react-plugin 2.1.1 版
10
react-native link
11
```
12
13
+##### (如果是原生应用集成 react-native)使用 CocoaPods 安装
14
+
15
+在 Podfile 中添加如下代码:
16
17
+```
18
+pod 'JPushRN', :path => '../node_modules/jpush-react-native'
19
20
21
+终端执行如下指令:
22
23
24
+pod install
25
26
27
## 配置
28
29
#### Android
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jmessage-react-plugin",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "a jmessage plugin for react native application",
5
"main": "index.js",
6
"repository": {
0 commit comments