Update IS_TESTFLIGHT to include testflight-android
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ export const ENV: string = process.env.EXPO_PUBLIC_ENV
|
|||||||
/**
|
/**
|
||||||
* Indicates whether the app is running in TestFlight
|
* Indicates whether the app is running in TestFlight
|
||||||
*/
|
*/
|
||||||
export const IS_TESTFLIGHT = ENV === 'testflight'
|
export const IS_TESTFLIGHT =
|
||||||
|
ENV === 'testflight' || ENV.startsWith('testflight')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates whether the app is __DEV__
|
* Indicates whether the app is __DEV__
|
||||||
|
|||||||
Reference in New Issue
Block a user