Skip to content

microleft/react-native-elements

 
 

Repository files navigation

react-native-elements

React Native Elements

Cross Platform React Native UI Toolkit


React Native UI Toolkit

Get Started

Installation

Usage

Start using the components:

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`} />

Components Included

Documentation

View the full docs here

Demo App

Check out the pre built and configured React Native Hackathon Starter Project which uses all of these elements.

Roadmap

FIRST CONTRIBUTORS

NOT STARTED

Contributing

Interested in contributing to this repo? Have a look at our Contributing Guide

About

Cross Platform React Native UI Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%