Skip to content

Instantly share code, notes, and snippets.

@derekbar90
Last active November 5, 2018 16:00
Show Gist options
  • Save derekbar90/f5613eba856b6597f1e9975839c790b9 to your computer and use it in GitHub Desktop.
Save derekbar90/f5613eba856b6597f1e9975839c790b9 to your computer and use it in GitHub Desktop.
echo "Fixing React Native third party folder"
rm -rf ~/.rncache
cd node_modules/react-native
rm -fr third-party
scripts/ios-install-third-party.sh
cd third-party/glog-0.3.4/
../../scripts/ios-configure-glog.sh
cd ../../../../
echo "Fixing Missing libfishhook.a"
curl -o node_modules/react-native/Libraries/WebSocket/libfishhook.a http://cloud.derekbarrera.com/BiTmZ2o8z9RuPLpjN4t1/libfishhook.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment