Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

But I don't understand the issue: - UIKIt do not recycle views, BUT it always create a new view with those value for `autoresizingMask`. - Fabric recycle the view, BUT...

I'll talk with @sammy-SC about that. What I'm confused about is that Fabric should not recycle that view, because, technically, that view is not a `RCTViewComponentView` as the `UIPageViewController`, being...

Thanks for updating the reproducer! I was talking with @sammy-SC about this a couple of days ago. As I mention, Fabric is not able to recycle and manage views that...

Fixed already: - Pick requested in 0.73.4 => https://github.com/facebook/react-native/pull/42734 - PR for main => https://github.com/facebook/react-native/pull/42733

Someone already opened an issue in the Cocoapods repo: https://github.com/CocoaPods/CocoaPods/issues/12226 The workaround, so far, is to downgrade to Cocoapods 1.14.

hi @skinnynpale can you share the repository you are using?

Hi @skinnynpale, I tried to repro but I couldn't. You can find my reproducer [here](https://github.com/cipolleschi/NewTM) this is public, so you should be able to see it. I think that the...

I'm sorry, but I need a reproducer from you, guys. I build new empty apps with React Nativ and the New Architecture every day as that is my main focus,...