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.
- Host: GitHub
- URL: https://github.com/bkspace/react-native-redux-facebook
- Owner: bkspace
- Created: 2016-06-09T10:50:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T10:50:59.000Z (over 9 years ago)
- Last Synced: 2025-03-24T02:38:21.932Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 22.4 MB
- Stars: 80
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-react-native - react-native-redux-facebook ★79 - A simple React Redux Facebook authentication demo app. (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-redux-facebook ★79 - A simple React Redux Facebook authentication demo app. (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-redux-facebook ★79 - A simple React Redux Facebook authentication demo app. (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-redux-facebook ★79 - A simple React Redux Facebook authentication demo app. (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-redux-facebook ★79 - A simple React Redux Facebook authentication demo app. (Open Source Apps / Other Platforms)
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.