https://github.com/rmrs/react-native-redux-saga-firebase-patterns
https://github.com/rmrs/react-native-redux-saga-firebase-patterns
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmrs/react-native-redux-saga-firebase-patterns
- Owner: rmrs
- Created: 2017-07-31T16:15:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:16:29.000Z (about 2 years ago)
- Last Synced: 2024-08-04T07:01:10.139Z (7 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 37
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some code patterns for working with React Native, Redux, Redux-Saga and Firebase
To run the tests
```
git clone [email protected]:rmrs/react-native-redux-saga-firebase-patterns.gityarn install
npm run coverage
```