{"id":13452150,"url":"https://github.com/invertase/react-native-material-design","last_synced_at":"2025-03-23T19:33:38.779Z","repository":{"id":57134981,"uuid":"47834354","full_name":"invertase/react-native-material-design","owner":"invertase","description":"React Native UI Components for Material Design","archived":true,"fork":false,"pushed_at":"2018-12-27T10:31:49.000Z","size":146,"stargazers_count":3146,"open_issues_count":86,"forks_count":365,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-03-22T08:05:39.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://react-native-material-design.github.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/invertase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-11T15:29:45.000Z","updated_at":"2024-12-27T08:32:00.000Z","dependencies_parsed_at":"2022-09-10T15:31:39.973Z","dependency_job_id":null,"html_url":"https://github.com/invertase/react-native-material-design","commit_stats":null,"previous_names":["react-native-material-design/react-native-material-design"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Freact-native-material-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Freact-native-material-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Freact-native-material-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Freact-native-material-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invertase","download_url":"https://codeload.github.com/invertase/react-native-material-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245159027,"owners_count":20570308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:01:14.874Z","updated_at":"2025-03-23T19:33:38.449Z","avatar_url":"https://github.com/invertase.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003e This library is **no longer maintained**. As an alternative we highly recommend checking out [React Native Paper](https://github.com/callstack/react-native-paper) by the awesome folks over at @callstack. ✨\n\n# React Native Material Design\n\n[![npm](https://img.shields.io/npm/v/react-native-material-design.svg)](https://www.npmjs.com/package/react-native-material-design)\n[![Dependency Status](https://david-dm.org/react-native-material-design/react-native-material-design.svg)](https://david-dm.org/react-native-material-design/react-native-material-design.svg)\n[![GitHub issues](https://img.shields.io/github/issues/react-native-material-design/react-native-material-design.svg)](https://github.com/react-native-material-design/react-native-material-design/issues)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/react-native-material-design/react-native-material-design/master/LICENSE)\n[![Join the chat at https://gitter.im/react-native-material-design/react-native-material-design](https://badges.gitter.im/react-native-material-design/react-native-material-design.svg)](https://gitter.im/react-native-material-design/react-native-material-design?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nReact Native components which implement [Material Design](https://www.google.com/design/spec/material-design/introduction.html).\n\nThis repository has been heavily developed on top of the [mrn](https://github.com/binggg/mrn) project started by **@binggg**. Improvements include support for the latest React Native versions,\nmany bug fixes, extra components, backward compatibility to Android SDK API 16 and more.\n\n\u003e Please keep in mind this is still a work in progress. The master branch is subject to breaking changes.\n\nLooking for a demo app? [Check out the repo](https://github.com/react-native-material-design/demo-app).\n\nOr view it online [here](https://appetize.io/app/hyp1m20y515c16cj5yw2karcjg)! (Credits to Appetize for free hosting).\n\n## Installation\n\n```\nnpm i react-native-material-design --save\n```\n\nFollow the [Android installation instructions](https://github.com/oblador/react-native-vector-icons#android) on the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) library, which consists of adding the following to your `./android/app/build.gradle`:\n\n```gradle\napply from: \"../../node_modules/react-native-vector-icons/fonts.gradle\"\n```\n\n_Note: It's possible that the instructions on the react-native-vector-icons page differ from what is above. If that's the case, follow those instructions, and please file an issue with us to update it here._\n\nImport any required components into your project, for example:\n\n```\nimport { Button, Card } from 'react-native-material-design';\n```\n\n\u003e You may need to restart your packager in order for the icons to render.\n\n## Documentation\n\nDocumentation \u0026 full installation instructions are available at http://react-native-material-design.github.io\n\n## React Native 0.16+\n\nThis library only works with React Native 0.16+ due to the breaking changes with Babel and font loading it introduced.\n\n## Examples\n\n![Example 1](https://raw.githubusercontent.com/react-native-material-design/demo-app/master/resources/examples-1.jpg \"Example 1\")\n![Example 2](https://raw.githubusercontent.com/react-native-material-design/demo-app/master/resources/examples-2.jpg \"Example 2\")\n![Example 3](https://raw.githubusercontent.com/react-native-material-design/demo-app/master/resources/examples-3.jpg \"Example 3\")\n\n## Contributing\n\nFull contributing guidelines are to be written, however please ensure you follow the points when sending in PRs:\n\n- Ensure no lint warns occur via `npm run lint`.\n- Follow the Material Design [guidelines](https://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-baseline-grids).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvertase%2Freact-native-material-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvertase%2Freact-native-material-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvertase%2Freact-native-material-design/lists"}