Replies: 1 comment
-
Did you try again with MapLibre React Native removed from your project? Are you using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I've been using expo-location to get the user location in my project and recently added this library. Unfortunately, trying to get the location with expo-location now causes a timeout, and I'm trying to figure out if maplibre-react-native is doing anything that might cause the timeout.
I suspect expo-location uses google as the location engine, so I tried setting
org.maplibre.reactnative.locationEngine=google
in gradle.properties to have this library use google as well, but it made no difference. I've also tried running it both on emulator and a real device without any luck.When using other location libraries in the past there have been similiar timeout issues, but expo-location doesn't provide that many options when it comes to configuring the location request and just worked out of the box. Any suggestions on where to look, or where the issue might be?
Beta Was this translation helpful? Give feedback.
All reactions