Xcode10でReactNative製アプリを動かそうとしたら起きたエラーです。
$ ls node_modules/react-native/
third-partyディレクトリが無いことをチェック
$ sh node_modules/react-native/scripts/ios-install-third-party.sh
$ cd node_modules/react-native/third-party/glog-0.3.4
$ ./configure
$ make
$ make install
参考 :
Xcode 10: third-party: 'config.h' file not found (https://github.com/facebook/react-native/issues/19839)