some time ago, every time I start a new project of react-native or when I install the modules I present this error.
\'glog/logging.h\' file not found.
\'glog/logging.h\' file not found
Assuming you are starting at your projects root
cd node_modules/react-native/third-party/glog-0.3.4
sh ../../scripts/ios-configure-glog.sh
ios-configure-glog.sh uses a relative path to ./configure so you have to change this or cd first or else it will error.
ios-configure-glog.sh
./configure
All props to @jose920405!