react-native-paper-onboarding icon indicating copy to clipboard operation
react-native-paper-onboarding copied to clipboard

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

Open tsalama opened this issue 1 year ago • 6 comments

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.

tsalama avatar Jan 06 '24 20:01 tsalama