UNPKG

expo-location

Version:

Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.

4 lines 208 B
import { EventEmitter } from '@unimodules/core'; import ExpoLocation from './ExpoLocation'; export const LocationEventEmitter = new EventEmitter(ExpoLocation); //# sourceMappingURL=LocationEventEmitter.js.map