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

That seems to be the default behaviour, but I don't see any instructions on how to override that. I'm using an expo managed project.

Exception thrown while executing UI block: *** Collection was mutated while being enumerated. My guess is that it has to do with React Native Modals.... ![image](https://github.com/jasongaare/react-native-walkthrough-tooltip/assets/16108916/e76d6b44-61a1-4a38-9797-9d58ee68b2e6)

Can this library add support for React 18? Thanks!

By passing `scrollable={true}` users will be able to scroll the content of a tooltip if they are using a small screen device and they have problems with the tooltips.

### Problem In some rare cases `InteractionManager.runAfterInteractions` (used in in `tooltip.js`) is not being executed after some navigation steps. Here is an [issue](https://github.com/react-navigation/react-navigation/issues/10337) which described in in a similar way...

We cannot customize the `backgroundStyle` of the tooltip and even we could not hide the backdrop. Now, we can do it :) Also solves #169 Example usage: ```tsx ```

![image](https://user-images.githubusercontent.com/93587234/215106894-2fd3c3ed-9766-4626-b57b-4e8990316bc4.png) I use tooltip in different screen and many components buti use it in dropdown when it overflows. how can i do ??? plsss

I'm trying to emphasize a list, but it's not rendering the way it should. How it is: ![image](https://user-images.githubusercontent.com/30836405/212417554-51cd8a3e-bb06-48da-875a-e2eb34099935.png) How should be: ![image](https://user-images.githubusercontent.com/30836405/212417744-4e47f906-e435-4102-a6ff-91aa6c34b453.png) Can someone help me?

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Tooltip is working fine in the active state, but we need to close the tooltip when the app enters Background or Inactive state. We applied the appstate listener in RN...