4 lines
221 B
JavaScript
4 lines
221 B
JavaScript
import { LegacyEventEmitter } from 'expo-modules-core';
|
|
import ExpoLocation from './ExpoLocation';
|
|
export const LocationEventEmitter = new LegacyEventEmitter(ExpoLocation);
|
|
//# sourceMappingURL=LocationEventEmitter.js.map
|