Headers

June 9, 2025 ยท View on GitHub

There are different variants of header components that can be integrated into your screens:

  • HeaderFirstLevel for the main sections
  • HeaderSecondLevel for the secondary screens
  • ModalBSHeader: for modals and/or bottom sheets. The title is usually placed on the left side, while the close button is on the right.

These headers have been developed to work properly alongside the react-navigation library.

The adoption of these headers has been documented on a specific documentation page (disclaimer: for internal use only).