Skip to content

Instantly share code, notes, and snippets.

@kosalamoon
kosalamoon / run.sh
Created May 28, 2021 17:46
Clean RN projects
# rm -rf $HOME/.gradle/caches/
cd android && ./gradlew cleanBuildCache && ./gradlew clean
cd ..
cd ios && pod cache clean --all && rm -rf build
cd ..
rm -rf node_modules
npm cache clean --force
npm install
cd ios && pod install
@kosalamoon
kosalamoon / installing-postman.md
Last active April 10, 2020 17:38 — forked from ba11b0y/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz