diff options
Diffstat (limited to 'src/lib/app-info.web.ts')
-rw-r--r-- | src/lib/app-info.web.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/app-info.web.ts b/src/lib/app-info.web.ts index fe2bc5fff..7227e2863 100644 --- a/src/lib/app-info.web.ts +++ b/src/lib/app-info.web.ts @@ -1,6 +1,8 @@ import {version} from '../../package.json' +export const BUILD_ENV = process.env.EXPO_PUBLIC_ENV export const IS_DEV = process.env.EXPO_PUBLIC_ENV === 'development' +export const IS_TESTFLIGHT = false // This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings // along with the other version info. Useful for debugging/reporting. |