Skip to content

Instantly share code, notes, and snippets.

@peteroid
peteroid / centos-skygear-setup.sh
Last active May 24, 2017 18:16
Install skygear server on centos x64. Config with postgresql, nginx
## obtain the official binary
# get the lastest release on https://github.com/SkygearIO/skygear-server/releases/latest
wget https://github.com/SkygearIO/skygear-server/releases/download/v0.24.0/skygear-server-linux-amd64.tar.gz
# uncompress the file
tar zxvf ./skygear-server-linux-amd64.tar.gz -C .
## postgresql
# setup postgresql. mostly follow instructions on https://wiki.postgresql.org/wiki/YUM_Installation
# edit repo file to exclude postgresql. then install the rpm through the package manager
@peteroid
peteroid / random-ua.sh
Last active August 30, 2017 15:23 — forked from kopiro/random-ua.sh
Random User agent in BASH
# On Mac, install `gsort` with `brew install coreutils`
UA=$(cat ua.txt | gsort -R | head -1)
diff --git a/node_modules/react-native-snapchat-login/SnapchatLogin.podspec b/node_modules/react-native-snapchat-login/SnapchatLogin.podspec
index beb8d05b9..a9f135afc 100644
--- a/node_modules/react-native-snapchat-login/SnapchatLogin.podspec
+++ b/node_modules/react-native-snapchat-login/SnapchatLogin.podspec
@@ -19,6 +19,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.dependency "React"
- s.dependency "SnapSDK/SCSDKLoginKit"
+ s.dependency "SnapSDK/SCSDKLoginKit", "~> 1.3.5"