react-native-google-mobile-ads
    Preparing search index...

    Type Alias MultiFormatBannerSize

    MultiFormatBannerSize:
        | BANNER
        | FULL_BANNER
        | LARGE_BANNER
        | LEADERBOARD
        | MEDIUM_RECTANGLE
        | WIDE_SKYSCRAPER
        | `${number}x${number}`
        | { height: number; width: number }

    Fixed GAM sizes safe in an AdLoader request; adaptive/fluid are not.

    Custom sizes may be a "WxH" string or { width, height }. WIDE_SKYSCRAPER is mediation-only, not served by the Google Mobile Ads network.