Are you sure you’re using expo managed app? Because trying to do the same thing and every article and QnA post on the Internet says that react-native-share does not work with expo. Their installation also requires native code changes which can’t be done in an expo managed app
Nice article.
If anybody is facing any erro ( [Error: Failed to capture view snapshot]) , add
collapsable={false} to the View, it should work fine.
Reference: github.com/gre/react-native-view-shot/issues/482
Parvesh Nehra
Developer
Are you sure you’re using expo managed app? Because trying to do the same thing and every article and QnA post on the Internet says that react-native-share does not work with expo. Their installation also requires native code changes which can’t be done in an expo managed app