-
Notifications
You must be signed in to change notification settings - Fork 380
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
This package is not working with react-native 74 #168
Comments
Hi, I'm having the same issue, were you able to fix it |
No, unfortunately I had to use a simpler layout for my app :/ I had neither the time or the ability to do the parallax effect by myself |
Everyone who is looking for a similar component – I've just made a simple solution which was enough for me (won't cover the whole API). What libraries you need? Use
Props
Code:
Feel free to update by your needs! |
I already fixed it using a similar approach |
ViewPropTypes.style is not defined anymore:
https://reactnative.dev/blog/2024/04/22/release-0.74#removal-of-deprecated-proptypes
I really love this package and I would to use it
The text was updated successfully, but these errors were encountered: