Skip to content

Commit 3ab7253

Browse files
committed
added nestedNavigator branch demo
1 parent 9ee7630 commit 3ab7253

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

nestedNavigators.gif

1.35 MB
Loading

readme.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# React-Navigation + Redux
22

3-
* Accompanying blog :
4-
https://hackernoon.com/a-comprehensive-guide-for-integrating-react-navigation-with-redux-including-authentication-flow-cb7b90611adf
3+
* Accompanying blog :
4+
https://hackernoon.com/a-comprehensive-guide-for-integrating-react-navigation-with-redux-including-authentication-flow-cb7b90611adf
55

6-
* **[Master Branch](https://github.com/shubhnik/redux-react-navigation)**: React-Navigation + Redux integration
6+
* **[Master Branch](https://github.com/shubhnik/redux-react-navigation)**:
7+
React-Navigation + Redux integration
78

8-
* **[authFlow branch](https://github.com/shubhnik/redux-react-navigation/tree/authFlow)**: React-Navigation + Redux + Redux-Persist with authentication flow
9+
* **[authFlow branch](https://github.com/shubhnik/redux-react-navigation/tree/authFlow)**:
10+
React-Navigation + Redux + Redux-Persist with authentication flow
911

10-
* **[nestedTab branch](https://github.com/shubhnik/redux-react-navigation/tree/nestedTab)**:
11-
Includes nested navigators
12-
13-
--> Final result with authentication flow(authFlow branch of this repo)
12+
* **[nestedTab branch](https://github.com/shubhnik/redux-react-navigation/tree/nestedTab)**:
13+
Includes nested tabs
1414

15-
![demo](./authFlow.gif)
15+
* **[nestedNavigators branch](https://github.com/shubhnik/redux-react-navigation/tree/nestedNavigators)**:
16+
Includes nested navigators, more real world scenario
17+
18+
#### Result of authFlow branch
19+
20+
![authFlow demo](./authFlow.gif)
21+
22+
#### Result of nestedNavigators branch
23+
24+
![nestedNavigator demo](./nestedNavigators.gif)

0 commit comments

Comments
 (0)