react-native-snap-carousel icon indicating copy to clipboard operation
react-native-snap-carousel copied to clipboard

added deprecated-react-native-prop-types to handle ViewPropTypes

Open Irfanwani opened this issue 8 months ago • 0 comments

Platforms affected

Android and iOS

What does this PR do?

ViewPropTypes has been removed from react-native so if still using, we need to use deprecated-react-native-prop-types to access the mentioned types. I added the same package to handle the type safety.

What testing has been done on this change?

Manual testing, as I am using the same package in one of my projects.

Tested features checklist

Irfanwani avatar Jun 21 '24 13:06 Irfanwani