We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using react-native 0.76.2 and react-native-blob-util 0.19.11.
My app crashes in the iOS simulator on a MBP M2 when calling:
RNFetchBlob.fs.readStream("some_path", "base64", 1992000)
I get the following error:
The file exists at the given path. I can't test on a device right now, will try later.
Any idea what may cause this?
The text was updated successfully, but these errors were encountered:
No, no idea why that is happening.... Does it always crash or just with certain files / paths? And only base64?
Sorry, something went wrong.
+1
It only crashes when reading as base64 and passing a chunk size.
base64
No branches or pull requests
Using react-native 0.76.2 and react-native-blob-util 0.19.11.
My app crashes in the iOS simulator on a MBP M2 when calling:
I get the following error:
The file exists at the given path. I can't test on a device right now, will try later.
Any idea what may cause this?
The text was updated successfully, but these errors were encountered: