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.

3 lines (2 loc) 109 B
import { requireNativeModule } from 'expo-modules-core'; export default requireNativeModule('ExpoLocation');