forked from alimek/react-native-tooltip-menu
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I noticed that this control requires users to long press the buttonComponent on Android but on iOS a simple quick tap opens the tooltip. This is inconsistent.
The best result would to have this as a configurable option. Ideally I'd like to have it always open on a quick single tap but I'm sure others would like it remaining as a long press.
Here's my implementation:
<PopoverTooltip
buttonComponent={
<Image
resizeMode={"cover"}
style={{width: 80, height: 80, borderRadius: 40}}
source={{uri: this.state.meInfo.profileImageUrl}}
/>
}
items={ ...removed for simplicity... }
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels