huybui21

Results 2 issues of huybui21

I am using react-native-reanimated-carousel ^3.5.1. Currently I can't swipe left or right and no errors occur. I tried wrapping the but still errors My code: ` ( navigation.navigate('Banner')} > )}...

bug

` ( navigation.navigate('Banner')}> )} /> ` I am using: "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.1", "react-native-reanimated-carousel": "^4.0.2", When I do a horizontal swipe on android everything works fine. For IOS the range...

bug