1
Good afternoon.
What is the most efficient way to get the user’s location. The method getCurrentlocation
Geolocation’s own React-Native is taking around 3 seconds when enabling the enableHighAccuracy
, when it’s worth false
receive the information almost immediately. When I test another application like google maps the value is also quickly read.
There’s another way to capture that information?
It’s Raphael, all right? If you already have a code written natively that does this faster, simply expose it to Javascript via Nativemodules (https://facebook.github.io/react-native/docs/native-modules-ios.html). Emiliano
– emilianoeloi