Problem Statement
How does JSI differ from the old React Native bridge?
Explanation
Unlike the old bridge, which passed data asynchronously using JSON messages, JSI allows direct, synchronous function calls between JavaScript and native code.
This drastically improves speed and reduces message overhead.
Practice Sets
This question appears in the following practice sets: