Skip to content

Instantly share code, notes, and snippets.

View SakhirAtwi's full-sized avatar

Sakhir Atwi SakhirAtwi

  • Lahore, Pakistan
View GitHub Profile
@SakhirAtwi
SakhirAtwi / README.md
Created August 10, 2018 14:28
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