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

:carousel_horse: Looped carousel for React Native

Results 90 react-native-looped-carousel issues
Sort by recently updated
recently updated
newest added

What is the difference between the two as well as styling the component itself?

:thinking: question

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...

:star2: enhancement

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...

:star2: enhancement

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...

:star2: enhancement

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...

:star2: enhancement

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 !

:star2: enhancement

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 } ```

:star2: enhancement

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...

:disappointed: bug