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) ## Installation ```bash npm install @rneui/themed ``` Follow [these instructions](https://reactnativeelements.com/docs/) to install React Native Elements! ## Usage Start using the components or try it on Snack [here](https://snack.expo.io/rJu6gJfBZ). ```js import { Button } from '@rneui/themed';