Web / React native Interview questions
What is React Native Bridge?
React Native bridge is a C++/Java bridge which is responsible for communication between the native and Javascript thread. A custom protocol is used for message passing.
More Related questions...