Skip to content

Instantly share code, notes, and snippets.

View dg92's full-sized avatar
💭
💻 🔁 😴

Deepak Gupta dg92

💭
💻 🔁 😴
View GitHub Profile
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