Skip to content

Environment Setup

Eduardo Moroni edited this page Jul 28, 2017 · 3 revisions

React native environment setup

React native environment setup is being well explained at HERE under Building Projects with Native Code tab.

What editor should I use?

Yep, that's a good point. You can use any one you want: Atom, Sublime, VS Code, Webstorm, VIM or Spacemacs. If you have a quick setup for any of these editor please share with us.

VS Code Quick Setup

  1. Download and install VS Code.
  2. Lauch VS Code, then hit Quick Open shortcut ctrl + p(Windows) or cmd + p, type ext install code-settings-sync then hit enter.
  3. After installation, hit Quick Open shortcut then type Sync : Download settings, you will be asked for a Gist ID put ff5f670a2c79cee3cf2307ef73a521cc.
  4. That's it. This command will install some of most used VS Code extensions. Feel free to create your our GIST with settings later.