You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the option to remove the overlay that appears along with the tooltip. On the web, this can be disruptive because the user cannot scroll or interact with other features while the tooltip is open. I had to make an adaptation: instead of using the onPress of <Pressable>, I used onHoverIn and onHoverOut. This way, if the user wants to do something else on the page, the tooltip automatically closes.