I am currently planning to add a feature to my React Native app that should share an image from the file directory along with a link text under it that was generated within the app. Something like:
._____.
|•••••••|
| IMG |
|•••••••|
._____.
Click here!
Is this possible to programmatically achieve this in Android using React Native?
Tags: androidandroid, exception, image, url