Skip to content

Commit b49532c

Browse files
committed
Move Navigator into a dedicated folder
1 parent 1f3fd5c commit b49532c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The boilerplate includes an example (displaying fake user data) from UI componen
5050
- [`App/Config`](App/Config): configuration of the application
5151
- [`App/Containers`](App/Containers): container components, i.e. the application's screens
5252
- [`App/Images`](App/Images): images used by the application
53+
- [`App/Navigators`](App/Navigators): react navigation navigators
5354
- [`App/Sagas`](App/Sagas): redux sagas
5455
- [`App/Services`](App/Services): application services, e.g. API clients
5556
- [`App/Stores`](App/Stores): redux [actions, reducers and stores](https://redux.js.org/basics)

0 commit comments

Comments
 (0)