diff --git a/ios/RNCGeolocation.mm b/ios/RNCGeolocation.mm index 03df64d..b87a28e 100644 --- a/ios/RNCGeolocation.mm +++ b/ios/RNCGeolocation.mm @@ -412,7 +412,7 @@ - (void)enableBackgroundLocationUpdates useSignificantChanges:options.useSignificantChanges]; if (didPause) { - [self startObserving]; + [self startObserving:_observerOptions]; } }