Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

I will add this patch to [react-native-improved](https://github.com/fabriziobertoglio1987/react-native-improved)

do you still experience this issue https://github.com/facebook/react-native/pull/26444? VirtList and Flatlist were refactored in the last version of react-native. I will give it a look in a couple of days. Thanks

I sent a cherry pick request for this [commit](https://github.com/facebook/react-native/commit/b1ceea456d1cdc00c723582d00e5ae585f066b55) in [0.72.4](https://github.com/reactwg/react-native-releases/discussions/83#discussioncomment-6601407), if they decline the cherry-pick request, we can ask again in the next release [0.73](https://github.com/reactwg/react-native-releases/discussions/64). Thanks a lot for...

thanks a lot @dmytrorykun. When you do plan to merge this PR?

Thanks @dmytrorykun, could we land this PR? Thanks

- [Text width lower than parent view (no ellipsis)](https://gist.github.com/fabOnReact/6a58c713d32ce5bb9c164b6906abac12?permalink_comment_id=4956212#gistcomment-4956212) - [Nested Text with different combination of styles (ellipsisMode head)](https://gist.github.com/fabOnReact/6a58c713d32ce5bb9c164b6906abac12?permalink_comment_id=4956505#gistcomment-4956505) - [Nested rtl short Text with inline image (image shows to...

Thanks for the code review. > * The premise that we need to use the simpler `BoringLayout` to get the max width text could take without breaking seems strange. `StaticLayout`...

@realsoelynn >Do you mind retesting your test cases https://gist.github.com/fabOnReact/6a58c713d32ce5bb9c164b6906abac12?permalink_comment_id=4956212 with latest React Native version with [New Architecture Enabled](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/enable-apps.md#enable-the-new-architecture-on-android) ? I tested again the [test case](https://gist.github.com/fabOnReact/6a58c713d32ce5bb9c164b6906abac12?permalink_comment_id=4951474#gistcomment-4951474) with the latest React Native...