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

Bugfix: ViewPropTypes import location fix for 0.69.0+

Open lfabl opened this issue 3 years ago • 0 comments

Platforms affected

  • IOS
  • Android

What does this PR do?

In React-Native 0.69.0 and above, ViewPropTypes and others are no longer supported. They recommend the deprecated-react-native-prop-types library as a solution for libraries that use it.

What testing has been done on this change?

I opened a fork for myself. It worked successfully when I tested it. ( This is not a big change. Therefore, there is no need for a hard test. )

Tested features checklist

lfabl avatar Oct 03 '22 18:10 lfabl