Environment:
OS: macOS High Sierra 10.13.2
Node: 8.3.0
Yarn: 0.23.4
npm: 5.3.0
Watchman: 4.9.0
Xcode: Xcode 9.0.1 Build version 9A1004
Android Studio: 2.2 AI-145.3330264
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.2 => 0.55.2
Podfile
# Add new pods below this line
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'RNSVG', :path => '../node_modules/react-native-svg'
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'DevSupport'
]
Xcode Build with no Errors
'folly/dynamic.h' file not found

heee have you found any solution ?
You have to update react-native to 0.55.3 and add this lines to podfile
# To use CocoaPods with React Native, you need to add this specific Yoga spec as well
pod 'yoga', :path => react_native_path + '/ReactCommon/yoga'
# React Native
pod 'React', :path => react_native_path, :subspecs => [
'Core',
'CxxBridge',
'RCTText',
'RCTNetwork',
'RCTWebSocket',
'RCTImage',
'RCTNetwork',
'DevSupport'
]
# Add new pods below this line
@totodot I have two issues (RN 0.55.3 , React 16.3.1):
@matteocollina did you add the pod yogo? ais it already working?
@filipef101 Yes, this is my pod (be careful, my project is inside "js" directory): https://gist.github.com/matteocollina/fe2a9c3e2a96061ac1a15c0fcf2cbded
@matteocollina Thank you! I managed to solve it, missed the instruction to update react native. did you not update react native?
@filipef101 Yes i've updated to RN 0.55.3
This is my gist for this version : https://gist.github.com/matteocollina/b14eb877c35d6c796e370b6e55504bfa
I have the release to 0.55.4, but there were still problems
Undefined symbols for architecture x86_64:...

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Most helpful comment
You have to update react-native to 0.55.3 and add this lines to podfile