Problem Statement
What improvement do TurboModules bring to the React Native bridge?
Explanation
TurboModules use the JavaScript Interface (JSI) to directly call native code without serializing messages.
This reduces latency and significantly improves communication speed between JS and native layers.