Skip to content

[Feature Request] Support for placeholder prop for using blurhash/thumbhash (or even any component like a skeleton) and blurRadius prop #74

@ChristopherGabba

Description

@ChristopherGabba

Hey @mrousavy,

I use expo-image throughout my app and a few key properties that are preventing me from switching over to Nitro Image are the placeholder prop and the blurRadius prop.

<NitroImage
    placeholder={{blurhash: "ABCD"}} // or thumbhash
    blurRadius={100} // makes the image blurred
/>

I also haven't tested it yet but most image libraries come with a Image and an ImageBackground component so that you can put children within the Image.

Does NitroImage support children like that?

Thanks as always,

Chris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions