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
- Host: GitHub
- URL: https://github.com/material-native/material-native
- Owner: material-native
- License: mit
- Created: 2017-04-26T03:59:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T21:02:36.000Z (over 8 years ago)
- Last Synced: 2025-04-27T05:18:47.851Z (about 1 year ago)
- Topics: android, ios, material, material-design, react-native
- Language: JavaScript
- Size: 783 KB
- Stars: 38
- Watchers: 8
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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