Diego Maciel
Diego Maciel
I have the same issue, a quick workaround I used was scrolling to the previous item after deleting.
@askemeline When I delete an element from the carousel, I also use [snapToPrev](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#methods) method to scroll to the previous element, manually doing what the carousel does in iOS, that deletes...
@askemeline that's why you need to add the reference like this ``` { this._carousel = c; }} /> // now you can call it wherever you have access to the...