This repo contains a boilerplate with the most common React Native libraries all setup and just waiting for your custom logic! Includes:
- 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
Clone the repo, then
$ cd rn-boilerplate
$ npm install -d
$ react-native run-android
or
$ react-native run-ios
[ ] Add OAuth Options to login [ ] Implement global Drawer component [ ] User details edit component