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
Removes warnings for non-standard APIs in React Native, given there has
been no upstream interest in deprecating them. And the standards-based
approach to cross-platform React is instead being built into React
Strict DOM.
Copy file name to clipboardExpand all lines: packages/react-native-web-docs/src/pages/docs/concepts/accessibility.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Accessibility in {{ site.name }} combines several separate web APIs into a cohes
20
20
21
21
## Accessibility Props API
22
22
23
-
{{ site.name }} includes APIs for making accessible apps. (Note that the React Native-specific `accessibility*` props are deprecated in favor of `aria-*` props).
23
+
{{ site.name }} includes APIs for making accessible apps. (Note that for compatibility with existing React Native code, the React Native-specific `accessibility*` props are also supported.)
0 commit comments