Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alireza-k74 opened this issue Nov 26, 2024 · 3 comments
Open

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

alireza-k74 opened this issue Nov 26, 2024 · 3 comments

Comments

@alireza-k74
Copy link

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

@RonRadtke
Copy link
Owner

iOS or Android?

@alireza-k74
Copy link
Author

both of them

@Jahanzeb009
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants