Remove unnecessary testflight check

This commit is contained in:
Eric Bailey
2025-07-23 19:08:53 -05:00
parent d1eafcfca5
commit b4118e9b05
+1 -2
View File
@@ -15,8 +15,7 @@ export const ENV: string = process.env.EXPO_PUBLIC_ENV
/**
* Indicates whether the app is running in TestFlight
*/
export const IS_TESTFLIGHT =
ENV === 'testflight' || ENV.startsWith('testflight')
export const IS_TESTFLIGHT = ENV === 'testflight'
/**
* Indicates whether the app is __DEV__