File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 . setGeofenceMaxCount ( params )
354354 }
355355 }
356356
Original file line number Diff line number Diff line change @@ -343,10 +343,10 @@ - (id)init
343343 }
344344}
345345
346- RCT_EXPORT_METHOD (setGeofenecMaxCount :(NSDictionary *)params)
346+ RCT_EXPORT_METHOD (setGeofenceMaxCount :(NSDictionary *)params)
347347{
348348 if (params[GEO_FENCE_MAX_NUMBER]){
349- [JPUSHService setGeofenecMaxCount : [params[GEO_FENCE_MAX_NUMBER] integerValue ]];
349+ [JPUSHService setGeofenceMaxCount : [params[GEO_FENCE_MAX_NUMBER] integerValue ]];
350350 }
351351}
352352
Original file line number Diff line number Diff line change 66 "types" : " index.d.ts" ,
77 "license" : " ISC" ,
88 "author" : " wicked.tc130" ,
9- "version" : " 2.8.5 " ,
9+ "version" : " 2.8.6 " ,
1010 "repository" : {
1111 "type" : " git" ,
1212 "url" : " https://github.com/jpush/jpush-react-native"
You can’t perform that action at this time.
0 commit comments