React Native Firebase
    Preparing search index...

    Variable ImageConfigImageSizeConst

    ImageConfigImageSize: {
        SIZE_1K: "1K";
        SIZE_2K: "2K";
        SIZE_4K: "4K";
        SIZE_512: "512";
    } = ...

    Sizes for generated images. For example, '1K' is 1024px, '2K' is 2048px, and '4K' is 4096px.

    Type Declaration

    • ReadonlySIZE_1K: "1K"
    • ReadonlySIZE_2K: "2K"
    • ReadonlySIZE_4K: "4K"
    • ReadonlySIZE_512: "512"