# React Native Elements — Cross-Platform UI Toolkit for React Native > A collection of customizable, production-ready UI components for React Native that provide consistent styling across iOS, Android, and Web. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # React Native Elements — Cross-Platform UI Toolkit for React Native ## Quick Use ```bash npm install @rneui/themed @rneui/base ``` ```jsx import { Button, Input } from '@rneui/themed'; export default function App() { return ( <>