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.

11 lines (10 loc) 229 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "rootDir": "./src", "outDir": "./build", "types": ["node"] }, "include": ["./src"], "exclude": ["**/__mocks__/*", "**/__tests__/*"] }