How display version of the app installed

I want to display version in expo config specifically. Is there a easy way ? some global variable ?

{
“expo”: {
“sdkVersion”: “28.0.0”,
“name”: “”,
“icon”: ",
“version”: “1.0.0”,
“slug”: “”,
“scheme”: “”,
“ios”: {
“bundleIdentifier”: “”
},
“android”: {
},
“splash”: {
}
}
}

Hey @mahesh8488,

You can use our Constants API to get the manifest to access the version property: https://docs.expo.io/versions/v29.0.0/sdk/constants#expoconstantsmanifest

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.