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