Expo client crashes on ImagePicker

Sometimes ImagePicker failed to open, sometimes ImagePicker failed to return on a page. Cannot reproduce the issue cause when I try ImagePicker on the example ImagePicker app it works perfect.
BUT there is a lead, after the crash, sometimes Expo gives me a report and it says following:

Looks like it has something to do with a transection buffer. I am not familiar with Android native code, so I have to ask for help here. How can I deal with it on the react native layer? or it is a Native module bug?

Update to SDK 32 did not fix this issue, seems irrelavant to “ImagePicker Cache size” fix on SDK 32.


Problem solved. Not expo problem, somewhere else in my app is taking a lot of resources.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.