Scenario
When creating an Android release APK, the error Could not list contents of '/Users/user/project/node_modules/react-native/third-party/glog-0.3.4/test-driver' is encountered which causes the build to fail.
Steps to Reproduce
npm i react-native@0.45 --save
cd android && ./gradlew assembleRelease && ./gradlew installRelease
There is a folder named third-party-podspecs that contains the GLog.podspec. This probably gets expanded into another folder, third-party on build. Inside of this, there is a file under glog-0.3.4/test-driver which appears to be an alias that does not resolve.

There is a temporary fix which is to delete the third-party folder. Please can we look at getting this one corrected?
Scenario
When creating an Android release APK, the error
Could not list contents of '/Users/user/project/node_modules/react-native/third-party/glog-0.3.4/test-driver'is encountered which causes the build to fail.Steps to Reproduce
npm i react-native@0.45 --savecd android && ./gradlew assembleRelease && ./gradlew installReleaseThere is a folder named
third-party-podspecsthat contains theGLog.podspec. This probably gets expanded into another folder,third-partyon build. Inside of this, there is a file underglog-0.3.4/test-driverwhich appears to be an alias that does not resolve.There is a temporary fix which is to delete the
third-partyfolder. Please can we look at getting this one corrected?