Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created November 4, 2018 19:33
Show Gist options
  • Save sibelius/dffa488b6aa1d88cbf96a6da406394fc to your computer and use it in GitHub Desktop.
Save sibelius/dffa488b6aa1d88cbf96a6da406394fc to your computer and use it in GitHub Desktop.
fix third-party problem on react native
#!/usr/bin/env bash
cd node_modules/react-native
./scripts/ios-install-third-party.sh
cd third-party/glog-0.3.5/
../../scripts/ios-configure-glog.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment