标签:fixed log ons modules evel stack react figure iss
原文网址:https://stackoverflow.com/questions/50836558/react-native-config-h-not-found
I‘m beginner of React native developer.
After create new project then open it.
xcode is display error config.h file not found in mutex.h file. I‘m also search in google and try possible solution but still display same error.
I got it fixed by following this steps:
cd <Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
./configure
make
make install
Hope this solves the issue
【转】React Native Config.h not found
标签:fixed log ons modules evel stack react figure iss
原文地址:https://www.cnblogs.com/wi100sh/p/12101266.html