From fb49a973c630abdb7ac6f50f2f15a6e6d95371ea Mon Sep 17 00:00:00 2001 From: Andrei Alecu Date: Mon, 8 Feb 2021 20:24:12 +0200 Subject: [PATCH] fix: don't bounce pager on ios --- src/Container.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Container.tsx b/src/Container.tsx index b4b17009..fe1dff4f 100644 --- a/src/Container.tsx +++ b/src/Container.tsx @@ -525,6 +525,7 @@ const Container = React.forwardRef( showsHorizontalScrollIndicator={false} getItemLayout={getItemLayout} scrollEventThrottle={16} + bounces={false} {...pagerProps} style={[pagerStylez, pagerProps?.style]} />