react-native-material-design
react-native-material-design copied to clipboard
React Native UI Components for Material Design
You're still using `import React, {Component, PropTypes} from "react";`. This is deprecated, currently causes a warning, and will be removed completely in React 16. You need to import PropTypes from...
Hello, Will be any updates for new versions?, i am having problems to debug this one, Thanks!
I have a React Native component that imports some stuff from this package. I am trying to test this component with enzyme, using Mocha as the driver. I get the...
 For some reason, the icons in my app drawer are against the edge of the screen without any padding. My code is almost exactly like the demo. Applying any...
Update this package is forces because Proptype.string is deprecated in icon-set
I have a large image which I would like to fit in my card, I tried adding a style with resizeMode set to contain, with the width but this achieved...
This is my super simple app: ``` function App() { return ( ); } ``` Without `List`, it works, when I use `List` I get the error in the title....
I am using the following code to display a button, ``` The text in the button is not aligned at the centre, as shown in the below image, 
How Can I Change Button Background Color
Great work on this, looks fantastic. The ripple effect on the buttons seems quite slow. Is this using the native Android button styling to create that effect? To achieve visual...