fix: 修复布局问题

This commit is contained in:
imeepos
2025-11-12 10:02:55 +08:00
parent 26cd0139bf
commit a7d922b535
12 changed files with 876 additions and 699 deletions

View File

@@ -29,6 +29,9 @@ export default function RootLayout() {
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="modal" options={{ presentation: 'modal', title: 'Modal' }} />
<Stack.Screen name="result" options={{ headerShown: false }} />
<Stack.Screen name="exchange" options={{ headerShown: false }} />
<Stack.Screen name="recharge" options={{ headerShown: false }} />
</Stack>
</AuthProvider>
</ThemeProvider>