Replies: 6 comments
-
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
same issue here |
Beta Was this translation helpful? Give feedback.
-
+1 with react-native-snap-carousel on Android. I have seen the prop "swipeVelocityImpact" that determines how relevant is a velocity while calculating next position while swiping. Its default value is 0.2. Maybe this issue can be solved playing with this attribute. |
Beta Was this translation helpful? Give feedback.
-
You can pass properties to the PanGH of the tabview, give it a try by passing |
Beta Was this translation helpful? Give feedback.
-
You can use React-native Snap-Carousel for image list . Replace Flatlist, Scrollview on Carousel node_module them with import { ScrollView,FlatList } from "react-native-gesture-handler" . It's working @Bayramito |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm using tabView somewhere in my project and i created 3 tabs. They are swipeable. And there is a carousel which has some images and it is also swipeable in the middle tab, but i cannot swipe between the images. It's swipes on the tabs not the images.
is there any solution for this?
Beta Was this translation helpful? Give feedback.
All reactions