-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix: ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types #954
Comments
is anyone actively working on this repo ? this issue is becoming a real problem with newest versions of react native |
up |
Perhaps we'd be better off with someone just forking the project if there's no one around to build a new version anymore? |
Have a fork here and when installing from this it works fine for me |
Hi @paulsjohnson91 , will you maintain and/or add features ? |
#955 I sent PR for this error. |
This package is abandoned |
Well, they can use this: https://github.com/lfabl/react-native-snap-carousel
|
There is working beta for newest version of react native: npm i [email protected] |
@michal-pusz but why no answer from the maintainer ? it's a bit risky to use this in a production software |
react-native-reanimated-carousel seems to be the way to go as it's actively maintained |
looks good |
i was thinking the same! i did try it and works fine for me |
Can anyone confirm that version [email protected] works on RN 0.69+ ? |
@danidaryaweesh I tried it and seems to be working fine, but please be careful if you want to use it in production environment since it seems to be a beta version only. |
Thanks for the feedback @Guille47! I was already using this library in production with no issues. But I'm upgrading my RN from version 0.64.2 to 0.69.6, so I'm checking all libraries before doing that |
Guys i already create a fork, because i think something happened with the maintainer of this repo ... try using my solution on https://www.npmjs.com/package/react-native-new-snap-carousel hope this help |
i tried your one but 404 not found error is coming please share solution for that |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.replace the code to solve my problem in React Native 0.69.6 to import the 'deprecated-react-native-prop-types'
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: