mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9261035c2b
Summary: React Native Gesture Handler uses a `RCTViewManager` subclass to manage `UIControl` so the cast to set accessibility props is not safe. This moves the accessibility props we set to `UIView+React` so they can be used safely on any `UIView`.  [General] [Fixed] - Move accessibility props to UIView+React Pull Request resolved: https://github.com/facebook/react-native/pull/24743 Differential Revision: D15258062 Pulled By: cpojer fbshipit-source-id: 4a25b79407e5cb7b3b368c7506161e989794bb26