Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 365 Bytes

Starter React-Native / Redux

Simple starter pack with React / Redux. Sample project with Side Menu (react-native-drawer)

Installation

You must have the React Native CLI installed

npm i react-native-cli

To build the project, clone the repo and

$ yarn install (or npm install)
$ react-native upgrade
$ react-native run-ios (or android)