numandev1/react-native-bottomsheet-reanimated

Bounce effect also trigger when close bottom sheet

Closed this issue · 3 comments

Hi,
Thank you so much for this awesome library.
However, I have a problem that my bs also trigger the bounce effect when I close it. It goes to the end of the screen and then bounces little bit.
I will attach the video later.
Thank you so much.

@anhquan291 thanks, I will remove the bounce effect on close.

@anhquan291 you can install react-native-bottomsheet-reanimated@0.0.29 version
i have added bounce prop
you can manage bounce by change bounce value like
bounce={0} or bounce={0.5}

@anhquan291 you can install react-native-bottomsheet-reanimated@0.0.29 version
i have added bounce prop
you can manage bounce by change bounce value like
bounce={0} or bounce={0.5}

Thank you so much, I'll check it out. Have a great week