mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
Merge pull request #2616 from BlueWallet/tipac
Update TooltipMenu.android.js
This commit is contained in:
commit
435cd72282
1 changed files with 0 additions and 7 deletions
|
@ -3,13 +3,6 @@ import PropTypes from 'prop-types';
|
|||
import { View } from 'react-native';
|
||||
import showPopupMenu from 'react-native-popup-menu-android';
|
||||
|
||||
export const ToolTipAction = { text: '', onPress: () => {}, id: '' };
|
||||
ToolTipAction.propTypes = {
|
||||
text: PropTypes.string.isRequired,
|
||||
onPress: PropTypes.func.isRequired,
|
||||
id: PropTypes.string,
|
||||
};
|
||||
|
||||
const ToolTipMenu = (props, ref) => {
|
||||
const handleToolTipSelection = selection => {
|
||||
props.onPress(selection.id);
|
||||
|
|
Loading…
Add table
Reference in a new issue