Skip to content

Instantly share code, notes, and snippets.

@kingbin
Created September 24, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingbin/6efac2c171616be9974e7b1644e178ff to your computer and use it in GitHub Desktop.
Save kingbin/6efac2c171616be9974e7b1644e178ff to your computer and use it in GitHub Desktop.
React-Native 0.55.4 w iOS 12 & XCode 10
GLog resolve w libfishhook dependency
```
$ cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../
$ cd node_modules/react-native/third-party/glog-0.3.4/ && ../../scripts/ios-configure-glog.sh && cd ../../../../
$ cp ~/Library/Developer/Xcode/DerivedData/XXX/Build/Products/Release-iphonesimulator/libfishhook.a ./node_modules/react-native/Libraries/WebSocket/
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment