prscX / react-native-tooltips

React Native: Native Tooltip View
Apache License 2.0
271 stars 40 forks source link

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

Open RoderickJDunn opened 5 years ago

RoderickJDunn commented 5 years ago

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?

TheSolly commented 4 years ago

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