Fabrizio Bertoglio
Fabrizio Bertoglio
Android - Modal On Presentation with Accessibility Title https://www.icloud.com/iclouddrive/019O2PciZhBLPJrxwZ9zwoXjA#modal_on_presentation_accessibility_title
remove sendAccessibilityEvent setTimeout as not required on iOS (video of the test) iOS does not have issues with sendAccessibilityEvent (https://github.com/facebook/react-native/issues/30097#issuecomment-1285927266), for this reason setTimeout is not required https://www.icloud.com/iclouddrive/00cgfwQLkaoFQHvxh-Dj89zUA#ios_modal_title
previous comment https://github.com/facebook/react-native/pull/34969#issuecomment-1282970302 @blavalla I moved all the changes to the rn-tester example ModalPresentation. As explained in the comment https://github.com/facebook/react-native/pull/34969#issuecomment-1290660843, changes to the below react-native APIs could be added in...
Android - Video Test example https://github.com/facebook/react-native/pull/34969/commits/dc4c54ec1b7b7f7cd37c7402b1eac5292cb4996a
iOS - View Test example https://github.com/facebook/react-native/pull/34969/commits/dc4c54ec1b7b7f7cd37c7402b1eac5292cb4996a
iOS - testing viewHoverEvent on iOS https://user-images.githubusercontent.com/24992535/204595116-1ed59391-a417-4ca2-8b5b-660709807965.mp4
Hello Everyone, I met the first time Sergey Barbushin 2017 in Bali in a coworking space lineup-hub, then I met him again in Bali in 2019. He inspired me to...
Can I work on this?
I read notice on your readme. You sound like you lost hope. I know many people (and myself) that found good job with their open source work. Doesn't matter what...
> 2) For the Frame Processor runtime I need access to the jsi::Value/jsi::Function that the user passes to the view directly, instead of converting it to a callback within the...