Get current location, latitude and longitude in ReactNative using react-native-maps
I did it following these steps using [email protected] and react-native-maps@^0.13.1 and using [email protected] and react-native-maps@^0.15.2 at the date: Set a mapRegion object in the state, the last longitude and the last latitude as null: state = { mapRegion: null, lastLat: null, lastLong: null, } Then within your componentDidMount() function watch for each change in the … Read more