From aa5526084cfc9ed8b862fa4c285cb09f28d4878b Mon Sep 17 00:00:00 2001 From: Daniel D'Angelo Resende Barros Date: Thu, 19 Nov 2020 12:10:38 -0300 Subject: [PATCH] project folders instructions --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e12fb78..03ad827 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ This project contains the components developed for a mobile app within the Water ``` . ├── LICENSE # License description file -├── README.md -└── src - ├── App.js - ├── app - │   ├── assets - │   ├── components - │   ├── config - │   ├── hooks - │   ├── navigation - │   └── screens +├── README.md # Readme description file +└── src # source files + ├── App.js # app initial file + ├── app # app custom folders and files + │   ├── assets # assets folder (images and static) + │   ├── components # basic components folder + │   ├── config # common config files + │   ├── hooks # custom hooks + │   ├── navigation # navigation files and routes + │   └── screens # screen files ├── app.json ├── babel.config.js ├── package-lock.json