diff --git a/App.tsx b/App.tsx index 809b222..5c5b5f7 100644 --- a/App.tsx +++ b/App.tsx @@ -1,6 +1,6 @@ import ProvideQueryClient from "@components/providers_wrappers/ProvideQueryClient"; import { LOG } from "@logger"; -import { NavigationContainer } from "@react-navigation/native"; +import { DefaultTheme, NavigationContainer } from "@react-navigation/native"; import { ThemeProvider } from "@shopify/restyle"; import { injectStoreIntoAxiosInstance } from "@/axios"; import { ModalsManagerProvider } from "@/contexts/ModalsManagerContext"; @@ -25,7 +25,15 @@ export default function App() { - +