rn-tooltip icon indicating copy to clipboard operation
rn-tooltip copied to clipboard

A <Tooltip /> component for React Native

Results 7 rn-tooltip issues
Sort by recently updated
recently updated
newest added

Hi team, is there a way to toggle the tooltip programmatically?

# Description I want my tooltip to have some buttons in the content. To act like a tutorial functionality of a part of my app. So my content has a...

I am using the library, it works perfectly. Now I need to do some tests over my component. My settings: + react: 18.2.0 + react-native: 0.71.3 + typescript: 4.8.2 I...

**ToolTip position Change on version 3.0.3** When I pressing on the tooltip for the first time that time it Tooltip visible on the bottom. After that when I pressed on...

exposing the type Props, will allow an easy way to extend the Tooltip component. Ex ```typescript import React from "react"; import RNTooltip, { TooltipProps as RNTooltipProps } from "rn-tooltip"; interface...

# sometimes doesnot show top content box and sometimes not the tip while the same code works perfectly on emulator and ios

The `type Props` has not been exported. I tried to use `Tooltip.propTypes` as well, but I get this Typescript error: ``` 'Tooltip' only refers to a type, but is being...