Skip to content
New issue

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 don't dismiss onClick (regardless of value of clickToDismiss) #23

Open
RoderickJDunn opened this issue Nov 17, 2018 · 1 comment
Assignees

Comments

@RoderickJDunn
Copy link

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?

@prscX prscX self-assigned this Nov 17, 2018
@TheSolly
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants