From 9224afd474c3451104d6d6990babd1f217a8d247 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Sat, 25 Nov 2023 11:34:04 -0500 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 652af70..06fe307 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Optional. When the popup is opened and the user picks an option. Called with `{ iOS only: to get the full path to the item, `indexPath` is an array of indices to reach the item. For a top-levle item, it'll be an array with a single index. For an item one deep, it'll be an array with two indicies. +###### `onPreviewPress` + +Optional, iOS only. When the context menu preview is tapped. + ###### `onCancel` Optional. When the popop is opened and the user cancels.