Target Branch
0.81
Link to commit or PR to be picked
react/react-native@dacd8f2
Description
#include <ReactCommon/RuntimeExecutor.h> stopped working in react-native 0.81 when using frameworks because it is not part of ReactCommon anymore when the split happened for iOS.
to fix this I am including RuntimeExecutor in search headers same way we include ReactCommon.
81 is not usable in current state when people use frameworks
Target Branch
0.81
Link to commit or PR to be picked
react/react-native@dacd8f2
Description
#include <ReactCommon/RuntimeExecutor.h>stopped working in react-native 0.81 when using frameworks because it is not part of ReactCommon anymore when the split happened for iOS.to fix this I am including RuntimeExecutor in search headers same way we include ReactCommon.
81 is not usable in current state when people use frameworks