qsdamar
qsdamar
> Hello, I have created an RN project with this [template](https://github.com/echobind/react-native-template), I was able to implement the share extension in Android and IOS, but in IOS when I try to...
Fixed by deleting initial `ShareViewController.swift` from ShareExtension folder, and copying a new `ShareViewController.swift` file from `node-modules/react-native-share-menu/ios/ShareViewController.swift`. That step has been explained in the docs, but I missed it previously.
> did you get the next error when you implemented the ShareViewController? >  Nope. After that, everything worked well. Perhaps you should check...
Did anyone find the solution here? I need to extract the **URL** and **Title** from the browser after sharing selected text. Thanks in advance!