react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

An inline wrapper for calling out React Native components via tooltip

Results 63 react-native-walkthrough-tooltip issues
Sort by recently updated
recently updated
newest added

It seems like the height attribute just gets ignored for the child of the toolTip if you use percentage height. Let`s take a look at this example. Here the parent...

The content is highligted, how can avoid that? ` `

I am using the library for my React-Native-Web project and when I try to use a component for the content of the toolTip, the Chrome console throws an error when...

Hi, has some way to use a blur effect in the background instead the default background color?

I am trying to use tool tip inside a mapview marker with out success. I can see the background changing to a darker tone but with out the message above....

@jasongaare @enniel @chadwilken The keyboard is already open: Keyboard automatically dismiss when we click on the icon. Can anyone help me to resolve this issue? Let me know if you...

Hi. My app is on **ForceRTL** and the tooltip pops up on the opposite side of screen and also show a copy of my button there. any solution for this?

Is it possible to somehow reformat the content of the tooltip ie font size? Just found an issue where if the user has an increased font size on phone and...

Hey, I'm using this component inside of Flatlist, so each item has a ToolTip component. Sometimes for a really short period of time, the ToolTip component can be seen like...

Hi, i try to stick content and arrow but childContentSpacing props doesn't change anything. There is somthing wrong in my code ? ``` import TooltipOriginal from 'react-native-walkthrough-tooltip'; setVisible(false)} > ```...