Skip to content

Commit f784c62

Browse files
committed
2 parents 114c1aa + 403abbc commit f784c62

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# React Native Starter Kit with Redux, Saga, Firebase
1+
# React Native Navigation Starter Kit with Redux, Saga, Eslint and Babel.
22

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.
44

55
## Requirements
66
Before start, make sure you installed:
@@ -10,10 +10,9 @@ Before start, make sure you installed:
1010

1111
## Stack
1212
- [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
1414
- [Redux](http://redux.js.org/): A predictable state container for JavaScript apps
1515
- [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
1716
- [ESLint](https://eslint.org/): Pluggable linting utility for JavaScript
1817
- [Babel](http://babeljs.io/): The compiler for writing next generation JavaScript
1918
- [Flow](http://flowtype.org/): A Static Type Checker for JavaScript
@@ -24,8 +23,7 @@ Clone the repo and install packages.
2423
```shell
2524
$ git clone https://github.com/bbdroid/react-native-redux-firebase ReactNativeBoilerplate
2625
$ cd ReactNativeBoilerplate
27-
$ npm install
28-
$ cd ios && pod install
26+
$ yarn
2927
```
3028

3129
Run Android Project.
@@ -38,15 +36,10 @@ Run iOS Project.
3836
$ react-native run-ios
3937
```
4038

41-
Clean cache
42-
```shell
43-
$ npm run clean
44-
```
45-
4639
## Issues
4740

4841
Do you have any concern to run this project?  Please feel free to contact me!
4942

5043
## License
5144

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

Comments
 (0)