gorhom / react-native-paper-onboarding

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

Support react-native 0.72+ / react-native-reanimated v3 #39

Open tsalama opened 8 months ago

tsalama commented 8 months ago

Bug

TypeError - proc is not a function (it is undefined) & TypeError: Cannot read property 'usePanGestureHandler' of undefined

Hello,

Firstly, thanks a lot to @gorhom for this library!

With that, just curious if it's still being maintained?

After upgrading to RN 0.72 or 0.73 we're unable to use this library anymore. I tried applying a few patches and updated the package with different versions of react-native, react-native-reanimated, and react-native-redash and even tried importing from react-native-redash/lib/module/v1 for the redash imports but had no luck with the different versions and attempts. It seems it may be a compatibility issue at the framework level per https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility.

Why it is needed

Prevents upgrading to RN 0.72 or using Reanimated v3 for users of this library.

anfearco commented 6 months ago

Having the same issue! Hopefully there is a new version coming out?

Rednegniw commented 5 months ago

Hey! I would love this as well.

hasanhasanov commented 4 months ago

Hi. Unfortunately I have the same problem too

joaomellogomes commented 3 months ago

Same problem here. I'd like to use the library to keep my code cleaner but I had to develop my own solution for onboarding screens.

AyoCodess commented 2 months ago

Is there an alternative library?