Problem Statement
What are native view managers and how are they used in React Native?
Explanation
Native view managers allow developers to create custom UI components using native platform views.
They expose these views to JavaScript so React Native can render them like regular components. Each view manager defines properties and methods accessible from JS.