react-native-carousel
react-native-carousel copied to clipboard
Carousel component for react-native
The current `peerDependencies` entry for `package.json` reads: ``` "peerDependencies": { "react-native": ">=0.4 =0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc ||...
animate={false}, does not work. It automatically moves to the next slide on a click, and then when you click again, it transitions to the next slide even faster until it's...
no matter whatever value is set for delay, the delay time between slides does not change...
I like this -- it works great. However, my use case is 20 fullscreen images. I think how it works is that all of the compressed JPG get uncompressed into...
Here is my Code in Typescript, where I created Image array with various links (URL) but non of them is loading while the same code when we have in JS...