Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

Thanks @NickGerleman. I replied to your code-review and further improved the solution as by Meta requirement. https://github.com/facebook/react-native/pull/38679#discussion_r1493960840 https://github.com/facebook/react-native/pull/38679#discussion_r1493960647

https://github.com/facebook/react-native/pull/38189#issuecomment-1635514336

Changes from this PR moved to https://github.com/facebook/react-native/pull/38189#pullrequestreview-1542055466

Building the main branch with head https://github.com/facebook/react-native/commit/06668fcbacd750771f1d53cce829dc55e86f3f3c triggers a runtime when opening the RNTester Text examples: CLICK TO OPEN STACKTRACE ``` 07-22 21:29:39.711 10861 10931 E AndroidRuntime: FATAL EXCEPTION: FrescoIoBoundExecutor-2...

Thanks @NickGerleman >Could you explain why you think the current behavior is a bug? **FIRST REASON**: It was reported as a react-native TextInput Issue in different chat applications: - Zulip...

https://github.com/facebook/react-native/pull/38189#pullrequestreview-1542055466 Thanks a lot @NickGerleman. I combined [#38210](https://github.com/facebook/react-native/pull/38210) with [#38189](https://github.com/facebook/react-native/pull/38189). I tested the PR again and did not detect any issues.

Sorry. I forgot to post this test case. I was able to reproduce the same cursor flickering issue on iOS (react-native with head 1706066533f). ```javascript function TextInputExample() { const [value,...

If you don't have a repro, can you open source your project and add the link to the relevant code in this conversation? Thanks

https://github.com/fabriziobertoglio1987/react-native/blob/a7cc3f9fe7920060a400b9d1ddbef0e1be4011ca/ReactCommon/react/renderer/textlayoutmanager/platform/ios/RCTAttributedTextUtils.mm#L462-L464