📄️ App Structure
The app is represented by a set of components that are responsible for handling the logic of a given screen.
📄️ Components
Components are the building blocks of the app and are located in the shared module.
📄️ Navigation
Navigation between components is handled by the Root Component and works as a stack of components.
📄️ Adding Your Own Features
Assuming your feature will have a new screen, start by creating a new component interface in the shared module.