# react-native-elements **Repository Path**: anydev/react-native-elements ## Basic Information - **Project Name**: react-native-elements - **Description**: Cross-Platform React Native UI Toolkit - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://reactnativeelements.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-02 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

react-native-elements

Cross Platform React Native UI Toolkit


![React Native Elements UI Toolkit](https://user-images.githubusercontent.com/5962998/37248832-a7060286-24b1-11e8-94a8-847ab6ded4ec.png) ## Get Started ### Installation Follow [these instructions](https://reactnativeelements.com/docs/) to install React Native Elements! ### Versions | Package | Version | | --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | **@react-native-elements/base** | [![badge](https://img.shields.io/npm/v/@react-native-elements/base.svg?style=flat-square)](https://www.npmjs.com/package/@react-native-elements/base) | | **@react-native-elements/themed** | [![badge](https://img.shields.io/npm/v/@react-native-elements/themed.svg?style=flat-square)](https://www.npmjs.com/package/@react-native-elements/themed) | ### Usage Start using the components or try it on Snack [here](https://snack.expo.io/rJu6gJfBZ). ```js import { Button } from '@react-native-elements/base'; const App = () =>