react-native-tooltips icon indicating copy to clipboard operation
react-native-tooltips copied to clipboard

Tooltips don't dismiss onClick (regardless of value of clickToDismiss)

Open RoderickJDunn opened this issue 6 years ago • 1 comments

Tooltips are not dismissed by tapping them. Some debugging led me to this line in RNTooltips.m:

toolTip.layer.zPosition = 9999;

Commenting this line out enables clickToDismiss functionality, but not sure if this breaks anything. Thoughts?

RoderickJDunn avatar Nov 17 '18 03:11 RoderickJDunn

@RoderickJDunn Thanks, this fixed my issue for clickToHide not working properly on iOS. @prscX running "react": "16.9.0","react-native": "0.61.2",

TheSolly avatar Oct 21 '19 12:10 TheSolly