An open API service indexing awesome lists of open source software.

https://github.com/material-native/material-native

Material Design components for React Native
https://github.com/material-native/material-native

android ios material material-design react-native

Last synced: about 1 year ago
JSON representation

Material Design components for React Native

Awesome Lists containing this project

README

          

# Material Native
[![npm][npm-badge]][npm]
[![react-native][rn-badge]][rn]
[![MIT][license-badge]][license]
[![dependencies][dependencies-badge]][dependencies]
[![peerDependencies][peerDependencies-badge]][peerDependencies]
[![devDependencies][devDependencies-badge]][devDependencies]
[![Build Status][travis-ci-badge]][travis-ci]
[![Codecov][codecov-badge]][codecov]

[npm-badge]: https://img.shields.io/npm/v/material-native.svg
[npm]: https://www.npmjs.com/package/material-native
[rn-badge]: https://img.shields.io/badge/react--native-%3E%3D0.40-blue.svg
[license-badge]: https://img.shields.io/npm/l/material-native.svg
[license]: https://github.com/material-native/material-native/blob/master/LICENSE
[dependencies-badge]: https://img.shields.io/david/material-native/material-native.svg
[dependencies]: https://david-dm.org/material-native/material-native
[peerDependencies-badge]: https://img.shields.io/david/peer/material-native/material-native.svg
[peerDependencies]: https://david-dm.org/material-native/material-native?type=peer
[devDependencies-badge]: https://img.shields.io/david/dev/material-native/material-native.svg
[devDependencies]: https://david-dm.org/material-native/material-native?type=dev
[travis-ci-badge]: https://img.shields.io/travis/material-native/material-native.svg
[travis-ci]: https://travis-ci.org/material-native/material-native
[codecov-badge]: https://img.shields.io/codecov/c/github/material-native/material-native.svg
[codecov]: https://codecov.io/gh/material-native/material-native

Fundamental and higher level components implementing [Material Design][md] for [React Native][rn].

## Installation

1. Follow the installation instructions for the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons#installation) library.
2. Run: `npm i material-native --save`

## Getting Started

## Examples
Checkout the [material-explorer][] repository for the Material Explorer app demonstrating usage of the components.

## About
This project is developed based on the unmaintained [react-native-material-design][] and [react-native-material-kit][] libraries. The goal being to replace the two libraries with one library implementing all components supported by either library, merge the two communities into one, implement core features that both libraries are missing, and fix some persistent of the bugs in each library.

Much of the new foundation and merge work was done at [Redwerks](http://redwerks.org/).

[material-explorer]: https://github.com/material-native/material-explorer
[rn]: https://facebook.github.io/react-native/
[md]: https://material.io/guidelines/
[react-native-material-design]: https://github.com/react-native-material-design/react-native-material-design/
[react-native-material-kit]: https://github.com/xinthink/react-native-material-kit