location-details-v1
v2.0.1
Published
This package gives the users current location details
Downloads
3
Maintainers
Readme
Get the user location details
This package helps to fetch the location details of network user.
Example
import fetchLocationDetails from 'location-details-v1';
fetchLocationDetails().then(details => {
//write you logic here
});