import Constants from 'expo-constants';

/** True when running inside Expo Go (no Immotech native CallEndReceiver / CallWatch). */
export function isExpoGo(): boolean {
  return Constants.appOwnership === 'expo';
}
