From aea8e8a4309731e56a4cf12c215d3eea886cc3d3 Mon Sep 17 00:00:00 2001 From: huangshuni <15889638723@163.com> Date: Mon, 7 Aug 2023 17:59:01 +0800 Subject: [PATCH] =?UTF-8?q?ios=20=E5=BC=80=E6=94=BE=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=AE=9A=E6=97=B6=E5=B1=95=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5fix=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA3.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/package.json | 2 +- ios/RCTJPushModule/RCTJPushModule.m | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index d1d8c7a..d25b5be 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "jcore-react-native": "2.1.3", - "jpush-react-native": "3.0.1", + "jpush-react-native": "3.0.2", "react": "16.8.6", "react-native": "0.60.5", "update": "^0.7.4" diff --git a/ios/RCTJPushModule/RCTJPushModule.m b/ios/RCTJPushModule/RCTJPushModule.m index 9df9c31..a57550f 100644 --- a/ios/RCTJPushModule/RCTJPushModule.m +++ b/ios/RCTJPushModule/RCTJPushModule.m @@ -16,7 +16,7 @@ #define EXTRAS @"extras" #define BADGE @"badge" #define RING @"ring" -#definr BROADCASTTIME @"broadcastTime" +#define BROADCASTTIME @"broadcastTime" //本地角标 #define APP_BADGE @"appBadge" diff --git a/package.json b/package.json index 6b21ba8..ee8a436 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "index.d.ts", "license": "ISC", "author": "wicked.tc130", - "version": "3.0.1", + "version": "3.0.2", "repository": { "type": "git", "url": "https://github.com/jpush/jpush-react-native"