<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
/>
video
Relevant code:
This happens even when I set
setBelow={true}(the component moving up and down)