Im using react-native-geolocation-service to get the user location and populate data based on user location. But most of the time Im getting Location request timed out error as response.
These are the options im using
enableHighAccuracy: false,
timeOut: 15000,
maximumAge: 10000,
I have tested in IOS emulator and its working fine. So far issue is only with Android device. How can i solve this issue.