react-native-reanimated component is working in react-native 0.74 but in react-native 0.76
This is BottomTabNavigator.js file:
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 […]