numandev1 / react-native-bottomsheet-reanimated

React Native bottom sheet with fully native 60 FPS animations and awesome user experience
MIT License
276 stars 28 forks source link

Bounce effect also trigger when close bottom sheet #11

Closed anhquan291 closed 3 years ago

anhquan291 commented 3 years ago

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.

numandev1 commented 3 years ago

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

numandev1 commented 3 years ago

@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 commented 3 years ago

@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