Problem Statement
What is the role of the bridge in React Native architecture?
Explanation
The bridge is the communication layer that sends messages between the JavaScript thread and native threads.
This mechanism ensures that native features and UI elements can be controlled using JavaScript APIs.