Does expo-clipboard support copying multiple images to the clipboard? #46567
Unanswered
sombathoudom
asked this question in
Archived: Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Expo team/community,
I’m checking whether
expo-clipboardsupports copying multiple images to the clipboard.Based on the current documentation, I can see image-related APIs such as:
But
setImageAsync()seems to accept only a single Base64 image string.My use case:
I want to let users select multiple product images, copy them to the clipboard, then paste them into apps like Telegram, Facebook Messenger, or other chat apps as multiple separate images.
Example flow:
Questions:
expo-clipboardcurrently support copying multiple images at once?expo-sharing, combining images into one image, or writing platform-specific clipboard code?I would appreciate confirmation because I want to know whether this is possible with
expo-clipboard, or if I need to build a custom native module for Android/iOS.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions