react-native-image-viewing icon indicating copy to clipboard operation
react-native-image-viewing copied to clipboard

Support array of base64

Open SirKadogan opened this issue 5 years ago • 3 comments

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?

SirKadogan avatar Jul 28 '20 01:07 SirKadogan

It‘s supported,images attribute is extend ImageSource

WEI4D avatar Jul 02 '21 07:07 WEI4D

@SirKadogan

WEI4D avatar Jul 02 '21 07:07 WEI4D

@SirKadogan <ImageView images={images?.map((image) => ({ uri: image }))} imageIndex={0} visible={visible} onRequestClose={() => setIsVisible(false)} />

chriscanin avatar Dec 18 '22 22:12 chriscanin