react-native-file-viewer icon indicating copy to clipboard operation
react-native-file-viewer copied to clipboard

Fileview.close()

Open my-name-is-nheo opened this issue 3 years ago • 3 comments

Is there a way we can trigger the close button on iOS when doing a swipe? Seems like android is behaving as expected, but not so on IOS

my-name-is-nheo avatar Apr 21 '22 18:04 my-name-is-nheo

It would be nice to have an option to programmatically dismiss the Quicklook overlay. If the API needs to be backwards compatible, then one way to do it would be to enable using AbortController API and to provide a signal option to the .open() function in a similar fashion that Fetch API works in JS.

jliuhtonen avatar Sep 26 '22 12:09 jliuhtonen