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

add a deprecated-react-native-prop-types #1019

Closed dodokw closed 6 months ago

dodokw commented 6 months ago

Platforms affected

AOS, IOS

What does this PR do?

when we use this library above react native version 0.7v it show the console error like this:

ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. If you need to continue using ViewPropTypes, migrate to the 'deprecated-react-native-prop-types' package.

so i added deprecated-react-native-prop-types on this pacakge and added to the import.

What testing has been done on this change?

i actually tested on sasmsung note 20 and galaxy s9, above version ios 15.

Tested features checklist