feat: Mobile settings screen (#34)

This commit is contained in:
Alexander Whitestone
2026-03-23 18:00:36 -04:00
parent 74522c56dd
commit 27ba64c509
5 changed files with 297 additions and 35 deletions

View File

@@ -50,6 +50,7 @@ function RootLayoutNav() {
<Stack screenOptions={{ headerBackTitle: "Back" }}>
<Stack.Screen name="onboarding" options={{ headerShown: false, animation: "none" }} />
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="settings" options={{ headerShown: false, presentation: "modal" }} />
</Stack>
);
}