You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
React native web's 0.15 version mentions that the undocumented support for aria-* props will be deprecated in the future.
In the current approach for React native aria, we use React Aria's hooks for the web which returns aria-* props.
We'll have to create an aria-* to accessibility* mapping to support the future versions of rn-web.
e.g. aria-pressed returned from React Aria will be mapped to accessibilityPressed.
Complete documentation of mappings - https://necolas.github.io/react-native-web/docs/accessibility/
Todo - Create a mapping function that maps aria-* attributes returned from react aria to accessibility* props.
The text was updated successfully, but these errors were encountered:
React native web's 0.15 version mentions that the undocumented support for aria-* props will be deprecated in the future.
In the current approach for React native aria, we use React Aria's hooks for the web which returns aria-* props.
We'll have to create an aria-* to accessibility* mapping to support the future versions of rn-web.
e.g. aria-pressed returned from React Aria will be mapped to accessibilityPressed.
Complete documentation of mappings - https://necolas.github.io/react-native-web/docs/accessibility/
Todo - Create a mapping function that maps aria-* attributes returned from react aria to accessibility* props.
The text was updated successfully, but these errors were encountered: