Remove unnecessary testflight check
This commit is contained in:
Vendored
+1
-2
@@ -15,8 +15,7 @@ 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 =
|
export const IS_TESTFLIGHT = ENV === '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