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
Copy file name to clipboardExpand all lines: docs/accessibility.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
id: accessibility
3
3
title: Accessibility
4
-
description: Create mobile apps accessible to assistive technology with React Native's suite of APIs designed to work with iOS and Android.
4
+
description: "Create mobile apps accessible to assistive technology with React Native's suite of APIs designed to work with iOS and Android."
5
5
6
6
---
7
7
8
-
Both iOS and Android provide APIs for integrating apps with assitive technologies like the bundled screen readers VoiceOver (iOS) and Talkback (Android). React Native has complimentary APIs.
8
+
Both iOS and Android provide APIs for integrating apps with assitive technologies like the bundled screen readers VoiceOver (iOS) and Talkback (Android). React Native has complimentary APIs that let your app accommodate all users.
9
9
10
-
> Take note, iOS and Android differ slightly in their approaches, and thus the React Native implementations may vary by platform.
10
+
> iOS and Android differ slightly in their approaches, and thus the React Native implementations may vary by platform.
0 commit comments