Is there an existing issue for this?
Describe the issue
I have a view which has pointer events set to none, however a child component with an onPress event can now be triggered. Reverting to 0.20.0 fixes the issue. I suspect #2789 caused this regression
Expected behavior
pointer-events:"none" should block all child/grandchild pointer events
Steps to reproduce
- Create a View with pointer-events:"none"
- Create a child component with an onPress event
- Press the child and see the event is triggered
Test case
NA
Additional comments
No response