Daily iOS
Performance and debugging뤼튼

React Native performance boundaries

A chat screen built with React Native is slow on iOS. How do you separate whether the bottleneck is JavaScript rendering, calls across the native boundary, or a native module?

Submit