OGPlayer React Native SDK
    Preparing search index...

    Interface OGVerticalFeedConfig

    interface OGVerticalFeedConfig {
        contentFit?: "FILL" | "FIT";
        loopItems?: boolean;
        playIconName?: string;
        showProgressBar?: boolean;
        showSponsoredBadge?: boolean;
        showSubtitle?: boolean;
        showTitle?: boolean;
        subtitleTextSize?: number;
        textBandColor?: string;
        textBandFraction?: number;
        textFontFamily?: string;
        titleTextSize?: number;
    }
    Index
    contentFit?: "FILL" | "FIT"
    loopItems?: boolean
    playIconName?: string

    Native drawable/asset name replacing the paused-state play glyph.

    showProgressBar?: boolean
    showSponsoredBadge?: boolean
    showSubtitle?: boolean
    showTitle?: boolean
    subtitleTextSize?: number
    textBandColor?: string

    Split screen: text band background (hex).

    textBandFraction?: number

    Split screen: text band size as a fraction of the page (0.15–0.6).

    textFontFamily?: string

    Platform font family for title/subtitle (e.g. "serif").

    titleTextSize?: number