Problem Statement
What does the React Native bridge do?
Explanation
The React Native bridge enables communication between the JavaScript thread and native threads. It converts JS commands into native code (Objective-C, Swift, Java, or Kotlin), which is then executed by the platform.