react-native-looped-carousel
react-native-looped-carousel copied to clipboard
:carousel_horse: Looped carousel for React Native
What is the difference between the two as well as styling the component itself?
I'd guess a pretty common use case for carousel is something like the native iOS photo gallery. A carousel with zoomable images. I understand that zooming might be out of...
That'd be nice to disallow the swipe gesture to advance pages and rely on an explicit API to programmatically go to the next page. This would make it possible to...
Thank you for sharing this. When I tried to implement this dynamically I got problem. This is the component ( Within the modal )- { DynamicContent } The popup is...
I am using react-native-looped-carousel with @exponent/ex-navigation and when I push a new route (view) to the NavigationStack where a looped-carousel need to render I find it pretty slow with multiple...
Is there a method for changing dynamically the current page ? I tried with the currentPage props, but it only changes the initial page . Thanks for this library !
When I put several images inside a slider, I got a weird graphical behavior (see gif). Have you an idea on how avoid that? ```jsx const pagesData = [ {...
When I change the autoplay property from outside the component ``` 0) { this.timer = setTimeout(this._animateNextPage, nextProps.delay); } else { clearTimeout(this.timer); } } // END } ```
There is a problem with manual navigation via the bullets. Going forward is working as expected, but there are some problems with going backward. You can see this in the...