diff --git a/App.tsx b/App.tsx index 0cd2544..fe87972 100644 --- a/App.tsx +++ b/App.tsx @@ -10,6 +10,7 @@ import theme from "@/themes/Theme"; import "react-native-gesture-handler"; import "react-native-reanimated"; import { StatusBar } from "expo-status-bar"; +import { GestureHandlerRootView } from "react-native-gesture-handler"; import { SafeAreaProvider } from "react-native-safe-area-context"; import { Provider } from "react-redux"; import { store } from "./src/redux"; @@ -21,32 +22,34 @@ export default function App() { log.verbose("App started..."); return ( - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + ); }