Closed a-eid closed 4 months ago
Seems that the expo-constants has been updated, check the expo version and documentation https://docs.expo.dev/versions/latest/sdk/constants/#manifest
I'm not sure I'm following, I thought Constants.manifest
is already deprecated.
also I don't think the manifest has what I'm looking for version
. I think for such use case it's recommended to use Constants.expoConfig
furthermore it does work before publishing an update, after doing so it stops working.
you are right! I'll provide an update before Friday Thanks for pointing it out
@a-eid sorry Ahmed but I didn't managed to look at this and I'm leaving for holiday.
Feel free to do a pull request and I'll approve it, alternatively please have some patience, I'll look at this in mid-march
thank you @umbertoghio, am not sure where to start, but I'll try,
FYI this is expoConfig
getter function from expo-constants
when updating my app, I tried copying over the generated expo config ExpoConfig.getConfig
to dist/app.json
but it does not seem to be working.
@umbertoghio I wasn't able to fix this, do you maybe have an update on it ?
when logging the expoConfig
, I get this output which is not correct, this seem to be the list of assets from dist/metadata.json
. any idea what could be causing it ?
BTW this is after running an update.
@umbertoghio any updates on this, I'm not sure how to fix it TBH.
Hello, sorry, due to additional projects I took I am unable to maintain / assist further on this
I'm trying to display the app version via expo-constants but am getting undefined for
Constants.expoConfig.version