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

I'm using the Tooltip as follows: ``` console.log('closed')} >Here ``` The renderTT() function returns a view for the tooltip and also sets the state of showGuide to false - setShowGuide(false)....

I tried cloning the repo and did yarn link and unlink but It didn't work, there must be some steps I am missing in between, can someone helo me, please!

Seems like the tooltip will always render in the center of the screen. No matter where the target is positioned, the tooltip component will show the duplicated children in the...

This pull requests adds a new prop, horizontalAdjustment, similar to the existing topAdjustment prop, which allows horizontal adjustment of the highlighted child view should the library get the alignment wrong....

I am trying to build a simple tooltip: ``` const styles = StyleSheet.create({ tooltipTitle: { marginBottom: 10, fontWeight: "bold", }, tooltipText: { color: "#444", fontSize: 16, lineHeight: 20, }, });...

Hi, sorry my english is bad. I have the same problem of: https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/2 I try to change version of library, before i had `0.4.0` and now I want change to...

I noticed that trying to render a tooltip with `bottom` placement when it hasn't enough space to be rendered will cause some strange behavior after closing and opening it again....

Hi there's something weird with the popover position. When coming in from a navigate , somehow the arrow position is wrong. But when I'm working on the page directly, it...

Hello I want to show multi tooltip, but only show one, and tooltip always show, how to to that this is my code ``` (true)} > (true)} > ``` thanks