Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

> One downside I see about it is that we now add the listener on old arch too where it is not used. But it does not seem too problematic...

I was investigate it further: - Is it true that we had already enabled them in https://github.com/facebook/react-native/pull/36443 - Tests are crashing with the Address Sanitizer (ASAN) turned on - The...

@WoLewicki can I ask you to rebase on top of main? I think that this diff is pointing to a very old commit of RN.

The problem is that Xcode scripts works in a different environment than a regular terminal/ Xcode also overrides some basic ENV var that can shadow and mask other variables we...

@lucianomlima yeah, that's definitely very weird. Can you try add a script phase after building just calling `which command`? :/

From which script phase the message: ``` + type node + echo 'error: node not found! Modules won'\''t be collected.' 'Please export NODE_BINARY in '\''Build Phase'\'' - '\''Bundle React Native...

Hey @adamjw3! Your Xcode env has 2 `export NODE_BINARY` on the same line. That would not work. You should have either ``` export NODE_BINARY=$(command -v node) ``` Or ``` export...

The commit has not been picked for 0.72 yet, but [it is listed](https://github.com/reactwg/react-native-releases/discussions/76#discussioncomment-6382286) in the commit to pick. It will be fixed in 0.72.2 Thanks for reporting this issue.

Hi there, Sorry for the long silence, but as @cortinico mentioned above, we receive tons of issues, the team is small and we need to prioritize ruthlessly. I'll start looking...