UNPKG

react-native-weather-api

Version:

Real-time weather information for any location on Earth, including over 200,000 cities.

9 lines (8 loc) 257 B
"use strict"; import Geolocation from '@react-native-community/geolocation'; export async function getLocation() { return new Promise((resolve, reject) => { Geolocation.getCurrentPosition(resolve, reject); }); } //# sourceMappingURL=location.js.map