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

- Added event to onPressBackGround() - This will pass the event data to callback function - users will now be able to access event data such as nativeEvent.pageX to identify...

closes #116 # Issue When a tooltip is initially rendered in a location on the screen without enough room, it flickers indefinitely. # Solution proposed by @tailorem in https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/116#issuecomment-1242298562 The...

I am trying to pass event data to my call back function when closing tooltip. such as onClose={(e) => callBack(e)}. I would like to be able to access pageX to...