We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@RoderickJDunn Thanks, this fixed my issue for clickToHide not working properly on iOS. @prscX running "react": "16.9.0","react-native": "0.61.2",
clickToHide
Sorry, something went wrong.
prscX
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: