# React Native UI Lib — Production-Ready Component Library by Wix > Comprehensive React Native UI toolkit by Wix with customizable components, theming, animations and accessibility for building polished mobile apps. ## Install Save in your project root: # React Native UI Lib — Production-Ready Component Library by Wix ## Quick Use ```bash npm install react-native-ui-lib ``` ```jsx import { View, Text, Button, Colors } from 'react-native-ui-lib'; export default function App() { return ( Hello