Open yadigarbz opened 2 years ago
Any idea when this might be merged?
Any idea when this might be merged?
Unfortunately no
Isn't there a way to do without viewproptype? Because as I see it, it's only a workaround to use deprecated-react-native-proptypes.
Thanks for this PR anyway, I was struggling on this issue today and found this solution too.
Isn't there a way to do without viewproptype? Because as I see it, it's only a workaround to use deprecated-react-native-proptypes.
Thanks for this PR anyway, I was struggling on this issue today and found this solution too.
A patch might also be created from my change list if you like. It would be really nice if a maintainer could have looked at it @bd-arc
Seems like it can take a lot of time hehe
To solve the issue temporarily, I have forked this branch and merged it into the fork's master. You can install like:
NPM
npm i git+https://github.com/LarvenLLC/react-native-snap-carousel.git
YARN
yarn add git+https://github.com/LarvenLLC/react-native-snap-carousel.git
Until when the PR is merged.
@Anthony-Buisson @bd-arc can you please merge this 🙏🏼
This helped me to solve the issue.
The react-native-new-snap-carousel available on npm https://www.npmjs.com/package/react-native-new-snap-carousel https://github.com/bzozoo/react-native-new-snap-carousel
praying to the champions of react-native-snap-carousel
realm to merge this pr 🙏
Platforms affected
iOS & Android Referencing RN Issue #33734
What does this PR do?
Fixes issue #928
What testing has been done on this change?
All occurrences of ViewPropType import is changed to react-native's new deprecated-react-native-prop-types repo Nothing to test
Tested features checklist
enableMomentum
)vertical
)activeSlideAlignment
)autoplay
)loop
)ScrollView
/FlatList
carousels (propuseScrollView
)ParallaxImage
componentPagination
component