The component props.
Defines the properties for the ScreenCover component.
This interface outlines the structure for the arguments passed to the ScreenCover component, including the image source and header text.
ScreenCoverArguments
The text to be displayed over the image as a header.
The source URI of the image to be displayed as the cover. Can be a local or remote URL.
OptionaldeprecatedLegacyContext: anyA React component representing the cover image with text.
CoverImage component.
This component displays an image as the background of a view, with a text header overlaid on top. It supports both local and remote images by dynamically setting the image source based on the type of the
imageprop. The component is styled using predefined styles from theStylemodule.