I want to share url on Android with share() in React Native

I found explain of sharing function in React Native from this url “Share - Expo Documentation”.
But sharing function provides url-sharing feature on only IOS.
I want to share url on Android version.
Please help me!!!
Thanks.

Please provide the following:

  1. SDK Version:
  2. Platforms(Android/iOS/web/all):

Replace this section with as much relevant information as possible and any relevant code along with your question.

Hey @freshexpocode,

You were already at the docs but must have missed the Expo Sharing module: https://docs.expo.io/versions/v35.0.0/sdk/sharing/ It has Android support as well.

Cheers,
Adam

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.