Open MarkDaleman opened 6 years ago
How exactly do I use this prop? I want to use as an example my own cachedimage component, but I've got no idea how to implement this with the gallery.
Try imageComponent={(image, imageDimensions) => { return (<YourImageComponent source={{uri: image.image.uri}}/>) }}
imageComponent={(image, imageDimensions) => { return (<YourImageComponent source={{uri: image.image.uri}}/>) }}
How exactly do I use this prop? I want to use as an example my own cachedimage component, but I've got no idea how to implement this with the gallery.