react-native-image-viewing
react-native-image-viewing copied to clipboard
Support array of base64
Feature request
It would be nice if we could pass an array of base64's straight into the 'images' prop.
Anything I could do to help?
It‘s supported,images attribute is extend ImageSource
@SirKadogan
@SirKadogan <ImageView images={images?.map((image) => ({ uri: image }))} imageIndex={0} visible={visible} onRequestClose={() => setIsVisible(false)} />