You need to sign in or sign up before continuing.
Commit 3b18efc2 by G

navigation container on top of everything beside ThemeProvider

parent cc69d777
......@@ -9,9 +9,9 @@ import { StyleSheet } from "react-native";
export default function App() {
return (
<ThemeProvider theme={theme}>
<ProvideQueryClient>
<UserAuthenticationContextProvider>
<NavigationContainer>
<NavigationContainer>
<ProvideQueryClient>
<UserAuthenticationContextProvider>
{/* <View style={styles.container}> */}
{/* <SafeAreaProvider>
<StatusBar style="auto" />
......@@ -19,9 +19,9 @@ export default function App() {
</SafeAreaProvider> */}
<UnloggedUserStackNavigation />
{/* </View> */}
</NavigationContainer>
</UserAuthenticationContextProvider>
</ProvideQueryClient>
</UserAuthenticationContextProvider>
</ProvideQueryClient>
</NavigationContainer>
</ThemeProvider>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment