···4343 * for each build. This should only be used for StatSig reporting and shouldn't
4444 * be used to identify a specific bundle.
4545 */
4646-export const BUNDLE_DATE: number = !process.env.EXPO_PUBLIC_BUNDLE_DATE
4747- ? 0
4848- : Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
4646+export const BUNDLE_DATE: number =
4747+ process.env.EXPO_PUBLIC_BUNDLE_DATE === undefined
4848+ ? 0
4949+ : Number(process.env.EXPO_PUBLIC_BUNDLE_DATE)
49505051/**
5152 * The log level for the app.