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

Application tried to present modally a view controller that is already being presented

Open yannikw23 opened this issue 4 years ago • 0 comments

Hi there! First of all, I am so glad to have found this library. Thanks a lot for maintaining this, all other libraries I have tried were abandoned and barely usable. Also, fantastic job on the documentation 🎉

Now, to my problem: Everything runs smoothly on the iOS Simulator (with Custom iOS View), but as soon as I try to deploy it onto a real device, I receive the following exception from Xcode:

Exception void * "Application tried to present modally a view controller <UIViewController: 0x7f87b7d7bd10> that is already being presented by <UIViewController: 0x7f87b7c0cba0>." 0x000060000378cd80

When I try to save a website using the extension, I do see the white modal, and it triggers metro to load the bundle. After a couple of seconds, though, the modal is dismissed and I receive the Xcode exception.

Any ideas?

yannikw23 avatar Jan 15 '21 14:01 yannikw23