File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 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 . setGeofeneceMaxCount ( params )
354354 }
355355 }
356356
Original file line number Diff line number Diff 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
File renamed without changes.
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.4 " ,
9+ "version" : " 2.8.7 " ,
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