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 (2 loc) 122 B
import { Props } from './withLocation'; export default (props: Props = {}): [string, Props] => ['expo-location', props];