搜索页面样式

This commit is contained in:
xianyi
2026-01-13 11:10:07 +08:00
parent b06c7027a0
commit fbdc06b3be
5 changed files with 1146 additions and 3 deletions

View File

@@ -68,6 +68,13 @@ function RootLayoutNav() {
headerShown: false,
}}
/>
<Stack.Screen
name="search"
options={{
animation: "slide_from_right",
headerShown: false,
}}
/>
</Stack>
<StatusBar style={colorScheme === "dark" ? "light" : "dark"} />
</NavigationThemeProvider>

1086
app/search.tsx Normal file

File diff suppressed because it is too large Load Diff