Donald Silveira

Results 16 comments of Donald Silveira

I want this functionality too. UP

@bd-arc How I can solve this problem? ``` However, it seems if I have uneven number of items, I can swipe to a non-existing item such that, if I scroll...

Hi @bd-arc I think is not necessary create a new issue, because the problem is related to this issue. I create a reproduce Snack to be easy to find the...

@bd-arc I believe I did not explain the issue I was passing correctly. Below is an example of the Carousel on the Airbnb app ![airbnb-example](https://user-images.githubusercontent.com/9506146/32695077-134c5f02-c739-11e7-8dc4-c61ebf360c83.gif) And now the example I...

@bd-arc I'll create a fork and try take a look about it. Thank you for the good job! :D

@bd-arc I had previously tried implemented myself carousel component using FlatList and I got these problems too. Aparently the only way is use ScrollView (for IOs) and ViewPagerAndroid (for Android)...

I was on 1.0.2, and I just upgraded to the latest version and it seems to be fixed.