kendallroth / my-days

Simple app that counts down/up to important days!
1 stars 0 forks source link

Use env vars to customize build #9

Open kendallroth opened 1 year ago

kendallroth commented 1 year ago

Description

Support using environment variables to customize the app's behaviour, as documented by Expo. Environment variables must be set in various locations depending on the workflow: development must run as part of expo npm command, builds must be present in appropriate channels in eas.json, and updates must be present as env variables. Variables can be accessed either in app.config.ts or from the expo-constants library (can use optional env.config.ts file wrapper).

Changes