1. What are native modules in React Native?
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.