react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

Highly customizable material design components for React Native

Results 104 react-native-material-ui issues
Sort by recently updated
recently updated
newest added

Trying to get this running with `react-native-web` but getting the following error: ``` ERROR in ./node_modules/react-native-material-ui/src/utils/index.js Module not found: Error: Can't resolve 'react-native-web/dist/exports/BackAndroid' in '/Users/maxmatthews/Desktop/Projects/react-native-app/node_modules/react-native-material-ui/src/utils' @ ./node_modules/react-native-material-ui/src/utils/index.js 1:481-533 @ ./node_modules/react-native-material-ui/src/Dialog/DialogStackedActions.react.js...

i want to set a border bottom for toolbar and it is not work my template style: ```js toolbar: { container: { elevation: 0, borderBottomWidth: 1, borderBottomColor: '#dadada', backgroundColor: '#fafafa'...

Hi, I have seen in the showroom section in the readme file that Reservio app is using a nice material ui calendar, I checked the package and I didn't find...

Done this change to allow us to pass a custom children component. This can be util when you need to pass something different than only a text component.

According to the material design docs on a ListItem seen [here](https://material.io/design/components/lists.html#anatomy), I should be able to place a checkbox on the right of a list item for the item to...

How do I disable any press event in the backdrop when the dialog is open and also optionally close the dialog when pressed outside the dialog. Thanks

I need a door Icon, but it seems that none word that I try is working. I always get a: ```?``` instead of the icon.

bug in the "Action Button" component Ios, Android running perfectly ![Captura de Tela 2019-03-29 às 09 44 59](https://user-images.githubusercontent.com/17418041/55233446-730d2200-5207-11e9-9407-16c025ca99ee.png) this.validarQtnGrupo()} icon="keyboard-arrow-right" /> "react-native": "0.58.4", "react": "16.8.3", "react-native-material-ui": "^1.30.1",

How can I set color of Action Button?