Software Engineer at Meta. I'm working on React Native with a focus on iOS related things. In the spare time, I love travel, food and writing on Medium.
@gorhom@satya164@ziusko hey, sorry for the late reply. the TL;DR: here is that portals violate the React mental model and make it easier to make mistakes when using them. That's why we are not keen of having them in core.
@birch_js@ospfranco Not sure you solved it, but looking at https://t.co/ofhcguR91n you might have an old version of bundled installed that might try to invoke the untainted method. They suggest to try and uninstall all the bundler’s versions and to remove the Gemfile.lock. Worth trying!
@birch_js@ospfranco Sorry for being late here. I use rbenv to manage my Ruby environment, from homebrew.
With Ruby 3.2.2, everything should work smoothly.
Remember to run `bundle install` before, and then always use `bundle exec` before any `pod` command.
With Ruby 3.4.0, you also need `gem ‘nkf’`
@julian_gargi@vrg_jacint Sorry to hear that. If you can isolate the issue with a reproducer n RN and open an issue we will investigate it.
Sure, you can disable view flattening by set `collapsible={false}` to the view you don’t want to flatten.
View recycling can only be disabled for custom components.
Ii can’t be more excited to see @sethwebster announcing the React Foundation at React Conf 2025!
I thought I would never live to see this day, but this is happening!
That’s the best that could happen for the future of React and React Native ⚛️
React Conf 2025 is getting started!
If you see people in the same light blue I’m wearing, don’t be shy! We want to know how you use React and React Native every day!
React Native turned 10 and steps into a new era. @grabbou (@callstackio), @CipolleschiR (@Meta) & @thymikee (@callstackio) explored its past, present, and future - stability, scalability, and a stronger ecosystem - setting the tone for React Universe Conf 2025.
@tarikpnrc When animations are driven by JS, yes, perf are a bit subpar. However we are working on several improvements together with @swmansion for all the react-native animations that will solve both perf and other issues
Meta team members @CipolleschiR and @cortinico are on stage talking about the New Architecture rollout and what’s ahead for React Native. Great things are coming to the whole ecosystem! ⚛️
🖤❤️ RNR 331 ❤️🖤
New Architecture. New Era!
React Native has entered its next chapter with the new architecture.
Meta’s @CipolleschiR joins our hosts to break down what’s changed—and why it matters.
Don’t miss this one! 👇
https://t.co/Vwhv9QBsvg
@cortinico@mironcatalin It should be: https://t.co/6tSMA3gZqs same error, different module.
Probably something in core in the TM Android layer. Perhaps a Java to KT conversion, not sure though.. I haven’t had the time to check properly.
@philipheinser@vrg_jacint This and the other Redbox seems something that can be somehow reproduced easily.. could you try to prepare a reproducer so we can investigate it better?
@philipheinser@vrg_jacint It seems that the problem there was actually thorax, not the new arch.. could you link the thorax library repo? We can try to get in touch with them to make it compatible with the new arch
@BriceZele@vrg_jacint React Native 0.73.9 does not have the New Arch by default. We are not recommending using the New Architecture in any version before 0.76.
Could you try upgrading to 0.76 and report back? We fixed many issues from 0.73 so those ones you are seeing might be fixed already!