.env file not loading if added in .gitignore file #337
Unanswered
DeeshanSharma
asked this question in
Q&A
Replies: 1 comment 2 replies
-
depends on how you're building the production APK. The platform you're using should have the option to add environment variables. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I discovered a strange bug that if I git ignore any env file and create a production apk the env variables give undefined while they work perfectly in the development. I have done all the configuration correctly as mentioned in the docs. Found this issue after spending two working days in my office. Help me through this or guide me if I am wrong anywhere as env files could not be commited on github.
Beta Was this translation helpful? Give feedback.
All reactions