import { ENV_TYPE } from '../ENV_TYPE' export function getEnv(): string { return ENV_TYPE.RN }