Reputation: 5137
How can I share images and text using CRNA (create react native app) on facebook/twitter?
I went through the documentation, but I could not find anything.
Any leads here is appreciated.
Upvotes: 2
Views: 624
Reputation: 860
You can use the Share
API (https://reactnative.dev/docs/share) of React Native to show the native sharing dialog of iOS/Android.
Upvotes: 2