react-native-fs
react-native-fs copied to clipboard
Native filesystem access for react-native
Hi, I'm unable to find a proper guide to storing a file in the "files app" in IOS Platform using RNFS. can someone help me, please?
I need to download file which is in application to iOS device. which is located like ``` - appfolder -src -assets -icons -bootsplash.png ``` I implemented code like below but...
In **begin callback** getting this response ``` {"contentLength": -1, "headers": {"Accept-Ranges": "bytes", "Connection": "Keep-Alive", "Content-Encoding": "gzip", "Content-Type": "audio/mp4", "Date": "Thu, 23 Sep 2021 13:30:29 GMT", "Keep-Alive": "timeout=5, max=100", "Last Modified":...
I have files in assets folder which is created in Xcode under project name folder. I can access file in my template with: > source={{uri: './assets/myfolder/index.html'}} but I can't copy...
fixes [Github Issue #1161](https://github.com/itinance/react-native-fs/issues/1161)
I'm encountering an issue with the react-native-fs (version 2.20.0) where I receive an error message saying "**The operation couldn’t be completed. No space left on device**" even though there are...
Whats my Problem: The app crash while uploading serval files with some mbs. The total size of all files is 2,8gb. The app crashes due to a memory issue. Tested...
Hi ! Problem: Memory leak and application crash System: react-native: 0.59.9 react: 16.9.0 react-native-fs: 2.14.1 iPad: 12.1 Xcode: 11.0 I can’t understand why there is a memory leak and application...
2020-06-04 15:23:36.785 5046-5071/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules Process: com.sirenrn, PID: 5046 java.lang.RuntimeException: Could not invoke RNFSManager.readFile at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:383) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:158) at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) at android.os.Handler.handleCallback(Handler.java:789) at android.os.Handler.dispatchMessage(Handler.java:98) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29) at...