Skip to content

Commit 9ddee15

Browse files
author
TC130精神扰乱装置
authored
Merge pull request #749 from jpush/dev
支持ts
2 parents 3f121ce + 3c4fd6e commit 9ddee15

File tree

5 files changed

+435
-10
lines changed

5 files changed

+435
-10
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## ChangeLog
44

55
1. 从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)

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
},

0 commit comments

Comments
 (0)