We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3fd5c commit b49532cCopy full SHA for b49532c
README.md
@@ -50,6 +50,7 @@ The boilerplate includes an example (displaying fake user data) from UI componen
50
- [`App/Config`](App/Config): configuration of the application
51
- [`App/Containers`](App/Containers): container components, i.e. the application's screens
52
- [`App/Images`](App/Images): images used by the application
53
+- [`App/Navigators`](App/Navigators): react navigation navigators
54
- [`App/Sagas`](App/Sagas): redux sagas
55
- [`App/Services`](App/Services): application services, e.g. API clients
56
- [`App/Stores`](App/Stores): redux [actions, reducers and stores](https://redux.js.org/basics)
0 commit comments