添加标签页布局,创建主页和关于页组件,删除不再使用的索引和模态页

This commit is contained in:
2026-03-09 07:29:14 +07:00
parent 283b29f9a2
commit afb0914db8
6 changed files with 21 additions and 15 deletions

View File

@@ -16,11 +16,7 @@ export default function RootLayout() {
<AppBootstrapProvider>
<ThemeProvider value={colorScheme === "dark" ? DarkTheme : DefaultTheme}>
<Stack>
<Stack.Screen name="index" options={{ headerShown: false }} />
<Stack.Screen
name="modal"
options={{ presentation: "modal", title: "Modal" }}
/>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
</Stack>
<StatusBar style="auto" />
</ThemeProvider>