alinz / react-native-share-extension

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

#100 - Properly exit extension on close #103

Closed AndrewHenderson closed 6 years ago

AndrewHenderson commented 6 years ago

This change was provided by @EnochL in #100.

It fixes the issue of the share extension not exiting properly on close in iOS 11.3.1

@alinz Please review.

alinz commented 6 years ago

@AndrewHenderson, This is a hard exit, it could lead to memory leak. Le't keep this one open, need to be tested and also if anyone in community can help with this.

AndrewHenderson commented 6 years ago

@alinz I'm finding that the change causes Photos to freeze and crash on the Simulator using iOS 11.3. Any other suggestions for fixing this?