Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support array of base64 #61

Open
SirKadogan opened this issue Jul 28, 2020 · 3 comments
Open

Support array of base64 #61

SirKadogan opened this issue Jul 28, 2020 · 3 comments

Comments

@SirKadogan
Copy link

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?

@WEI4D
Copy link

WEI4D commented Jul 2, 2021

It‘s supported,images attribute is extend ImageSource

@WEI4D
Copy link

WEI4D commented Jul 2, 2021

@SirKadogan

@Lurtroxx
Copy link

Lurtroxx commented Dec 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants