meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

ViewPropTypes imported through deprecated-react-native-prop-types #936

Open apurba-bware opened 2 years ago

apurba-bware commented 2 years ago

Platforms affected

All

What does this PR do?

ViewPropType is not available in react-native anymore and has to be imported from deprecated-react-native-prop-types This PR is doing that!!

What testing has been done on this change?

The code cant be built on xcode for some reason so i could not do the testing. But it works fine when used as a package in my project.

Tested features checklist