radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

added presets for tracking options #298

Closed KennyHuRadar closed 9 months ago

lmeier commented 9 months ago

Hmmm, is there a way where we can present a union of the android and iOS. Would be best if people code do something like:

Radar.startTrackingCustom( { ...presetContinuous, desiredSyncInterval: 5 });

without having to split b/t iOS and Android.