Finding memory leak.

Hello,
I have a memory leak in my app and I’m having some trouble finding what is causing it. I noticed it using ‘adb shell dumpsys meminfo’ with my standalone app, but I would like to know something a little more specific than what adb dumps.

Is there a way to use debugging tools like xcode’s instruments or android studio’s profiler (as described on this guide) with an Expo app?

Thanks,
Gabriel.

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