I want to mark the user location using gps and overlay a circle around the dropped pin(i.e the current user location) using react-native-maps. This is working fine in online mode on both android and iOS. But I wanted to function this in the same way on offline mode too. I'm using react-native-geolocation-service to fetch the user's current location. Is there any way to implement this functionality in offline mode
↧