Skip to content

FE030: Show app version in settings and about screens - #227

Open
gerrardwantah wants to merge 1 commit into
mainfrom
FE030-add-app-version-build-info-in-settings
Open

gerrardwantah wants to merge 1 commit into
mainfrom
FE030-add-app-version-build-info-in-settings

Conversation

@gerrardwantah

@gerrardwantah gerrardwantah commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Ticket

Description

Changed version on about and settings screen, to take the version from app.json instead of a hardcoded string.

  • Installed expo-constants
  • Settings screen and About screen now display Constants.expoConfig.version (to get the version for app.json)
  • Verified this also matches package.json's version field (both currently 1.0.0)

Note: Going forward, to bump the version all that is needed is just to change the 'version' in app.json, it will change the version on both settings and about screen

Checks

  • All requirements of the ticket have been implemented, or I have commented on any exclusions
  • Unit tests have been added or updated for any backend changes (if applicable)
  • I have reviewed the Files Changed tab and verified it only contains relevant changes (comment if unsure about any)
  • This PR has been reviewed and approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant