react-native-blob-util
react-native-blob-util copied to clipboard
A project committed to making file access and data transfer easier, efficient for React Native developers.
Hi @RonRadtke , Our application has gone through Whitehat security scan and reported the usage of insecure cryptography as mentioned below: > While the app is running on a physical...
- react-native: 0.17.4 - react-native-blob-util: 0.17.2 I have an image file as a base64 encoded string that I would like to save to the device. What would be the most...
RN: 0.71.3, typescript: 4.9.5 and react-native-blob-util: 0.17.2 I use the PolyfillBlob to divide a file into chunks. It works, but the type system seems to be wrong, because he complains...
Hi, is there a way to add an image to the user’s Camera Roll (and in a specific album) on iOS? On Android, we can use MediaStore APIs and everything...
Hi, The Android app getting crash, When I download more than 1000 image, but iOS works fine. # Version of installed library and RN : # Code Snippet: Can someone...
Hi. I am using this library in my typescript project _"react-native": "0.67.3" "react-native-blob-util": "^0.16.0"_ I am getting an error while importing this library `Parse errors in imported module 'react-native-blob-util': Declaration...
I use [email protected] to open document after download it. On iOS, seems `ReactNativeBlobUtil.ios.openDocument` having issue with dark mode, back button is not visible on document preview : white back arrow...
Upgrading from 0.15.0 to 0.17.1. We use ReactNativeBlobUtilFS.readFile sometimes to read png files and encrypted files during tests so we can compare the content to verify behavior. After the upgrade,...
After installation its giving this error duplicate symbol '_bridgeRef' in: /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/react-native-blob-util/libreact-native-blob-util.a(ReactNativeBlobUtil.o) /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/rn-fetch-blob/librn-fetch-blob.a(RNFetchBlob.o) duplicate symbol '_fsQueue' in: /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/react-native-blob-util/libreact-native-blob-util.a(ReactNativeBlobUtil.o) /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/rn-fetch-blob/librn-fetch-blob.a(RNFetchBlob.o) duplicate symbol '_commonTaskQueue' in: /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/react-native-blob-util/libreact-native-blob-util.a(ReactNativeBlobUtil.o) /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/rn-fetch-blob/librn-fetch-blob.a(RNFetchBlob.o) duplicate symbol '_fileStreams' in: /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/react-native-blob-util/libreact-native-blob-util.a(ReactNativeBlobUtilFS.o) /Users/talhaatiq/Library/Developer/Xcode/DerivedData/mustaqbill-fhemmipxsgoadjbxflibshapgaaz/Build/Products/Debug-iphoneos/rn-fetch-blob/librn-fetch-blob.a(RNFetchBlobFS.o)...
I'm proposing that will be a good idea to move the UtilFS to use Java NIO: https://developer.android.com/reference/java/nio/file/package-summary The reasoning behind this is that is a better API, for example, we...