Hi,
In my application the first thing the user should see after login is a map with the current location marked.
After upgrade to expo 40 this does not happen anymore, nothing gets returned by Location.getCurrentPositionAsync.
In Expo Go, using expo start, it works though.
As permissions I have listed just ACCESS_COARSE_LOCATION.
Can anyone help?
Thanks!