diff --git a/App.tsx b/App.tsx index a0909e8..c15fc7f 100644 --- a/App.tsx +++ b/App.tsx @@ -1,6 +1,6 @@ import { ModalsManagerProvider } from "@/contexts/ModalsManagerContext"; import { UserAuthenticationContextProvider } from "@/contexts/UserAuthenticationContext"; -import AppMainStackNavigator from "@/navigations/AppMainStackNavigator"; +import { AppMainStackNavigatorAuthWrapper } from "@/navigations/AppMainStackNavigator"; import theme from "@/themes/Theme"; import ProvideQueryClient from "@components/providers_wrappers/ProvideQueryClient"; import { LOG } from "@logger"; @@ -23,13 +23,7 @@ export default function App() { - {/* */} - {/* - - - */} - - {/* */} +