mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update TooltipMenu.android.tsx
This commit is contained in:
parent
9f93cf8f50
commit
39d43efeac
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue