You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build command eas build -p android --profile preview --local
After I execute this build command, the [READ_APP_CONFIG] Using app configuration: log produces a config which completely excludes the config I added and only shows:
Thank you for filing this issue!
This comment acknowledges we believe this may be a bug and there’s enough information to investigate it.
However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.
Hi, I think that this should be fixed now, and the Read app config output should now be aligned with the npx expo config --type public output. Let me know if it works for you.
Summary
Hi folks, hope you're all doing well.
I'm encountering a strange issue when trying to build an APK.
Expo constants seem to be undefined in a built APK but works for iOS build, android simulator and iOS simulator.
Running expo SDK48
The following is my extra config inside
app.config.js:
When attempting to access the constants in my
.firebaseConfig
file:they are all evaluating to undefined.
The following is my build config in
eas.json
:Build command
eas build -p android --profile preview --local
After I execute this build command, the
[READ_APP_CONFIG] Using app configuration:
log produces a config which completely excludes the config I added and only shows:Interestingly, when I run
expo config --type public
, it does indeed display the correct config.Any thoughts/advice on the matter would be appreciated.
Managed or bare?
Bare
Environment
Reproducible demo or steps to reproduce from a blank project
https://github.com/infinitered/ignite
The text was updated successfully, but these errors were encountered: