React Native Elements

a collection of React Native UI Elements and components.

Cross Platform React Native UI Toolkit.

Live Demo

https://expo.io/@monte9/react-native-elements-app

Documentation

https://react-native-training.github.io/react-native-elements/

Installation

Usage

Start using the components or try it on Snack here.

import { Button } from 'react-native-elements';

<Button
  raised
  icon={{name: 'home', size: 32}}
  buttonStyle={{backgroundColor: 'red', borderRadius: 10}}
  textStyle={{textAlign: 'center'}}
  title={`Welcome to\nReact Native Elements`}
/>

GitHub