-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support react-native 0.72+ / react-native-reanimated v3 #39
Labels
bug
Something isn't working
Comments
tsalama
changed the title
Support react-native 0.72+ / react-native-reanimated v3
Jan 6, 2024
TypeError: Cannot read property 'usePanGestureHandler' of undefined
: Support react-native 0.72+ / react-native-reanimated v3
Having the same issue! Hopefully there is a new version coming out? |
Hey! I would love this as well. |
Hi. Unfortunately I have the same problem too |
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. |
Is there an alternative library? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: