react-native-share-menu
react-native-share-menu copied to clipboard
Fix detach view delegate
Fixes: https://github.com/Expensify/react-native-share-menu/issues/230
Moving detachViewDelegate to viewDidDisappear fixes swipe to dismiss but unfortunately it doesn't appear to get called consistently when leaving the share extension with continueInApp, openApp, or dismissExtension. This updates those methods to also detachViewDelegate fixing the subsequent crash on launch.