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

React Native UI Components for Material Design

Results 86 react-native-material-design issues
Sort by recently updated
recently updated
newest added

Please include documentation for Drawer component

help wanted

Is there anything to disable menu ( both icon clicking on toolbar and shifting right in screen ) for some routes ?????

Hey, I'm using the demo app and I think there's an issue with the effect. The Button seems to be not responsive at all. Source: https://github.com/react-native-material-design/demo-app/blob/master/src/scenes/Buttons.js

Instead of adding color="" prop I would like to add style prop to it with definitions from StyleSheet. I can do that but I receive fallowing warning: `ExceptionsManager.js:76 Warning: Failed...

npm doesn't support git URLs for dependencies on cygwin and [has no plans to fix this](https://github.com/npm/npm/pull/12366). Would you please consider changing `react-native-material-design-styles` to use a version number? (or `latest` if...

I cant apply my own custom styles in Drawer.Section. Probably the styles as prop should be [passed on here](https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/Drawer/Section.js#L82)? The need of this is because several times the section headers...

Greetings! Prompt how to implement animations transition between screens? СonfigureScene in Navigator does not work.

the demo app relies on alt, however since React-native-18 (or higher) alt conflicts with react-native via fbjs I had submitted a bug report to alt, they had closed it, however...

bug

https://github.com/react-native-material-design/react-native-material-design/blob/master/lib/Avatar.js#L56 Because the avatar wrapper view is flexible, it can't be aligned at the place where this component is used. This is also why the demo app had to use...

Hi, I've just recognised that the more often I switch between scenes the more laggy it become. I first thought it is because of the debug mode, but it also...