* add bundle identifiers to `app-info` * add them to the `.env.example` * add environment variables for docker build * add environment variables for native builds and bundles * also include the hour in bundle date * organize app info better in settings
8 lines
200 B
Text
8 lines
200 B
Text
# Copy this to `.env` and `.env.test` files
|
|
|
|
SENTRY_AUTH_TOKEN=
|
|
EXPO_PUBLIC_ENV=development
|
|
EXPO_PUBLIC_LOG_LEVEL=debug
|
|
EXPO_PUBLIC_LOG_DEBUG=
|
|
EXPO_PUBLIC_BUNDLE_IDENTIFIER=
|
|
EXPO_PUBLIC_BUNDLE_DATE=0
|