rn-location-hook
v0.1.2
Published
A React hook that use expo-location to retrieve device coordinates.
Downloads
2
Maintainers
Readme
rn-location-hook
Hook that use expo-location to retrieve device coordinates
Installation
npm install rn-location-hook
yarn add rn-location-hook
Usage
import useUserLocation from "rn-location-hook";
// ...
const { isLocationEnbaled, isLoading, latitude, longitude, error } = useUserLocation();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT