I have an app built in react native in which I need to share a post on linkedIn with predefined content(can be image or text).
I used 'react-native-share' for sharing content on facebook, instagram and twitter but It does not provide the support for LinkedIn. How can I achieve this?
Thanks in advance.