-
Notifications
You must be signed in to change notification settings - Fork 273
Add support for pointerEvents #650
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
Comments
Yup, that's a fair call to make. Needs adjustments in react-native-testing-library/src/fireEvent.js Lines 34 to 68 in 199de62
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Feature
Currently, when there is a wrapping
View
withpointerEvents="none"
testing lib still allows pressing buttons that are rendered inside of that View.Expected behaviour:
Possible Implementations
No idea, cause I am not familiar with the codebase :(
Related Issues
The text was updated successfully, but these errors were encountered: