mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update TooltipMenu.android.tsx
This commit is contained in:
parent
417fb980b1
commit
9f93cf8f50
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
import React, { forwardRef, Ref, useCallback, useMemo } from 'react';
|
||||
import React, { forwardRef, useCallback, useMemo } from 'react';
|
||||
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, ref: Ref<{ dismissMenu?: () => void }>) => {
|
||||
const BaseToolTipMenu = (props: ToolTipMenuProps) => {
|
||||
const {
|
||||
actions,
|
||||
children,
|
||||
|
|
Loading…
Add table
Reference in a new issue