Skip to content

[Image] pointerEvents prop for Image component? #9834

Description

@joncursi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions