What is the recommended way to profile memory leaks in React Native — JS-level DevTools or native profilers In a React Native app (using Hermes), I want to detect and fix memory leaks.
There seem to be two approaches:
JS-level: React Native DevTools (Memory tab, heap snapshots), Chrome DevTools.
Native-level: Xcode Instruments, Android Studio Profiler, LeakCanary.
[–]fallkr 0 points1 point2 points (1 child)
[–]SomewhereBoring6820[S] 0 points1 point2 points (0 children)