Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.1 KB

File metadata and controls

50 lines (31 loc) · 2.1 KB

Wolox React Native Tech Guides

Kickoff Guide

At Wolox, we have developed the React Native Bootstrap to create our RN projects. You'll find a detailed guide to start with your project in its README.

Recommended Libraries

Useful Documentation

Standards

IDE

Atom Packages

Atom is a highly customizable text editor. It's open source, developed by GitHub and has tons of Packages to extend its functionality. For more information: check Frontend style-guide

React

React.js (JSX) language support, indentation, snippets, auto completion, reformatting

To install it, run this line in your terminal:

apm install react
Snippets

An Atom snippet library for React Native

Download it here.

Posts