Templates
About Screen
The About App screen contains the following elements:
SafeAreaLayout component as a container, to handle pull to refresh, scroll and loading.
Card component as a container, to display information about the application.
ItemAbout component used to show the version of the app.
Heading component to display the app name.
Force Update Screen
The Force Update screen contains the following elements:
SafeAreaLayout component as a container, to handle pull to refresh, scroll and loading.
Heading component to display the screen's title.
BodyText for the app message.
Setting Document Screen
This screen renders a web-view or a pdf document viewer depending on the document type.
Functionality
This screen uses the selectors provided by contentsDocuments slice to retrieve the specified document.
Last updated