I had a problem with glog in a react native app ("machine not recognised" - related to the build process getting confused about my macbook's M1 architecture). I fixed that by editing the build script in node_modules to copy in a newer version of config.sub before running ./configure. Very hacky, but it worked.
Now I have to use flipper-glog, and I have the same problem. However, I cannot find the command that is used to install flipper-glog.
Before flipper, I edited this file:
node_modules/react-native/scripts/ios-configure-glog.sh
I found this by looking in the glog podspec file, but I can't find that for flipper-glog. What is the equivalent for flipper-glog?