osdnk / react-native-reanimated-bottom-sheet

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
MIT License
3.33k stars 327 forks source link

Reanimated version #337

Open mariovillamizar opened 3 years ago

mariovillamizar commented 3 years ago

Thanks for this great library. I would like to know which version of reanimated should I use?

mrjasan commented 3 years ago

It seems to have issues with react-native-reanimated 2.x It can't find Easing inside react-native-reanimated 2.x - that has moved to EasingNode

McSam94 commented 3 years ago

is there any plan to upgrade this library to compatible with react-native-animated 2.x?

giautm commented 3 years ago

Hey @McSam94, I recommend https://github.com/gorhom/react-native-bottom-sheet. It's 2.x supported.