MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
230 stars 8 forks source link

Bundle and display local images in the share extension UI #52

Open andrefgneves opened 4 weeks ago

andrefgneves commented 4 weeks ago

Maybe I missed something, but how can I show an image from the assets folder in the share extension UI? I'm able to display them in the main app's UI, but since they're not bundled with the share extension target, I can't display them in an Image view rendered inside the share extension.

MaxAst commented 3 weeks ago

Hi @andrefgneves, thanks for reporting, will look into it