1import { EventEmitter } from 'expo-modules-core'; 2 3export const LocationEventEmitter = new EventEmitter({} as any); 4