diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js index 150aa97a3..ee6485fc0 100644 --- a/src/carousel/Carousel.js +++ b/src/carousel/Carousel.js @@ -474,6 +474,7 @@ export default class Carousel extends Component { return; } + value = value && scrollEnabled // 'setNativeProps()' is used instead of 'setState()' because the latter // really takes a toll on Android behavior when momentum is disabled wrappedRef.setNativeProps({ scrollEnabled: value });