react-native-snap-carousel
react-native-snap-carousel copied to clipboard
View.propTypes.style error fixed.
Platforms affected
iOS, Android
What does this PR do?
Fix View.propTypes.style error for new react-native versions.
What testing has been done on this change?
iOS and Android build tests is successfully completed.
Tested features checklist
- [X] Default setup (example)
- [X] Carousels with and without momentum enabled (prop
enableMomentum) - [X] Vertical carousels (prop
vertical) - [X] Slide alignment (prop
activeSlideAlignment) - [X] Autoplay (prop
autoplay) - [X] Loop mode (prop
loop) - [X]
ScrollView/FlatListcarousels (propuseScrollView) - [X] Callback methods
- [X]
ParallaxImagecomponent - [X]
Paginationcomponent - [X] Layouts and custom interpolations
Thank you !
I imported this patch using patch-package on a ReactNative 0.74.7 app and it works fine.