Update IS_TESTFLIGHT to include testflight-android

This commit is contained in:
Eric Bailey
2025-07-23 11:46:36 -05:00
parent eff64d4c0c
commit 8bd98cc223
+2 -1
View File
@@ -8,7 +8,8 @@ export const ENV: string = process.env.EXPO_PUBLIC_ENV
/**
* 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__