Accessibility Escape#22047
Conversation
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.
There was a problem hiding this comment.
prettier/prettier: Replace ·onAccessibilityEscape={()·=>·alert('onAccessibilityEscape·success')} with ⏎··········onAccessibilityEscape={()·=>·alert('onAccessibilityEscape·success')}⏎·········
Generated by 🚫 dangerJS |
|
Documentation PR facebook/react-native-website#655 |
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.
There was a problem hiding this comment.
not sure what the expectation is here. this example code is consistent with the existing examples.
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.
|
@rustle Could you please rebase this on master? |
|
... and make prettier happy? |
analysis-bot
left a comment
There was a problem hiding this comment.
Code analysis results:
eslintfound some issues.
| <Text>Accessibility magic tap example</Text> | ||
| </View> | ||
| <View | ||
| onAccessibilityEscape={() => alert('onAccessibilityEscape success')} |
done |
|
facebook-github-bot
left a comment
There was a problem hiding this comment.
@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
I tried to merge this pull request into the Facebook internal repo but some checks failed. To unblock yourself please check the following: Does this pull request pass all open source tests on GitHub? If not please fix those. Does the code still apply cleanly on top of GitHub master? If not can please rebase. In all other cases this means some internal test failed, for example a part of a fb app won't work with this pull request. I've added the Import Failed label to this pull request so it is easy for someone at fb to find the pull request and check what failed. If you don't see anyone comment in a few days feel free to comment mentioning one of the core contributors to the project so they get a notification. |
|
@rustle thanks for adding it. Hopefully, it can be merged "soon". 🤞 |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@cpojer has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Thanks for working on this. I'm gonna land this PR :) |
Summary: Pull Request resolved: facebook/react-native#22047 Differential Revision: D13146179 Pulled By: cpojer fbshipit-source-id: b8a089114a5deafee47dd482e484d413c8c39137
Test Plan:
Validated functionality using RNTester app and VoiceOver.
Release Notes:
[IOS] [ACCESSIBILITY] - Implements accessibility escape gesture prop