Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 315 Bytes

File metadata and controls

23 lines (14 loc) · 315 Bytes

react-native-geolocation-monitor

Geolocation Monitoring library

Installation

npm install react-native-geolocation-monitor

Usage

import GeolocationMonitor from "react-native-geolocation-monitor";

// ...

const deviceName = await GeolocationMonitor.getDeviceName();

License

MIT