Report
☝️ However, this is very similar to this other issue. Could it be possible to fix these kind of errors in a bit more structural way? 🤔
Issues and Steps to Reproduce
We've got this in our PodFile:
pod 'React', :path => 'node_modules/react-native', :subspecs => [
'Core',
'CxxBridge',
'DevSupport',
'RCTText',
'RCTNetwork',
'RCTWebSocket',
'RCTImage',
'RCTAnimation',
]
pod 'yoga', :path => 'node_modules/react-native/ReactCommon/yoga'
Prior to ReactNative 0.53 this worked. After upgrading to the latest it doesn't.
Expected Behavior
A successful build
Actual Behavior
This error:

Report
☝️ However, this is very similar to this other issue. Could it be possible to fix these kind of errors in a bit more structural way? 🤔
Issues and Steps to Reproduce
We've got this in our PodFile:
Prior to ReactNative 0.53 this worked. After upgrading to the latest it doesn't.
Expected Behavior
A successful build
Actual Behavior
This error: