Files
react-native/ReactCommon/fabric/attributedstring
Jiayan Zhuang db365b86b2 Fix the accessibilityRole crash by updating values in the enum
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
2020-07-15 16:47:31 -07:00
..
2019-10-16 10:06:34 -07:00
2020-05-15 21:55:52 -07:00