react-native-carousel-control
react-native-carousel-control copied to clipboard
React Native Carousel control with support for iOS and Android
` { dataMagazine.map((item, i) => ( alert('clicked !!') }> this.goToNote(item)} /> {item.desc_categoria.toUpperCase()} {item.titulo} )) } `
### What the PR does - Change componentWillReceiveProps to UNSAFE_componentWillReceiveProps - Change componentWillMount to UNSAFE_componentWillMount As for the names changes done by react updates https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
It would be perfect if it supported auto-play
'width' should change when orientation changes, otherwise gap value is not refreshed with the current device width [this line should be tied to orientation changes](https://github.com/machadogj/react-native-carousel-control/blob/4148f1fcaee89f234f1765c263860c92fa6a19fa/index.js#L17)
The left and right padding of the carousel is rather large. I was hoping I could adjust it in the `style` prop but it looks like the left & right...
Is there any way to add slider dots?
In my app, we have a screen component that contains the carousel and a list of data. We wish to use the carousel onPageHandler to select between different sources for...
Hey there, great plugin. It works really well. Is there anyway I can change the speed at which it snaps the the nearest card?