Search code examples
reactjsreact-nativeexpocreate-react-native-app

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.


Solution

  • You can use the Share API (https://reactnative.dev/docs/share) of React Native to show the native sharing dialog of iOS/Android.