Skip to content

Commit aea8e8a

Browse files
committed
ios 开放本地通知定时展示字段fix,修改版本号为3.0.2
1 parent 1a95b32 commit aea8e8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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": "2.1.3",
11-
"jpush-react-native": "3.0.1",
11+
"jpush-react-native": "3.0.2",
1212
"react": "16.8.6",
1313
"react-native": "0.60.5",
1414
"update": "^0.7.4"

ios/RCTJPushModule/RCTJPushModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define EXTRAS @"extras"
1717
#define BADGE @"badge"
1818
#define RING @"ring"
19-
#definr BROADCASTTIME @"broadcastTime"
19+
#define BROADCASTTIME @"broadcastTime"
2020

2121
//本地角标
2222
#define APP_BADGE @"appBadge"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "3.0.1",
9+
"version": "3.0.2",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)