gorhom / react-native-paper-onboarding

Paper Onboarding is a material design UI slider for `React Native`.
MIT License
856 stars 51 forks source link

react-native-reanimated v2 #30

Closed prabhatm6 closed 3 years ago

prabhatm6 commented 3 years ago

this library is awesome but not working because reanimated library is depracted

gorhom commented 3 years ago

@prabhatm6 this should work with v2, but if not , i'll work on compatibility later 👍

jonathanmv commented 3 years ago

I second @prabhatm6. I'm using v2 and it breaks when calling the interpolate function on useTiming.ts.

The Animated.interpolate function receives 3 or 4 params in v2 instead of 2. In their migration documentation they suggest to use the function interpolateNode because the interpolate function was renamed

emadhajjar commented 3 years ago

any update?

gorhom commented 3 years ago

this should be resolved with v1.1.0 👍