-
Notifications
You must be signed in to change notification settings - Fork 58
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
'ViewPropTypes' is not supported in 'react-native-web' v12.0 onwards #41
Comments
I was trying to figure out the problem and I found that react-native-web version 12.0 and onwards do not support ViewPropType. |
Any updates on how to fix that? |
So, as the last issue reported, this package no longer works work with the latest react-native-web because The solution is pretty easy, basically use PropTypes.shape() for number, array or object. Can i submit a PR for that? |
I forked repo and fixed this issue: |
Hi, any plan to merge ozcanzaferayan's fix and release? |
@ozcanzaferayan Thank you for your help. Changes from your fork already merged as diff. @kei-ngau @dantenol @kkapilchoubisa Please try |
@ozcanzaferayan Can you take this repo (and npm package) for maintaining? #42 |
npm install --save-dev react-app-rewired Create a
Also create a
Now you can just run |
This is still a problem |
what is the solution? why did something get deprecated when it is still being used in many many packages and examples? |
change all |
Getting following error while running my app with
react-native-web-swiper
:My code is below:
The text was updated successfully, but these errors were encountered: