forked from alimek/react-native-tooltip-menu
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Relevant code:
<PopoverTooltip
ref={'tooltip' + this.props.index}
buttonComponent={
<MY COMPONENT HERE, doesn't matter because it happens no matter what component I use, including the one in the readme examples>}
items={[
{
label: 'Item 1',
onPress: () => {}
},
{
label: 'Item 2',
onPress: () => {}
}
]}
// animationType='timing'
// using the default timing animation
/>
This happens even when I set setBelow={true} (the component moving up and down)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels