Diagnosing and fixing performance problems in React Native apps can be a complicated endeavor. The documentation for many tools is sparse. Knowing where to look can be a challenge. This talk will give you an overview into the techniques my team used to analyze and fix performance issues in our large application. Youโll learn about the Stall Debugger, the JavaScript runtime, and ways to instrument your code to better find performance bottlenecks.