-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Share sheet callback #144
Comments
Hey @zanemcca - Just to give you an update, we're adding this feature in now and will submit a PR today or tomorrow. Thanks for the request! |
Awesome thanks a lot @aaustin |
👍 |
Hey @renesansz , Could it be possible to call |
Or just match the functionality of Android. I am not really sure why there are so many different callbacks in the first place. Why not just return a promise that is resolved if there is a |
@zanemcca , |
@zanemcca , I've made some additional updates in the PR, however, the callbacks aren't complete as the Android (missing: |
@renesansz , The last thing that would be great to have is if the format of the response was identical to androids.
Having this would make handling the response identical for both platforms and it gives us access to the Sorry for being picky. I would do it myself but my Objective-C knowledge is basically non-existent. |
@zanemcca , |
@zanemcca , Updated PR to return |
Thanks a lot @renesansz! |
Merged and deployed #145 |
We should have a callback from the share sheet for iOS as well as android. I need to be able to run additional code only after a successful share.
The text was updated successfully, but these errors were encountered: