Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

The issue should mention `RTL` in the title Probably a duplicate of https://github.com/facebook/react-native/issues/19150

Workaround was published [here](https://github.com/facebook/react-native/issues/25093#issuecomment-789502424). Do you believe it worth fixing this issue in react-native?

video test case included here https://github.com/facebook/react-native/pull/34267

a solution, as done with [Text onPress and onLongPress](https://github.com/facebook/react-native/pull/34284/files), is setting focusable={true} when prop `accessibilityAction != null`. I will test it and prepare a PR in the future.

@shivenmian PR https://github.com/facebook/react-native/pull/33468#issue-1177588267 includes extensive video tests of this functionality. I did not detect any issues, but I will do more tests in a couple of days. Thanks https://drive.google.com/file/d/1kAHHrYKXP6tRFf7w1_rcxOFp3cCa2L_C/view

Main Branch https://github.com/facebook/react-native/issues/24519#issuecomment-618074608 https://github.com/facebook/react-native/issues/24519#issuecomment-582581336 https://user-images.githubusercontent.com/24992535/215108449-9eafe3cd-8737-43cc-a06b-e76e76565d7b.mp4 Related https://github.com/fabriziobertoglio1987/react-native/commit/6c4224ea9b5f819fc0b6fef3b948a23b9a69fe42

@GuilhermePortella @Bertlk @kevinrodriguez-io I could not reproduce this issue using the latest version of react-native. Could you test again and give us some feedback? Thanks My test on the latest...

> hey @fabriziobertoglio1987 how are you? I managed to solve this problem by updating to version 0.70, thanks 😃 Thanks a lot. I'm very very good. I wish you a...

some of my notes on the ReactAndroid APIs https://github.com/facebook/react-native/issues/30375#issuecomment-781494859 https://github.com/facebook/react-native/pull/29117