···11import {version} from '../../package.json'
2233+export const BUILD_ENV = process.env.EXPO_PUBLIC_ENV
34export const IS_DEV = process.env.EXPO_PUBLIC_ENV === 'development'
55+export const IS_TESTFLIGHT = false
4657// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
68// along with the other version info. Useful for debugging/reporting.