Component - Why native modules extend capabilities
This UI component shows how React Native uses native modules to access device features that JavaScript alone cannot handle. It demonstrates a button that, when pressed, calls a native module to get the device's battery level and displays it on screen.