idanhaviv
Results
3
comments of
idanhaviv
on android several solutions worked for me: 1. set enableHighAccuracy to false 2. on one emulator - opening google maps app solved the location issue for my app 3. on...
I keep getting this timeout mostly on ios i'm setting if (Platform.OS === "ios") { Geolocation.setRNConfiguration({authorizationLevel: 'whenInUse'}); } and using this config: enableHighAccuracy: false, timeout: 15000, maximumAge: 10000 anyone has...