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.
documentId
string
The document's id from the API
categoryName
string (optional)
The document's category name from the API
isPublic
boolean (optional)
This indicates the redux variable where the document is stored.
This is also especified in the request to the API to fetch that batch of documents.
Last updated
Was this helpful?