Problem Statement
How does communication between native and JS layers usually happen?
Explanation
The React Native bridge serializes function calls and arguments into JSON messages.
These messages travel asynchronously between JavaScript and native threads for two-way communication.