react-native-masked-view / masked-view

React Native Masked View Library
MIT License
974 stars 126 forks source link

Cannot use pointerEvents property with MaskedView on Android #218

Closed k-parsard closed 6 months ago

k-parsard commented 8 months ago

I'm trying to allow touches beneath a MaskedView using pointerEvents="none". Changing the component from to allows this but of course removes the mask effect. Any reason this should be happening?