I have an app built in react-native in which I have to share these data to LinkedIn
const options = { title: 'Share via', message: 'some message', image:'images need to be shared' //may be multiple images }
I tried so many ways but not working. How can I do this?