computerjazz/react-native-swipeable-item

when onchange will be callled?

Closed this issue · 2 comments

when onchange will be callled?

onChange is called when you swipe an item to one of its snap points or swipe it closed from one of its snap points. It's also called when you manually call ref.close() on one of the rows.

thank you