Skip to content

Commit

Permalink
fix: disabled default scroll bounce on iOS for RateBarIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Oct 28, 2022
1 parent dab5b9c commit 78d711d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RatingBarIndicator.tsx
Expand Up @@ -141,6 +141,8 @@ const RatingBarIndicator: React.FC<RatingBarIndicatorProps> = ({
}}
horizontal={direction === 'horizontal'}
showsHorizontalScrollIndicator={false}
alwaysBounceHorizontal={false}
alwaysBounceVertical={false}
>
{ratingArr.map((_, i) => {
// TODO:- this seems unneccessary now
Expand Down

0 comments on commit 78d711d

Please sign in to comment.