leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.42k stars 2.34k forks source link

ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types #1352

Open Himatheja opened 2 years ago

Himatheja commented 2 years ago

Package Update Request

Version

Which versions are you using:

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 2 years ago

Since ViewPropTypes is declared and is being not used. We can remove the declaration in src/index.js

Lakston commented 1 year ago

is there a patch planned for this ?

mrtwebdesign commented 1 year ago

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 1 year ago

That's what I did too, if anyone has a nice replacement for this lib please post it here :)