react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

Getting errors in ReactShareViewController.swift

Open awebi opened this issue 3 years ago • 3 comments

After following the steps to implement the Custom iOS Share view, I'm getting errors in the ReactShareViewController.swift file. See the screenshot below. Please how can I go about fixing these errors.

Screen Shot 2021-08-26 at 10 00 54 AM

awebi avatar Aug 26 '21 09:08 awebi

Screen Shot 2021-08-26 at 10 32 36 AM

awebi avatar Aug 26 '21 09:08 awebi

@caiosba @jdmunro Any help, please?

awebi avatar Aug 26 '21 15:08 awebi

@awebi I ran into this today while setting up iOS.

I accidentally selected ReactShareViewController.swift instead of ShareViewController.swift (as described in the iOS instructions)

Going by your screenshots, it looks like you may have the same problem. I fixed it by removing this reference, and adding it again for the correct file.

chriswait avatar Sep 20 '21 12:09 chriswait