1. How does JSI differ from the old React Native bridge?
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.