File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ npm install jpush-react-native --save
6565
6666 ```
6767 Add Files to "your project name"
68- node_modules/jcore-react-native/ios/RCTJCoreModule/
69- node_modules/jpush-react-native/ios/RCTJPushModule/
68+ node_modules/jcore-react-native/ios/RCTJCoreModule.xcodeproj
69+ node_modules/jpush-react-native/ios/RCTJPushModule.xcodeproj
7070 ```
7171
7272* Capabilities
@@ -89,22 +89,28 @@ npm install jpush-react-native --save
8989 libz.tbd
9090 libresolv.tbd
9191 UserNotifications.framework
92-
92+ libRCTJCoreModule.a
93+ libRCTJPushModule.a
9394 ```
9495
9596## 3. 引用
9697
9798### 3.1 Android
9899
99- 参考:[ MainApplication.java] ( https://github.com/jpush/jpush-react-native/tree/master/example/android/app/src/main/java/com/example/MainApplication )
100+ 参考:[ MainApplication.java] ( https://github.com/jpush/jpush-react-native/tree/master/example/android/app/src/main/java/com/example/MainApplication.java )
100101
101102### 3.2 iOS
102103
103- 参考:[ AppDelegate.m] ( https://github.com/jpush/jpush-react-native/tree/master/example/ios/PushDemo /AppDelegate.m )
104+ 参考:[ AppDelegate.m] ( https://github.com/jpush/jpush-react-native/tree/master/example/ios/example /AppDelegate.m )
104105
105106## 4. API
106107
107108详见:[ index.js] ( https://github.com/jpush/jpush-react-native/blob/master/index.js )
108109
110+ ## 5. 其他
109111
112+ * 集成前务必将example工程跑通
113+ * JPush3.5.5&&JCore1.3.5属于重构版本,API主要缺少本地通知,如有紧急需求请前往[ 极光社区] ( https://community.jiguang.cn/c/question )
114+ * 目前react-native link和pod install还不完善,待下个版本完成
110115
116+
You can’t perform that action at this time.
0 commit comments