react-native-tooltips
react-native-tooltips copied to clipboard
Tooltips don't dismiss onClick (regardless of value of clickToDismiss)
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 Thanks, this fixed my issue for clickToHide
not working properly on iOS.
@prscX running "react": "16.9.0","react-native": "0.61.2",