Target Branch(es)
0.79
Link to commit or PR to be picked
facebook/react-native@a51fa6c
Description
In bridge mode, we missed the call of RCTInitializeUIKitProxies, leading to UI API called on a background thread. bridgeless is ok because we call it when create host facebook/react-native#49600
This commit fixes that.