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 69 react-native-walkthrough-tooltip issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

![Screenshot 2023-11-21 022815](https://github.com/jasongaare/react-native-walkthrough-tooltip/assets/111436481/94f368b0-ffb7-4038-a7c6-c369c9463ae5) 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: ![Screenshot 2023-04-21 at 10 10 21](https://user-images.githubusercontent.com/129843967/233531518-0a097d28-3743-4d31-8994-f3c9a13cb6dd.png) Correctly: ![Screenshot 2023-04-21 at 10 44 23](https://user-images.githubusercontent.com/129843967/233536158-ea0eeed6-54c5-4412-ab23-9b3332c76e36.png) 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...