ThinkGeek
ThinkGeek

Reputation: 5137

Social Sharing with CRNA (Create React Native App)

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

Answers (1)

fson
fson

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

Related Questions