1

On an expo react native project: I'm trying to share multiple files through my expo app. I can currently share one file with expo-sharing. Has anyone had any success with the react-native-share package on expo? I found this link where it seems some people have figured it out, but I'm not planning on ejecting from expo: https://expo.canny.io/feature-requests/p/support-for-react-native-share

Hazem
  • 33
  • 1
  • 4

1 Answers1

0

You can use expo-dev-client without the need to eject.

Odunsi
  • 421
  • 1
  • 4
  • 16