mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
db365b86b2
Summary: Changelog: [Internal][Fixed] - Fix the accessibilityRole crash I only assigned three values that would be used for embedded links inside text (button, link, image). But the accessibilityRole has a lot of values that may be applied in other places. (https://reactnative.dev/docs/accessibility) To avoid this crash, need to add all possible values to the enum. Reviewed By: JoshuaGross, shergin Differential Revision: D22549264 fbshipit-source-id: dbaacf1965624e1d2eabe193b46168c6c8740f46