mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 01:57:56 +00:00
auto-commit for 2d614bad-db2a-4f25-96a5-0059f44e3a7a
This commit is contained in:
+2
-3
@@ -26,9 +26,8 @@ function AppContent() {
|
||||
const { isDarkMode } = useTheme();
|
||||
|
||||
return (
|
||||
<LanguageProvider>
|
||||
<AuthProvider>
|
||||
<NavigationContainer>
|
||||
<AuthProvider>
|
||||
<NavigationContainer>
|
||||
<StatusBar style={isDarkMode ? 'light' : 'dark'} />
|
||||
<Stack.Navigator screenOptions={{ headerShown: false }}>
|
||||
<Stack.Screen name="Language" component={LanguageScreen} />
|
||||
|
||||
Reference in New Issue
Block a user