-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
I'm having issues with continueInApp
only working every other time. First time it will open the main app as expected. The next time I share something, the share extension just closes as soon as continueInApp
is called, and the main app never opens.
I've worked around it by dismissing the extension a while after calling continueInApp
:
ShareMenuReactView.continueInApp();
setTimeout(() => {
ShareMenuReactView.dismissExtension();
}, 500);
which makes the main app open every time. Am I missing something? (very possible)
skruegs, kingajohanna, GuySerfaty, romainL-dougs, mustafakucuk and 2 more
Metadata
Metadata
Assignees
Labels
No labels