-
Notifications
You must be signed in to change notification settings - Fork 152
App crashes when reading file as base64 stream #392
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
Comments
No, no idea why that is happening.... |
+1 |
It only crashes when reading as |
Any solution ? Got this only in iOS. Have to downgrade to earlier version. |
This sounds like it might be a memory crash where the app starts reading too much into memory. One thing that has helped us debug issues like this is enabling the performance monitor through Expo and observing if RAM starts climbing before the app crashes |
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: