bug fixed

This commit is contained in:
Samandar Turgunboyev
2026-03-05 11:49:56 +05:00
parent 382b214e3e
commit a34cf75c57
10 changed files with 249 additions and 292 deletions

View File

@@ -15,17 +15,13 @@ function AppContent() {
useNotifications();
return (
<SafeAreaView style={{ flex: 1 }}>
<StatusBar
style="dark"
backgroundColor="#fff"
translucent={false}
/>
<SafeAreaView style={{ flex: 1, backgroundColor: "#000" }}>
<StatusBar style='light' backgroundColor='#000' />
<Stack screenOptions={{ headerShown: false }} />
</SafeAreaView>
);
}
export default function RootLayout() {
return (
<I18nextProvider i18n={i18n}>