react-native-releases
react-native-releases copied to clipboard
[0.74] RC-only: Keep ES6Proxy enabled in bridgeless mode
Target Branch(es)
0.74
Link to commit or PR to be picked
https://github.com/facebook/react-native/pull/43538
Description
This is a regression in bridgeless vs the bridge, where the ES6Proxy for Hermes runtime was disabled by accident, causing https://github.com/facebook/react-native/issues/43523
Note that this is an RC-only pick, we cannot land it as is to main without bigger refactor (which will come in a later time).