.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
EXPO_PUBLIC_ENV
The env the app is running in e.g. development, testflight, production
EXPO_PUBLIC_RELEASE_VERSION
This is the semver release version of the app, pulled from package.json
EXPO_PUBLIC_BUNDLE_IDENTIFIER
This is the commit hash that the current bundle was made from.
EXPO_PUBLIC_BUNDLE_DATE
Should be formatted YYMMDDHH so that it increases for each build.
EXPO_PUBLIC_LOG_LEVEL
The log level for the app's logger transports
EXPO_PUBLIC_LOG_DEBUG
Enable debug logs for specific logger instances
EXPO_PUBLIC_BLUESKY_PROXY_DID
Bluesky appview DID
EXPO_PUBLIC_CHAT_PROXY_DID
Chat service DID
EXPO_PUBLIC_METRICS_API_HOST
Bluesky's metrics API
EXPO_PUBLIC_GROWTHBOOK_API_HOST
Growthbook config
EXPO_PUBLIC_GROWTHBOOK_CLIENT_KEY
secret
EXPO_PUBLIC_SENTRY_DSN
Sentry DSN for telemetry
EXPO_PUBLIC_BITDRIFT_API_KEY
secret
Bitdrift API key. If undefined, Bitdrift will be disabled.
GEOLOCATION_DEV_URL
geolocation web worker URL
LIVE_EVENTS_DEV_URL
live-events web worker URL
APP_CONFIG_DEV_URL
app-config web worker URL