Update TooltipMenu.android.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-06-15 21:12:43 -04:00
parent 9f93cf8f50
commit 39d43efeac
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -3,9 +3,7 @@ import { Pressable } from 'react-native';
import { MenuView, NativeActionEvent } from '@react-native-menu/menu';
import { ToolTipMenuProps } from './types';
// Define a custom type for the nativeEvent parameter
const BaseToolTipMenu = (props: ToolTipMenuProps) => {
const BaseToolTipMenu = (props: ToolTipMenuProps, _ref: any) => {
const {
actions,
children,