Share image with Android

Hi, can i use react share with image gallery with Android without exit form Expo? on iOs all work fine but on Android the file (“uri”: "file:///data/data/host.exp.exponent/cache/ExperienceData…) is empty and it can’t shared…
Thanks

1 Like

the url property is not supported by Share on android: Share · React Native

you can upload it somewhere and then share the url in the message

Thanks for your reply