-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
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):
Metadata
Metadata
Assignees
Labels
No labels