From 732a1bacb809e1cf07a2a079d816b16f803334ca Mon Sep 17 00:00:00 2001 From: Nho Quy Dinh Date: Sun, 25 Aug 2024 16:39:29 +0200 Subject: [PATCH] Update App.tsx --- App.tsx | 271 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 137 insertions(+), 134 deletions(-) diff --git a/App.tsx b/App.tsx index e76b123..3301b00 100644 --- a/App.tsx +++ b/App.tsx @@ -21,6 +21,7 @@ import { } from '@expo-google-fonts/montserrat'; import { TransitionSpec } from "@react-navigation/stack/lib/typescript/src/types"; import { enGB, en, de, registerTranslation } from 'react-native-paper-dates' +import { GestureHandlerRootView } from 'react-native-gesture-handler'; LogBox.ignoreAllLogs(); SplashScreen.preventAutoHideAsync(); @@ -159,139 +160,141 @@ export default function App() { } return ( - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + ); }