-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs page for accessibility support #1726
Conversation
Would love feedback on anything that needs clarification or updating. |
@@ -0,0 +1,75 @@ | |||
--- | |||
id: accesibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing "s"
<View style={styles.button}> | ||
<Text style={styles.buttonText}>Press me!</Text> | ||
</View> | ||
</TouchableOpacity>``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The triple backtick here needs to be on a newline 😄
Looks great @a2! Added some feedback for you, looking forward to getting this in! |
Add docs page for accessibility support
After working with Georgiy on adding a bunch of accessibility support to React Native, it seemed fitting to add a docs page to illustrate how developers can leverage this new support in their React Native apps.