Skip to content

can not download a file over 2GB, after modify RNFetchBlobBody file #267

Open
@TonyGGC

Description

@TonyGGC

according to ‘https://github.com/joltup/rn-fetch-blob/pull/118/files#diff-f27851ca66016d2a5936b4dc68144330’, modify the ‘ int totalWritten = 0;’ to ' long totalWritten = 0;'
and ' private void emitUploadProgress(int written) ' to ' private void emitUploadProgress(long written) '
also can not download a file over 2GB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions