react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

Property 'build' does not exist on type 'PolyfillBlob'.

Open derneuere opened this issue 2 years ago • 0 comments

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.

derneuere avatar Mar 09 '23 12:03 derneuere