1
- # React Native Starter Kit with Redux, Saga, Firebase
1
+ # React Native Navigation Starter Kit with Redux, Saga, Eslint and Babel.
2
2
3
- A starter boilerplate for a mobile app using React Native and Redux.
3
+ A starter boilerplate for a mobile app using React Native Navigation and Redux & Saga .
4
4
5
5
## Requirements
6
6
Before start, make sure you installed:
@@ -10,10 +10,9 @@ Before start, make sure you installed:
10
10
11
11
## Stack
12
12
- [ React Native] ( https://facebook.github.io/react-native/ ) : Development Environment
13
- - [ React Native Router Flux ] ( https://github.com/aksonov /react-native-router-flux ) : JS based navigator for React Native
13
+ - [ React Native Navigation ] ( https://github.com/wix /react-native-navigation ) : Native based navigator for React Native
14
14
- [ Redux] ( http://redux.js.org/ ) : A predictable state container for JavaScript apps
15
15
- [ Redux-Saga] ( https://redux-saga.js.org/docs/api/ ) : An alternative side effect model for Redux apps
16
- - [ Firebase] ( https://firebase.google.com/ ) : Realtime Database
17
16
- [ ESLint] ( https://eslint.org/ ) : Pluggable linting utility for JavaScript
18
17
- [ Babel] ( http://babeljs.io/ ) : The compiler for writing next generation JavaScript
19
18
- [ Flow] ( http://flowtype.org/ ) : A Static Type Checker for JavaScript
@@ -24,8 +23,7 @@ Clone the repo and install packages.
24
23
``` shell
25
24
$ git clone https://github.com/bbdroid/react-native-redux-firebase ReactNativeBoilerplate
26
25
$ cd ReactNativeBoilerplate
27
- $ npm install
28
- $ cd ios && pod install
26
+ $ yarn
29
27
```
30
28
31
29
Run Android Project.
@@ -38,15 +36,10 @@ Run iOS Project.
38
36
$ react-native run-ios
39
37
```
40
38
41
- Clean cache
42
- ``` shell
43
- $ npm run clean
44
- ```
45
-
46
39
## Issues
47
40
48
41
Do you have any concern to run this project?  ;  ; Please feel free to contact me!
49
42
50
43
## License
51
44
52
- This project is licensed under the MIT License - see the LICENSE file for details
45
+ This project is licensed under the MIT License - see the LICENSE file for details
0 commit comments