react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
An inline wrapper for calling out React Native components via tooltip
Children interaction does not work. When pressing on input or action sheet, input focuses and vanishes immediately, the same with action sheet.
It's possible to click the tooltip to open a modal and when click the background just close the tooltip? I'm trying to make both interactions but the onClose function detects...
I have this error, and the error tells me it's from Tooltip! My components can sometimes mount / unmount very quickly, however, I protect my state updates so that they...
When the content of the tooltip changes it doesnt recalculate the tooltip sizes. So if you put more text in it, it will push other stuff out of the view....
I have created a view(custom header), wrap it under the ToolTip, and set the custom header on top of the tooltip screen but now I'm not able to press the...
When using the tooltip inside the side menu it shows up at the wrong position. Using https://github.com/wix/react-native-navigation for the navigation. Os: IOS 
I would like to suggest the adding of the line **background: "#FFF"** on **_tooltip.js_** file to highlight a complete component without this line i didn't find the complete highligh effect...
please pass testID prop for e2e testing
Android only - Tooltip rendered twice, with the overlapping tooltip rendered at the wrong position
I am trying to display a tooltip on an item in a horizontally scrollable Carousel (react-native-snap-carousel), which is inside a vertical FlatList. I make sure to scroll the FlatList item...
Can we hide tooltip backdrop on which clicking, tooltip disappears.