refactor: simplify booking flow and update status bar appearance

This commit is contained in:
2026-05-12 16:01:50 +01:00
parent 20e9e23938
commit d29cf7535b
6 changed files with 1621 additions and 2345 deletions

View File

@@ -9,7 +9,7 @@ export default function App() {
<SafeAreaProvider>
<AppProvider>
<AppNavigator />
<StatusBar style="auto" />
<StatusBar style="light" />
</AppProvider>
</SafeAreaProvider>
);