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

Native file viewer for React Native. Preview any type of file supported by the mobile device.

Results 48 react-native-file-viewer issues
Sort by recently updated
recently updated
newest added

@vinzscam I am using ios 15.5. The file gets opened but when the share icon is pressed, it crashes without any error message. I am attaching the Screenshot

# Bug report ![image](https://user-images.githubusercontent.com/58013260/146442626-b9639b15-4da3-4a27-a4ce-525ac54a622b.png) ## Summary simulator crashes leading to this error, works fine on physical device ## Reproducible sample code ` RNFS.downloadFile(options) .promise.then(() => FileViewer.open(localFile, { onDismiss: () =>...

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

Hi, I am trying to open a file from local storage in Android. It is working fine for Android 10. For Android 12 it is throwing the following error: {"line":2760,"column":573,...

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...

Only tested on Android

We are migrating from `rn-fetch-blob` `openDocument` to this library for opening files from our app. With this library, on Android if a file can't be opened an error is thrown...

Hey there, as a test, I ran the code on the readMe for downloading and opening a file. I've used the exact code with the test link. When I open...

I am able to use FileView.open(path) to open files with extensions *docx., *.pdf, but not .xlsx file on android. Currently using Android version 12.