tusbar / babel-plugin-dotenv-import

Load environment variables using import statements.
MIT License
80 stars 8 forks source link

Possible for logic in env file? #194

Closed CyberMew closed 3 years ago

CyberMew commented 4 years ago

I want to set (or unset) variables if running Android or/and iOS. Is that possible for this plugin?

goatandsheep commented 3 years ago

.env

EXAMPLE_ENV_IOS=I am iPhone only
EXAMPLE_ENV_ANDROID=I am Android only

Then choose the env var you want using the platform https://reactnative.dev/docs/platform-specific-code