Skip to content

Instantly share code, notes, and snippets.

@talkol
Created January 11, 2017 19:34
Show Gist options
  • Select an option

  • Save talkol/b6cb414a2435062d310b2d8dfcd8b97c to your computer and use it in GitHub Desktop.

Select an option

Save talkol/b6cb414a2435062d310b2d8dfcd8b97c to your computer and use it in GitHub Desktop.
  1. Run react-native init AwesomeProject
  2. Change in package.json:
  • "react-native": "0.38.0"
  • "react": "15.4.1"
  1. Delete node_modules folder
  2. Run npm install
@Gongreg
Copy link
Copy Markdown

Gongreg commented Jan 22, 2017

react-native init ${name} --version react-native@0.38.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment