Location on Android devices with location modes issue

Expo.Location.getCurrentPositionAsync({}) doesn’t work when the location mode is set to “device only”. The code gets stuck at that line and there isn’t even a time out to catch the error.

I passed {enableHightAccuracy: true} to the location function but nothing seem to take effect.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.