Relative Content

Tag Archive for androidreact-nativereact-native-reanimatedreact-native-gesture-handler

Android app Crashing due to GestureHandlerRootView

Help me To fix these issues ONlY android Side Android app Crashing due to GestureHandlerRootView explain reason if possible other imports… import Header from ‘../../Components/Header’; import { GestureDetector, Gesture, GestureHandlerRootView, } from ‘react-native-gesture-handler’; import Animated from ‘react-native-reanimated’; function ContactUs({navigation}) { const [swipeData, setSwipeData] = React.useState(‘Swipe Please’); let startX = 0; const tap = Gesture.Pan() .onBegin(e […]