···67// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
8// along with the other version info. Useful for debugging/reporting.
9-export const BUNDLE_IDENTIFIER =
10- process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER ?? 'dev'
1112// This will always be in the format of YYMMDD, so that it always increases for each build. This should only be used
13// for Statsig reporting and shouldn't be used to identify a specific bundle.
···67// This is the commit hash that the current bundle was made from. The user can see the commit hash in the app's settings
8// along with the other version info. Useful for debugging/reporting.
9+export const BUNDLE_IDENTIFIER = process.env.EXPO_PUBLIC_BUNDLE_IDENTIFIER ?? ''
01011// This will always be in the format of YYMMDD, so that it always increases for each build. This should only be used
12// for Statsig reporting and shouldn't be used to identify a specific bundle.