You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the function converting between the js dictionary and the RNCGeolocationConfiguration struct does not set enableBackgroundLocationUpdates:
I notice this because enableBackgroundLocationUpdates is never called with skipPermissionRequests set to true because _locationConfiguration.enableBackgroundLocationUpdates is always set to false
Platforms
iOS
Versions
Description
It looks like the function converting between the js dictionary and the
RNCGeolocationConfiguration
struct does not setenableBackgroundLocationUpdates
:react-native-geolocation/ios/RNCGeolocation.mm
Lines 61 to 69 in 7bd62fd
I notice this because
enableBackgroundLocationUpdates
is never called withskipPermissionRequests
set to true because_locationConfiguration.enableBackgroundLocationUpdates
is always set to falsereact-native-geolocation/ios/RNCGeolocation.mm
Lines 176 to 180 in 7bd62fd
The text was updated successfully, but these errors were encountered: