/rn-boilerplate

React Native boilerplate with a few of the most common libraries and packages, and a few pre-made components

Primary LanguageJavaScript

React-Native Boilerplate

This repo contains a boilerplate with the most common React Native libraries all setup and just waiting for your custom logic! Includes:

Features

  • Login and Register components all done and wired up to Firebase
  • Redux stores setup to persist login sessions
  • Router and Drawer (TO-DO) ready and waiting your new scenes

Installation

Clone the repo, then

$ cd rn-boilerplate
$ npm install -d
$ react-native run-android
or
$ react-native run-ios

Todos

[ ] Add OAuth Options to login [ ] Implement global Drawer component [ ] User details edit component