Skip to content

Commit 2a4a419

Browse files
committed
Merge branch 'master' into dev
2 parents faccc49 + d802a98 commit 2a4a419

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export default class JPush {
350350
if (Platform.OS == "android") {
351351
JPushModule.setMaxGeofenceNumber(params)
352352
} else {
353-
JPushModule.setGeofenecMaxCount(params)
353+
JPushModule.setGeofeneceMaxCount(params)
354354
}
355355
}
356356

ios/RCTJPushModule/RCTJPushModule.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,10 @@ - (id)init
361361
}
362362
}
363363

364-
RCT_EXPORT_METHOD(setGeofenecMaxCount:(NSDictionary *)params)
364+
RCT_EXPORT_METHOD(setGeofeneceMaxCount:(NSDictionary *)params)
365365
{
366366
if(params[GEO_FENCE_MAX_NUMBER]){
367-
[JPUSHService setGeofenecMaxCount:[params[GEO_FENCE_MAX_NUMBER] integerValue]];
367+
[JPUSHService setGeofeneceMaxCount:[params[GEO_FENCE_MAX_NUMBER] integerValue]];
368368
}
369369
}
370370

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": "2.8.4",
9+
"version": "2.8.7",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)