Fabrizio Bertoglio
Fabrizio Bertoglio
I'm preparing a solution for this issue. I tested the solution proposed by the author of the Issues, and it seems to work.
Related to the issue [Main Branch - onAccessibilityAction not called on Fabric renderer](https://github.com/facebook/react-native/pull/34353#issuecomment-1207744977) detected on the main branch and not related to this issue. https://github.com/facebook/react-native/blob/163171ccab6937785f4f3c85e011bd14540bebf5/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/EventDispatcherImpl.java#L121-L123 ``` E/unknown:ReactEventEmitter( 3845): com.facebook.react.bridge.ReactNoCrashSoftException: Cannot...
picker components are deprecated
The documentation is included in PR https://github.com/facebook/react-native-website/pull/3010
Documentation PR https://github.com/facebook/react-native-website/pull/3010
Thanks, @kacieb. I'm currently working on iOS side of this functionality and I plan to complete it by Friday 6th of May.
Thanks @blavalla. Once I complete the changes for code review [Android: Role description is announced before the components text, rather than after #31042](https://github.com/facebook/react-native/issues/31042), I will further test the iOS functionality...
- [x] fix regression in Fabric iOS. Reintroduce solution from commits https://github.com/facebook/react-native/pull/33468/commits/318a96420f0593dc59c030193009e9cba31eb666 https://github.com/facebook/react-native/pull/33468/commits/99b39d5e344463ee9ca2f4528e203411da02b9ee - [x] fix regression - the error message is cleared when screenreader focus is moved out of...
Thanks. I agree @blavalla https://github.com/facebook/react-native/pull/33468#pullrequestreview-1061123093. I added some comments and links with this commit https://github.com/facebook/react-native/pull/33468/commits/d85c90ad3fd80a408343cd3924e0af1ef0963713.
> @fabriziobertoglio1987 Do we have accompanying API documentation on the website for this? @lunaleaps This is the PR https://github.com/facebook/react-native-website/pull/3010 for the documentation. Thanks