react-native-walkthrough-tooltip
react-native-walkthrough-tooltip copied to clipboard
An inline wrapper for calling out React Native components via tooltip
I was banging my head with a layout issue and this wonderful prop fixed my issue. This PR just documents the prop. Related issue: https://github.com/jasongaare/react-native-walkthrough-tooltip/pull/139
### Current behavior I am using react-native-walkthrough-tooltip package in my nx-workspace. In my workspace, I have mobile(react-native) & web(expo-web). When i run my web project with react-native-web version 0.19.6, I...
I wanted the tooltip to be positoned right above the component it renders but it appears towards the left instead. I have tried using horizontal adjustment and top adjustment but...
 Duplicate tooltips ` setPrevOpen(false)} backgroundColor='0' > {/* @SK1PPI handle previous*/} setPrevOpen(true) } disabled={agoraEngineConnectionStateIsLive || showIsAuctioning || showIsAutoCycle} > setOpen(false)} backgroundColor='0' > {/* @SK1PPI handle next*/} setOpen(!open)} disabled={agoraEngineConnectionStateIsLive...
While installing this library I get the following error : ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected]...
Has anyone tried to build a complex UI inside the tooltip yet? I have a scrollView inside the tooltip to render some items, but I notice that I cannot interact...
When `closeOnBackgroundInteraction` is true and `closeOnContentInteraction` is false . Clicking on the content tooltip still closes the walkthrough.
Incorrectly:  Correctly:  i use: "react-native-walkthrough-tooltip": "^1.4.0", it's my source code: ` } contentStyle={{ backgroundColor: colors.black, borderRadius: 8, paddingVertical:...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 In situations where you have nested Tooltip whose isVisible is false, while the parent's is true. The nested context...