alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
764 stars 398 forks source link

Extension Overlay being displayed modally (iOS) #195

Open cdn34 opened 4 years ago

cdn34 commented 4 years ago

Since the update to iOS 13, the share extension has it's overlay being displayed modally, which makes it look broken.

I've tried changing the presentation setting in the extension storyboard to full screen and also in the code but without any success. Does anyone have any idea how to make this go back to being presented in full screen ?

defi-bear commented 4 years ago

Did you find solution?