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
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
enableMomentum
)vertical
)activeSlideAlignment
)autoplay
)loop
)ScrollView
/FlatList
carousels (propuseScrollView
)ParallaxImage
componentPagination
component