An open API service indexing awesome lists of open source software.

https://github.com/bkspace/react-native-redux-facebook

☄️[DEPRECATED]☄️ A React Native boilerplate, featuring: Redux, RNFR & FBSDK.
https://github.com/bkspace/react-native-redux-facebook

Last synced: 9 months ago
JSON representation

☄️[DEPRECATED]☄️ A React Native boilerplate, featuring: Redux, RNFR & FBSDK.

Awesome Lists containing this project

README

          

## 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](https://github.com/facebook/react-native-fbsdk)
- [react-native-router-flux](https://github.com/aksonov/react-native-router-flux)
- [react-native-drawer](https://github.com/root-two/react-native-drawer)
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [redux-persist](https://github.com/rt2zz/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](https://github.com/bkspace/react-native-redux-facebook/wiki/Setup), to setup your own project.

### Testing
`npm test`

Please see [Testing WIKI](https://github.com/bkspace/react-native-redux-facebook/wiki/Testing), for some details on how it works.