# react-native-elements **Repository Path**: pujiaolin/react-native-elements ## Basic Information - **Project Name**: react-native-elements - **Description**: Cross Platform React Native UI Toolkit - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

react-native-elements

React Native Elements

Cross Platform React Native UI Toolkit


![React Native UI Toolkit](http://i.imgur.com/UXrGTeG.png) ## Get Started ### Installation - If you are using [create-react-native-app](https://github.com/react-community/create-react-native-app) or [Expo](https://expo.io), [follow these instructions](https://github.com/react-native-training/react-native-elements/blob/master/using-with-crna-or-expo.md). - If your project is a standard React Native project (if you have an ios/android directory and created it with `react-native init`), [follow these installation instructions](https://github.com/react-native-training/react-native-elements/blob/master/default_installation.md). ### Usage Start using the components or try it on Snack [here](https://snack.expo.io/rJu6gJfBZ). ```js import { Button } from 'react-native-elements';