Skip to content

Instantly share code, notes, and snippets.

View bangtiray's full-sized avatar
🎯
Focusing

bangtiray bangtiray

🎯
Focusing
View GitHub Profile
@bangtiray
bangtiray / README.md
Created October 4, 2018 07:17
Installing React-Native on Ubuntu

First, you'll need NodeJS and NPM:

sudo apt install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
nodejs -v
v8.4.0