i know that its props are underlying FlatList and Flatlist is using ScrollView's props.
but I can't use scrollEnabled.
i wanna make this component disabled when single renderItem swiping horizontally.
is there any way please..?馃槃
can you just never call move() in the component you don't want to be draggable?
hmm.. thanks for answering.
i wanna use this component and react-native-swiper-swipeable together.
but when i swipe component horizontally, there are no way to fix this flatlist.
this issue is not related with move() function.
forwarded scrollEnabled prop to flatlist in v2: https://github.com/computerjazz/react-native-draggable-flatlist/blob/master/index.tsx#L806
Most helpful comment
hmm.. thanks for answering.
i wanna use this component and react-native-swiper-swipeable together.
but when i swipe component horizontally, there are no way to fix this flatlist.
this issue is not related with move() function.