Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

I went through your issue https://github.com/giacomocerquone/rn_textinput_padding_suspense_bug_android and quickly reviewed your code I believe you need to present a Minimum Reproducible Example https://stackoverflow.com/help/minimal-reproducible-example We have many issues right now 1.1k and...

My superficial understanding. The below Java API is called from JavaScript https://github.com/facebook/react-native/blob/a9971b4ca542037699e5ce2f795c8fdae29a1aba/Libraries/Components/TextInput/TextInput.js#L1011 https://github.com/facebook/react-native/blob/f8bcb1063e3b7ff363203f6b1a19f7da512eaf20/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java#L213-L214 text can be updated from State, from Javascript, but we also expose separate api to update the...

on **Android** [onTextInput](https://reactnative.dev/docs/textinput#ontextinput) receives ```javascript { nativeEvent: { previousText: "" } } ``` when the cursor is moved between the 2 words like this ``` Before Large Text[CURSOR] After Large...

I think it requires a big change in both ReactAndroid and ReactNative JS libraries in fact I gave up and search for a new issue to solve https://github.com/facebook/react-native/issues/30393#issuecomment-752676908

Thanks a lot for the bug report. I tested your example with my pr https://github.com/facebook/react-native/pull/29070 and It solves this issue I would experience the runtime on latest master, but after...

Do you still experience this issue? I have four years of experience maintaining facebook/react-native and I specialize in the Text and TextInput components. I currently have 58 [facebook/react-native PRs](https://github.com/facebook/react-native/pulls?q=is%3Apr+author%3Afabriziobertoglio1987+). If...

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":...

seems similar issue to https://github.com/facebook/react-native/issues/11068#issuecomment-574013816 It is difficult to fix this issue related to Rich Text, more info in Pull Request https://github.com/facebook/react-native/pull/27757

Hello ReactNative Developers! :smiley: I just prepared Pull Request https://github.com/facebook/react-native/pull/29070 that seems to solve this issue **PREVIEWS OF THE BUGFIX** | **BEFORE** | **AFTER** | |:-------------------------:|:-------------------------:| | | | You...

> Please, is it possible to merge this PR in the next version ? To answer the question of when the pr https://github.com/facebook/react-native/pull/29070 which fixes this issue will be released...