0

I have used react-native-view-shot to take screenshots which return screenshot local URL. and used react-native-share to share on other apps like whats-app etc. But how can share screenshot because react-native-view-shot give only local path.

Sunil Kumar Yadav
  • 1,254
  • 1
  • 12
  • 19

1 Answers1

0

You'll probably need to get the base64 of your image. Unless they've updated things, I have used a workaround I found in the past

warrenbuffering
  • 242
  • 4
  • 24