Skip to content

Instantly share code, notes, and snippets.

View drstonebraker's full-sized avatar

Drew Stonebraker drstonebraker

  • San Francisco, CA
View GitHub Profile
@drstonebraker
drstonebraker / Create_React_Native_App_Setup.md
Last active October 9, 2017 01:42
Steps I took to set up create-react-native-app to use previous, stable and compatible versions of dependencies such as React, npm, etc

Step 1: ensure you have nvm installed by running command -v nvm and ensuring it outputs nvm (edited)

if it doesn't, figure out how to install nvm. not going to list steps for this since I didn't have to do it.

Step 2: navigate to the directory where you will create your react native app folder

Step 3: run nvm install node