Fabrizio Bertoglio
Fabrizio Bertoglio
> If anyone else is having this issue (like me), then using react-native-gesture-handler instead actually seems to fix the issue. > > In your imports remove ScrollView and instead import:...
I created the `TextImproved` component which extends and patches react-native Text. you can install it with `yarn add react-native-improved` More info in the readme of https://github.com/fabriziobertoglio1987/react-native-improved (you need to copy...
Hello, Thanks for the issue. I have been contributing to facebook/react-native for 4 years and specialize in the Text/TextInput components. I currently have 58 facebook/react-native PRs: https://github.com/facebook/react-native/pulls?q=is%3Apr+author%3Afabriziobertoglio1987+ It is the...
This PR is included in the [react-native-improved](https://github.com/fabriziobertoglio1987/react-native-improved) library: # react-native-improved - **Supports ONLY react-native 0.73**. - Supports only old architechture (new architechture is WIP) ## Set-up In package.json ```diff "scripts":...
Thanks for the code review. I moved the PR to draft. I'm working on a solution for this issue.
https://github.com/facebook/react-native/assets/24992535/14811724-8dc7-40f9-824e-713ff14c45df
Thanks for the code-review @NickGerleman. I updated the PR and I included a video test in this [comment](https://github.com/facebook/react-native/pull/38679#issuecomment-1684651282).
Thanks @NickGerleman. Could you tell me what is the lint warning? I can fix it and push again the branch so it is easier to import.
Thanks, @NickGerleman. Maybe the formatting issue is the maximum line length? I want to push an updated version of this PR to fix the Facebook Internal Linter warning.
Thanks @NickGerleman. I want to help to get this PR merged. I have been away for 2+ months, I had to move to a new home, but now I'm again...