Prep v1.111.0 e2e (#9494)
* Add e2e debug support for AA * Remove dup tap call * Update dev-env
This commit is contained in:
Vendored
+5
@@ -30,6 +30,11 @@ export const IS_TESTFLIGHT = ENV === 'testflight'
|
||||
*/
|
||||
export const IS_DEV = __DEV__
|
||||
|
||||
/**
|
||||
* Indicates whether the app is running in a test environment
|
||||
*/
|
||||
export const IS_E2E = ENV === 'e2e'
|
||||
|
||||
/**
|
||||
* Indicates whether the app is `__DEV__` or TestFlight
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user