4

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.

Prachi Jain
  • 188
  • 9
  • this may help you : https://stackoverflow.com/questions/53018637/react-native-how-to-share-a-message-to-a-particular-person-on-linkedin – Adarsh Mar 27 '19 at 10:43
  • Hey, does this help? [StackOverflow: Implementing Linkedin Share API](https://stackoverflow.com/a/61855029/2430549) – HoldOffHunger Jun 01 '20 at 16:59

1 Answers1

0

You can try this module

react-native-linkedin

Refer Here

Hope it works !