What are React Native Primitives?
mainReact Native Primitives provides unstyled, accessible building blocks for React Native applications. It offers a unified API that works across iOS, Android, and Web.
Key characteristics include:
- Truly Universal: Uses a single API for all platforms. The web implementation is powered by Radix UI, while native platforms use native implementations.
- Accessible by Default: Includes built-in screen-reader support, focus management, and platform-correct semantics.
- Unstyled: Components ship with zero styles, allowing you to integrate them into any design system without fighting existing CSS or style objects.
- Flexible Integration: You can either install the components via npm packages or copy the source code directly into your project to have full control.