mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
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