react-native-looped-carousel
react-native-looped-carousel copied to clipboard
:carousel_horse: Looped carousel for React Native
Is it possible to update the bullets when the swipe starts, rather than ends? When you scroll through the slides fast, the select bullet stays, and then jumps multiple bullets...
Allows for setting arrows to images. Warns if text and image props are both set. Image takes priority. Props added: - `leftArrowImage` - `rightArrowImage` - `arrowImageStyle`
I want to click on the this to jump the page. but I can't the click event be triggered
I could apply style to bullet text but not to bullet numbers. As I could see from debug, style is getting applied to inner element and not li element in...
I want to highlight my card for both android and IOS. In IOS, for component i used "ShadowOffset, radius, opacity and shadowcolor" but its not reflecting. Please suggest why its...
How would I go about putting a delay on how frequently I can press the arrows? Right now I can spam the arrows and the images slide back and forth...
I can't click other ui when load data from server and generate the view into carousel. Only when all the images are loaded, it will show the ui.
Hi, I try component with Arabic language (RTL direction). I don't see any images in carousel but in LTR works fine.
I have a carousel of views, where each of these views has a carousel of images. It works as expected on iPhone, however on Android swiping on the inner carousel...
Hi, I have a large amount of cards to render and to show within the Carousel. About 190 cards, and the app is just crashing all the time. Do you...