qsdamar

Results 4 comments of 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? > ![Screenshot 2021-03-26 at 9 35 57 AM](https://user-images.githubusercontent.com/8117062/112604641-ac88c000-8e16-11eb-80b2-0ab552cc5415.png) 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!