Update showPopupMenu.android.ts

This commit is contained in:
Marcos Rodriguez Velez 2024-06-15 18:14:38 -04:00
parent 8c3b8b95cf
commit 056c35b569
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -13,6 +13,7 @@ function showPopupMenu(
anchor: PopupAnchor, anchor: PopupAnchor,
{ onCancel }: PopupMenuOptions = {}, { onCancel }: PopupMenuOptions = {},
): void { ): void {
// @ts-ignore: Ignore
UIManager.showPopupMenu( UIManager.showPopupMenu(
// @ts-ignore: Ignore // @ts-ignore: Ignore
findNodeHandle(anchor), findNodeHandle(anchor),