oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

Possible implementation of react-native-reanimated? #328

Open ysrarff opened 4 years ago

ysrarff commented 4 years ago

It seems that certain packages provided by the react-native-community has started to adopt using reanimated as opposed to r-n-animated. Just wanna know if it will be implemented in the future.

sibelius commented 4 years ago

check this https://www.npmjs.com/package/react-native-reanimated-collapsible

oblador commented 3 years ago

I have a PR up with this functionality: https://github.com/oblador/react-native-collapsible/pull/401

If you're still interested please give it a spin before I merge.