README.md
June 11, 2016 ยท View on GitHub
react-native-redux-facebook
Yet another boilerplate. This is the result of experimenting with testing React-Native components and getting into all kinds of
messiness! Here's a list of what's inside:
- react-native-fbsdk
- react-native-router-flux
- react-native-drawer
- react-native-vector-icons
- redux-persist
Installation
git clone https://github.com/bkspace/react-native-redux-facebook.git
npm i
react-native run-ios|run-android
Setup
Please see Setup WIKI, to setup your own project.
Testing
npm test
Please see Testing WIKI, for some details on how it works.