File tree Expand file tree Collapse file tree 5 files changed +435
-10
lines changed
Expand file tree Collapse file tree 5 files changed +435
-10
lines changed Original file line number Diff line number Diff line change 33## ChangeLog
44
551 . 从RN-JCore1.6.0开始,Android集成插件时不需要在AndroidManifest.xml中添加配置代码
6+ 2 . 从RN-JPush2.7.5开始,重新支持TypeScript
67
78
89## 1. 安装
@@ -111,6 +112,10 @@ pod install
111112
112113参考:[ AppDelegate.m] ( https://github.com/jpush/jpush-react-native/tree/master/example/ios/example/AppDelegate.m )
113114
115+ ### 3.3 js
116+
117+ 参考:[ App.js] ( https://github.com/jpush/jpush-react-native/blob/dev/example/App.js )
118+
114119## 4. API
115120
116121详见:[ index.js] ( https://github.com/jpush/jpush-react-native/blob/master/index.js )
Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "jcore-react-native" : " 1.6.0" ,
11- "jpush-react-native" : " 2.7.1 " ,
11+ "jpush-react-native" : " 2.7.5 " ,
1212 "react" : " 16.8.6" ,
1313 "react-native" : " 0.60.5"
1414 },
You can’t perform that action at this time.
0 commit comments