Problem Statement
What are some limitations of the old React Native bridge architecture?
Explanation
The old bridge was asynchronous and relied on JSON serialization, which created latency between JavaScript and native layers.
It also struggled with large data transfers like images or audio streams. JSI and Fabric now address these limitations.