bug fixed
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user