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

App is crashing when I use this on my Samsung galaxy note 3 which is running on android 5.0.0. Does this library support android 5.0.0??

Hi, this library is very useful but I'm facing a problem. I don't understand why the clone component is smaller than the wrapped component : How can I fix this...

![image](https://user-images.githubusercontent.com/19926348/147557602-3f868b16-b278-4acc-bf32-b33aafadbf3a.png) Got issue when put tooltip top on header, the view of example code is here: import { Platform, StatusBar } from 'react-native'; const heightStatusBar = StatusBar.currentHeight || 0; {props.children}...

Fixes the following error which occurs when trying to nest anything within the tooltip: ``` Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'. ```

Hi @jasongaare! Thank you for this wonderful little tooltip library! We're going to use it in our app and needed a few tweaks to make it work the way we...

Tried to implement a Tooltip with a ScrollView inside the tooltip and use this prop to enable content interactions, but even passing false to this, when try to scroll the...

Sometimes it becomes necessary to change the appearance of child components when they are rendered on top of the overlay. For example, I wrapped an icon with black text in...

Hi, For our project, we need to prevent the user from closing the tooltip with a click on the background. This allow us to be sure that the tooltip has...

In react native version +0.65 has EventEmitter warn `EventEmitter.removeListener('change', ...): Method has been deprecated. Please instead use 'remove()' on the subscription returned by EventEmitter.addListener` I'm using react-native-walkthrough-tooltip version 1.3.0