leftContent={leftContent}
rightContent={rightContent}
onRightActionComplete={() => {
console.log("Right Action Complete");
}}
onLeftActionComplete={() => {
console.log("Left Action Complete");
}}
When playing swiping and swiping back while holding the swipeable action open, the action triggers countless times.
When swiping quickly, action triggers twice.
Also, this warning sometimes appear:
Possible Unhandled Promise Rejection (id: 13):
When playing swiping and swiping back while holding the swipeable action open, the action triggers countless times.
When swiping quickly, action triggers twice.
Also, this warning sometimes appear: