ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types
Himatheja opened this issue · 4 comments
Himatheja commented
Package Update Request
Version
Which versions are you using:
- react-native-swiper v1.6.0
- react-native v0.70.1
Can we have the package supporting the react native versions 0.68 and above as ViewPropTypes is deprectaed?
Right now, I'm using patch package to fix this issue.
Himatheja commented
Since ViewPropTypes is declared and is being not used. We can remove the declaration in src/index.js
Lakston commented
is there a patch planned for this ?
mrtwebdesign commented
I don't think this is actively supported anymore. I'm using patch-package to keep it working until I can find a replacement.
Lakston commented
That's what I did too, if anyone has a nice replacement for this lib please post it here :)