6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import { LegacyEventEmitter } from 'expo-modules-core';
|
|
|
|
import ExpoLocation from './ExpoLocation';
|
|
|
|
export const LocationEventEmitter = new LegacyEventEmitter(ExpoLocation);
|