I want to pull up the share api when one of the items in a dropdown is selected. I have a simple method that I'm calling to handle that. The method works just fine, however for some reason the Share dialog does not appear. Any ideas?
This seems to be related to #98 . There seems to be a conflict with the animations. It works reliably for me when I set animated={false} on the modal and wrap the shareDialog in a setTimeout.
I want to pull up the share api when one of the items in a dropdown is selected. I have a simple method that I'm calling to handle that. The method works just fine, however for some reason the Share dialog does not appear. Any ideas?
Image:
Code (as applicable):