Props for resizable child components within MainScreenComponent.

ResizableChildOptions

interface ResizableChildOptions {
    mainSize: number;
    isWideScreen: boolean;
    style?: StyleProp<ViewStyle>;
}

Properties

mainSize: number

Percentage size of the main component (0-100)

isWideScreen: boolean

Whether current screen width qualifies as wide (>= 768px)

style?: StyleProp<ViewStyle>

Optional additional styles for the child component