show package.json version on web (#717)
This commit is contained in:
parent
a9a661ab58
commit
037713321d
3 changed files with 4 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue