mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-17 23:25:09 +08:00
Remove the 'accessibilityRelationship' prop which is not part of React Native. The general approach to supporting ARIA-like accessibility APIs in React Native needs revisiting and it will be easier to stop going down this path. This patch also reverts the "unstable_ariaSet" change, and renames "unstable_dataSet" to "dataSet". Avoiding another breaking change to accessibility props will ease upgrading for now.