Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.16 KB

README.md

File metadata and controls

52 lines (32 loc) · 2.16 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