diff --git a/app/(app)/_layout.tsx b/app/(app)/_layout.tsx index a49528b..d676301 100644 --- a/app/(app)/_layout.tsx +++ b/app/(app)/_layout.tsx @@ -31,7 +31,7 @@ export default function AppLayout() { disableTransparentOnScrollEdge backgroundColor={Platform.OS === "android" ? colors.background : undefined} > - + Dashboard - + Timer - + Entities - + Invoices - + { - await authClient.signOut(); - await clearActiveAccount(); - router.replace("/(auth)/sign-in"); - }} + onPress={() => void startAdditionalAccountSignIn(clearActiveAccount)} /> {accounts.length > 1 ? ( @@ -336,6 +333,19 @@ export default function SettingsScreen() { + + + Version + {appVersion} + + + Platform + + {Constants.platform?.ios ? "iOS" : "Other"} + + + + ) : null} - - - Version - {appVersion} - - - Platform - - {Constants.platform?.ios ? "iOS" : "Other"} - - - -