diff --git a/App.tsx b/App.tsx index 90395cb..00fc422 100644 --- a/App.tsx +++ b/App.tsx @@ -1,6 +1,7 @@ import { UserAuthenticationContextProvider } from "@/contexts/UserAuthenticationContext"; import UnloggedUserStackNavigation from "@/navigations/UnloggedUserStackNavigation"; import theme from "@/themes/Theme"; +import ProvideQueryClient from "@components/providers_wrappers/ProvideQueryClient"; import { NavigationContainer } from "@react-navigation/native"; import { ThemeProvider } from "@shopify/restyle"; import { StyleSheet } from "react-native"; @@ -8,17 +9,19 @@ import { StyleSheet } from "react-native"; export default function App() { return ( - - - {/* */} - {/* + + + + {/* */} + {/* */} - - {/* */} - - + + {/* */} + + + ); }