📂Screens
Screens
screens of your application. They can be Login, Home, Profile, etc.

What does a screen contain?
The main screens are made up of their folder in this file and style.js, and if it contains styles of the screen.

same name folder.js
styles.js
components/
sections/
src/componentes/purticularfolder/ code
src/componentes/purticularfolder/ codestyles code
internal components used only by this display
These are internal sections of the screens:
Ex: signup screen
,login screen,home
etc..
completed screen.
Last updated