Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
632 stars 235 forks source link

Fix detach view delegate #271

Open ryanlntn opened 10 months ago

ryanlntn commented 10 months ago

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.