-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[docs] adding sendAccessibilityEvent to AccNodeInfo #3438
Open
fabOnReact
wants to merge
11
commits into
facebook:main
Choose a base branch
from
fabOnReact:modal-title
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Simek
added
the
Wait on future Release
This indicates a PR that updates the doc to match a future release.
label
Feb 13, 2023
fabOnReact
changed the title
adding sendAccessibilityEvent to AccNodeInfo
[docs} adding sendAccessibilityEvent to AccNodeInfo
Feb 21, 2023
fabOnReact
changed the title
[docs} adding sendAccessibilityEvent to AccNodeInfo
[docs] adding sendAccessibilityEvent to AccNodeInfo
Feb 21, 2023
fabOnReact
force-pushed
the
modal-title
branch
from
February 21, 2023 17:42
0d2723e
to
51d3e74
Compare
facebook-github-bot
pushed a commit
to facebook/react-native
that referenced
this pull request
Mar 1, 2023
…vent (#34969) Summary: - Adds `AccessibilityEvent.TYPE_VIEW_HOVER_ENTER` to AccessibilityNodeInfo sendAccessibilityEvent - Adds an example implementation. fixes #30860 fixes #30097 Related Documentation facebook/react-native-website#3438 ## Changelog [Android] [Added] - Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityEvent Pull Request resolved: #34969 Test Plan: Android: #34969 (comment) #34969 (comment) iOS: #34969 (comment) #34969 (comment) Reviewed By: christophpurrer Differential Revision: D42613990 Pulled By: lunaleaps fbshipit-source-id: 8c8950610799dcc74067d2b47b44d4ff030f66e5
OlimpiaZurek
pushed a commit
to OlimpiaZurek/react-native
that referenced
this pull request
May 22, 2023
…vent (facebook#34969) Summary: - Adds `AccessibilityEvent.TYPE_VIEW_HOVER_ENTER` to AccessibilityNodeInfo sendAccessibilityEvent - Adds an example implementation. fixes facebook#30860 fixes facebook#30097 Related Documentation facebook/react-native-website#3438 ## Changelog [Android] [Added] - Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityEvent Pull Request resolved: facebook#34969 Test Plan: Android: facebook#34969 (comment) facebook#34969 (comment) iOS: facebook#34969 (comment) facebook#34969 (comment) Reviewed By: christophpurrer Differential Revision: D42613990 Pulled By: lunaleaps fbshipit-source-id: 8c8950610799dcc74067d2b47b44d4ff030f66e5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
Wait on future Release
This indicates a PR that updates the doc to match a future release.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
facebook/react-native#34969
fixes facebook/react-native#30860 fixes facebook/react-native#30097
Related Links:
findNodeHandle
andmeasure*()
New Architecture Migration Steps #3488 facebook/react-native@455ca8csetNativeProps
off of refs. react-native-community/discussions-and-proposals#72 RN: ImplementsendAccessibilityEvent
in RN Renderer that proxies between Fabric/non-Fabric react#20554 https://github.com/facebook/react/compare/main...fabriziobertoglio1987:react:adding-send-accessibility-event-to-ref?expand=1