Skip to content

Commit

Permalink
fix: don't bounce pager on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Feb 8, 2021
1 parent 53d0789 commit fb49a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ const Container = React.forwardRef<CollapsibleRef, CollapsibleProps>(
showsHorizontalScrollIndicator={false}
getItemLayout={getItemLayout}
scrollEventThrottle={16}
bounces={false}
{...pagerProps}
style={[pagerStylez, pagerProps?.style]}
/>
Expand Down

0 comments on commit fb49a97

Please sign in to comment.