[v1.110] Release prep (#9399)
* yml formatting whatever * fix date input color * fix up report dialog tests * dumb fix to bypass save password popup * remove tooltip in e2e * Update index.e2e.tsx * skip gate in e2e
This commit is contained in:
Vendored
+6
-1
@@ -13,7 +13,12 @@ export const RELEASE_VERSION: string =
|
||||
/**
|
||||
* The env the app is running in e.g. development, testflight, production, e2e
|
||||
*/
|
||||
export const ENV: string = process.env.EXPO_PUBLIC_ENV
|
||||
export const ENV: string = process.env.EXPO_PUBLIC_ENV as
|
||||
| 'production'
|
||||
| 'testflight'
|
||||
| 'development'
|
||||
| 'e2e'
|
||||
| (string & {})
|
||||
|
||||
/**
|
||||
* Indicates whether the app is running in TestFlight
|
||||
|
||||
Reference in New Issue
Block a user