Problem Statement
What are native modules in React Native?
Explanation
Native modules allow React Native apps to access native platform features like camera, sensors, or Bluetooth using Java or Swift.
They bridge the gap between JavaScript and native environments so both can communicate seamlessly.