Problem Statement
What is the role of C++ in the new React Native architecture?
Explanation
React Native’s new architecture uses a shared C++ core that connects JavaScript and native code.
It ensures consistent performance and reduces duplication between Android and iOS implementations.
Practice Sets
This question appears in the following practice sets: