···1import {version} from '../../package.json'
203export const IS_DEV = process.env.EXPO_PUBLIC_ENV === 'development'
045// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
6// along with the other version info. Useful for debugging/reporting.
···1import {version} from '../../package.json'
23+export const BUILD_ENV = process.env.EXPO_PUBLIC_ENV
4export const IS_DEV = process.env.EXPO_PUBLIC_ENV === 'development'
5+export const IS_TESTFLIGHT = false
67// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
8// along with the other version info. Useful for debugging/reporting.