vinzscam / react-native-file-viewer

Native file viewer for React Native. Preview any type of file supported by the mobile device.
MIT License
434 stars 102 forks source link

Check on iOS if can preview before opening #137

Open markholland opened 2 years ago

markholland commented 2 years ago

Closes #135

On Android if the file cannot be opened the promise is rejected.

This PR adds the same behaviour to iOS by checking if the file can be opened first.