Search code examples
react-nativecarouselbanner

How To Make react-native-banner-carousel Horizontal Scroll Disable?


using this package to make some carousel in my project, been searching a while but no luck, how can I make the horizontal scroll disable? Thanks.


Solution

  • As by Horst's comment,

    Using onMoveShouldSetResponderCapture={ (evt, gestureState) => true} solved the problem