react-native-branch-deep-linking-attribution icon indicating copy to clipboard operation
react-native-branch-deep-linking-attribution copied to clipboard

iOS showShareSheet on Cancelled or Dismiss dialog promise doesn’t resolve

Open muhammadimran26 opened this issue 5 years ago • 2 comments

Hey, usually for showShareSheet if theres an error or when its completed the function would return {Channel , Completed and Error } . However, it seems that the promise doesn’t resolve/reject in case of modal dismiss by pressing background which results.

Thanks

muhammadimran26 avatar Oct 06 '20 03:10 muhammadimran26

I think I might be experiencing this as well...have you been able to figure it out?

Aryk avatar Jan 09 '21 23:01 Aryk

I had to basically remove "await", but now I don't know when the sheet is closing.

Aryk avatar Jan 10 '21 17:01 Aryk