react-native-material-design-wrapper-cloudeggs

0.0.2 • Public • Published

React Native Material Design Wrapper

Installation

yarn add react-native-material-design-wrapper-cloudeggs

Follow the Android installation instructions on the react-native-vector-icons library, which consists of adding the following to your ./android/app/build.gradle:

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

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.

Import any required components into your project, for example:

import { Button, Card } from 'react-native-material-design-wrapper-cloudeggs';

You may need to restart your packager in order for the icons to render.

React Native 0.16+

This library only works with React Native 0.16+ due to the breaking changes with Babel and font loading it introduced.

Package Sidebar

Install

npm i react-native-material-design-wrapper-cloudeggs

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • godwinxunwang