I\'m testing React Native 0.56.0-rc.2 on Mac OS Mojave and Xcode 10.
Running:
react-native init TestProject --version=\"0.56.0-rc.2\"
cd TestProject
npm
I resolved it by running following steps
npm install or yarn
- install packagescd node_modules/react-native
- go to node modules directoryscripts/ios-install-third-party.sh
- install @ node_modules/react-native/third-partycd third-party
- go to newly created third party directorycd glog-0.3.x
- ls -la to find your directory version number or just use tab to auto-complete)./configure
- run setupcd ../../../../
- change back to your project directory
react-native run-ios
or react-native run-android
- deploy