ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
297 stars 108 forks source link

iOS example does not match instructions #107

Open cjshearer opened 2 years ago

cjshearer commented 2 years ago

I've gone over and over the instructions for setting this up for ios, but I can't get it to work. I thought the example might shed some light on what I'm doing wrong, but it seems the example doesn't remotely follow them. See AppDelegate.m, which doesn't contain #import <React/RCTLinkingManager.h>, or any of the code mentioned in the instructions. It seems that the example doesn't even contain a share extension. Does anyone have any examples of this working in iOS that I could follow?

In case the issue is with some version:

brunoleitem commented 2 years ago

Any workaround at this?