Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

Do you still experience this issue? If yes, I will publish the fix in the react-native-improved package https://github.com/fabriziobertoglio1987/react-native-improved. Thanks a lot

your post are unreadable. Format and add information, I'll read them again.

@sonam1409 to fix runtime errors in react-native sourcecode we need: 1) the developer needs to reproduce his issue in a [Minimal Reproducible Example](https://www.google.com/search?client=ubuntu&hs=t9B&channel=fs&sxsrf=ALeKk004-7QuhvWxka93StYPneIjgzRu0w:1595321750080&q=minimal+reproducible+example&spell=1&sa=X&ved=2ahUKEwj739zR_N3qAhXGqaQKHZsWCq4QBSgAegQIDBAm&biw=1632&bih=787) 2) We need to debug the sourcecode...

I tested the implementation in react-native. I will complete the implementation tomorrow. (Enable the audio in the video) https://user-images.githubusercontent.com/24992535/198718311-26793481-b307-4542-88a8-7cfa4d299fd0.mp4

- [x] Moved Android: Lack of control of Nested Text locale (Android Span) to https://github.com/facebook/react-native/issues/35813 - [x] Added to the accessibility board https://github.com/facebook/react-native/projects/15

PR was not merged, could add it as separate library

TalkBack support for ScrollView accessibility announcements (list and grid) [#33180](https://github.com/facebook/react-native/pull/33180) initially landed on 20th April 2022. Java API relanded with commit [a7bb9664009](https://github.com/facebook/react-native/commit/105a2397b6b187a9669ba1c028508a7bb9664009). JavaScript API relanded with commit [cbf53bcaf0c](https://github.com/facebook/react-native/commit/463af237539b98289c88e5b491c85cbf53bcaf0c), but reverted...

I could reproduce it using the Accessibility Inspector, but not using VoiceOver on a real device. I modified the example below to reproduce your scenario. Thanks https://www.icloud.com/iclouddrive/058DYalQMfMD_rODqfnGn2owg#testing_voiceover_with_safeareaview @aliossam

Thanks a lot @cristianoccazinsp currently I only have weeekends to do opensource, unluckily I never worked with the ReactNative Dimensions SourceCode My todos for next weeks are finishing https://github.com/facebook/react-native/pull/29117 and...

https://github.com/facebook/react-native/blob/17a8737ecb68f61a14f54bf0e2efeb618f97d326/ReactAndroid/src/main/java/com/facebook/react/modules/deviceinfo/DeviceInfoModule.java#L81-L87 https://github.com/facebook/react-native/blob/17a8737ecb68f61a14f54bf0e2efeb618f97d326/ReactAndroid/src/main/java/com/facebook/react/uimanager/DisplayMetricsHolder.java#L117-L126