merryjs / photo-viewer

A photo picture viewer for React Native
https://merryjs.github.io/photo-viewer/interfaces/merryphotoviewporps.html
Apache License 2.0
269 stars 62 forks source link

[iOS] Call onDismiss After Saving Media Locally #121

Closed schonfeld closed 4 years ago

schonfeld commented 4 years ago

This fixes #120.

When a user saves a media object to their local device using the share action sheet, the viewer gets dismissed without actually calling the onDismiss callback (along with clean). For us, this caused our app to get stuck in a navigation state that made the app unresponsive.