[ ] I am removing an existing difference between facebook/react-native and microsoft/react-native-macos :thumbsup:
[ ] I am cherry-picking a change from Facebook's react-native into microsoft/react-native-macos :thumbsup:
[x] I am making a fix / change for the macOS implementation of react-native
[ ] I am making a change required for Microsoft usage of react-native
Summary:
In the merges for 0.73, accessibilityRole was inadvertently moved behind a #if block removing it from macOS. This restores the 0.72 behavior, but more work is coming for the new role prop. This is the main version of #1997
Please select one of the following
Summary:
In the merges for 0.73, accessibilityRole was inadvertently moved behind a #if block removing it from macOS. This restores the 0.72 behavior, but more work is coming for the new role prop. This is the main version of #1997
Test Plan:
See #1997