/react-native-demo

React Native demo

Primary LanguageJavaScript

react-native-demo

NPM version Dependency Status devDependency Status peerDependency Status

Libraries

UI

Prerequisites

  • node.js (Node 5 with npm 3 is required).

Create App

git clone https://github.com/luqin/react-native-demo
cd react-native-demo
npm install

Start Development

React Native: Getting Started

Dev Tasks

  • npm run start
  • npm run android
  • npm run clean

Production Tasks

Documentation

For absolute beginners, see: react-howto.

So you've decided to give this web stack a chance, but where is the documentation? Code is documentation in itself as it illustrates various patterns, but to start with you should educate yourself on React.js and Redux. You should learn ES6 to refresh your knowledge about "new" JavaScript practices and syntax. This stack uses immutable.js and class-less design for a good reason. Node.js.