React Native Geolocation Coordinates
React Native is using web base Geolocation API to get the position of the device. If you go through the Geolocation API documentation then you will find various methods like getCurrentPosition(), watchPosition() which are available on the React Native too.
Read More