diff --git a/apps/mobile/app/(app)/(tabs)/settings.tsx b/apps/mobile/app/(app)/(tabs)/settings.tsx index 3d5b905c..8d8be616 100644 --- a/apps/mobile/app/(app)/(tabs)/settings.tsx +++ b/apps/mobile/app/(app)/(tabs)/settings.tsx @@ -1,4 +1,5 @@ import * as Application from 'expo-application' +import Constants from 'expo-constants' import { Logo } from '@/components/common/logo' import { MenuItem } from '@/components/common/menu-item' @@ -204,7 +205,10 @@ export default function SettingsScreen() { {t(i18n)`ver.`} - {Application.nativeApplicationVersion} + {Application.nativeApplicationVersion}{' '} + {Constants.expoConfig?.ios?.buildNumber + ? `(${Constants.expoConfig.ios.buildNumber})` + : ''} diff --git a/apps/mobile/components/home/select-wallet-account.tsx b/apps/mobile/components/home/select-wallet-account.tsx index 4e982053..b0510e05 100644 --- a/apps/mobile/components/home/select-wallet-account.tsx +++ b/apps/mobile/components/home/select-wallet-account.tsx @@ -59,7 +59,7 @@ export function SelectWalletAccount({ disabled={disabled} hideArrow hitSlop={{ top: 10, bottom: 10, left: 10, right: 10 }} - className="!border-none !border-transparent !py-0 !h-6 flex-row items-center gap-2 px-0" + className="!border-none !border-transparent !py-0 !h-6 flex-row items-center gap-2 self-start px-0" >