There are a variety of use cases where being able to specify pointerEvents on an image would solve zIndex / overlap / touch event complexities. Please see react-native-maps/react-native-maps#562 (comment) as an example.
It appears that wrapping the Image component in a
<View
pointerEvents="none"
/>
doesn't seem to do the trick either.
There are a variety of use cases where being able to specify
pointerEventson an image would solve zIndex / overlap / touch event complexities. Please see react-native-maps/react-native-maps#562 (comment) as an example.It appears that wrapping the Image component in a
doesn't seem to do the trick either.