react-native-blob-util
react-native-blob-util copied to clipboard
Property 'build' does not exist on type 'PolyfillBlob'.
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 that the property "build" does not exist, but it does! I added a ts-ignore in my project, but it would be great if the typing could be fixed.