mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5c109b37a4
Summary: This adds `pointerEvents` style which is equivalent to `pointerEvents` prop as requested in https://github.com/facebook/react-native/issues/34425 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Added] - Added pointerEvents style equivalent to pointerEvents prop Pull Request resolved: https://github.com/facebook/react-native/pull/34586 Test Plan: ``` <View style={{ pointerEvents: 'none' }} > </View> ``` Reviewed By: cipolleschi Differential Revision: D39252830 Pulled By: jacdebug fbshipit-source-id: 94f265a6b6940a4371e7985d5de3b8143693e069