📂src

The src folder indicates that there will be all the src resources in the whole app, which means that they are functions, services, or components that are used globally in our app.

Folders

What does each folder contain?

Folder
Description

Assets

Includes all images used in the app.

components

contains all the global components used in the app:

ex: buttons, inputs, modals, texts.

utils/themedata

contains themedata such as:

colors and fonts

Last updated