Skip to content

crash when use read stream just on react native 76 #391

@alireza-k74

Description

@alireza-k74
ReactNativeBlobUtil.fs
          .readStream(file.uri, 'base64', MAX_UPLOAD_SIZE)
          .then(stream => {
            stream.open();
            stream.onData(chunk => {
              chunksString.push(chunk as string);
            });

crash on stream.open();

just in react native 76
its ok on react native 75 or Earlier

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions