RCTLocationObserver accuracy reset bug? #17145
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
react-native/Libraries/Geolocation/RCTLocationObserver.m
Line 356 in ed2bfcb
Is there a bug here? I don't understand why the desiredAccuracy should be reset to DEFAULT if enableHighAccuracy is enabled and the desiredAccuracy is initially
kCLLocationAccuracyBest
.Also I think this should be added to
beginLocationUpdatesWithDesiredAccuracy
so location updates would not pause when using
watchPosition
The text was updated successfully, but these errors were encountered: