react-native-blob-util
react-native-blob-util copied to clipboard
function decloration for progress() has received and total as strings
progress(callback: (received: string, total: string) => void): StatefulPromise<FetchBlobResponse>;
Can this be changed to numbers so calculations like Math.floor((received/total) * 100 don't give errors