Maximus upgradus
CodexBar Mobile Build / build-android (push) Failing after 1m38s
CodexBar Mobile Build / release (push) Has been skipped

This commit is contained in:
2026-06-24 20:16:34 +02:00
parent d5b0f9c833
commit ba7d957155
20 changed files with 1192 additions and 642 deletions
+2 -1
View File
@@ -2,11 +2,12 @@ import "../global.css";
import { Stack } from "expo-router";
import { SafeAreaProvider } from "react-native-safe-area-context";
import { StatusBar } from "expo-status-bar";
import "@/lib/notifications"; // registers setNotificationHandler on app start
export default function RootLayout() {
return (
<SafeAreaProvider>
<StatusBar style="auto" />
<StatusBar style="light" />
<Stack screenOptions={{ headerShown: false }} />
</SafeAreaProvider>
);