I know this is duplicated, since the answered solution doesn't work for me, I'm asking again in case someone has come up with any new solution...
Already tried:
Unlinked all auto-linked modules and manually specified them in pod file.
Also tried
use_modular_headers!pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => falsepod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec', :modular_headers => false
Any suggestion is much appreciated.