MediaSFU React Native (Expo)
    Preparing search index...

    Interface ResizableChildOptions

    Props for resizable child components within MainScreenComponent.

    ResizableChildOptions

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

    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