Props to be given to image background components.
import type { ImageBackgroundProps } from "react-native-app-helpers";
import { Text } from "react-native";
const example: ImageBackgroundProps = {
size: "fillsContainer",
children: <Text>Example Children</Text>,
};