show package.json version on web (#717)

This commit is contained in:
Ben Harris 2023-05-30 20:53:23 -04:00 committed by GitHub
parent a9a661ab58
commit 037713321d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -409,7 +409,7 @@ export const SettingsScreen = withAuthRequired(
</Link>
) : null}
<Text type="sm" style={[styles.buildInfo, pal.textLight]}>
Build version {AppInfo.appVersion} ({AppInfo.buildVersion})
Build version {AppInfo.appVersion}
</Text>
<View style={s.footerSpacer} />
</ScrollView>