react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

File system access for React Native

Results 14 react-native-fs issues
Sort by recently updated
recently updated
newest added

I'm observing random hanging on downloadFile. It seems to happen in release mode only (and iOS only). There is no error, no crash. Just the downloadFile promise than never resolves...

P1

The documentation only includes support for the Mac (Catalyst) scheme. I wonder if support for react-native-macos is being considered. The upstream library react-native-fs version 2.2.0 supports react-native-macos, but when I...

On Hold

Android's [AsyncTask](https://developer.android.com/reference/android/os/AsyncTask) class was deprecated in API level 30, thus its uses in the library should be replaced by `java.util.concurrent` or [Kotlin concurrency utilities](https://developer.android.com/topic/libraries/architecture/coroutines).

P2
On Hold

The `DownloadFileOptionsT` includes the option `readTimeout`. It is a number but not much further information is given about it. Is it in milliseconds, seconds or minutes? From taking a quick...

P2
On Hold

More precisely, in case of macOS this is true for files outside the app sandbox, for iOS it applies for files from iCloud. The problem is that current conversion of...

P1
In Progress

- copyFileAssets - exists - DocumentDirectoryPath - MainBundlePath - mkdir - readDirAssets - readFile - readFileAssets - TemporaryDirectoryPath - unlink - writeFlie

P2

> Hello, @birdofpreyru it also doesn't close on ios as well. When I read chunks in a loop, the memory consumption just keeps on getting higher and higher. Sadly, I...

P1
On Hold

Hi there ! And thank you for your work on this module. Minor request: could we add an option to `downloadFile` so that we can chose the HTTP method of...

P2
On Hold

The hook seems to return almost the same info as the `downloadFile()` promise, and also it is fired at about the same time the promise is resolved. Thus, perhaps, drop...

P2
On Hold