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

rightElement: { color: "#000000" }, centerElement: { color: "#000000" }, //Also tried this centerElement: { textColor: "#000000" }, How would I change the text color for the centerElement? It works...

I'm trying to put a profile image on the right side of the toolbar. I use this code ```jsx ``` but the `Avatar` element appear in the left side.

🐛 bug

I've changed my theme to use the MaterialCommunityIcons iconSet instead of the default. This however breaks the searchable toolbar because the icon `arrow-forward `and `clear.` These icons are hardcoded into...

Is there a way to get this: https://material-ui.com/layout/grid/ From the components that you have already made? If not, I may be able to make a pull request for this feature...

Hello, How can I use Action button only main button without speed dial and toolbar features.

Forwarding refs in higher-order components as it suggested in ReactJS docs https://reactjs.org/docs/forwarding-refs.html

The Toolbar menu (as seen in the demo app) works on Android but not on IOS ![screen shot 2016-10-25 at 11 07 37 am](https://cloud.githubusercontent.com/assets/438741/19665811/61443f18-9aa3-11e6-9a47-c7bc4de08923.png)

🐛 bug

Hi, how i can put onPress events on child action on ActionButton? Example: ` `

The action button doesn't have any elevation. This is because in the source it gets it's elevation from the state however this value is never set. https://github.com/xotahal/react-native-material-ui/blob/master/src/ActionButton/ActionButton.react.js#L112

🐛 bug

Hello, I'm using the toolbar in react navigation, I can't find anywhere how to handle on change of the search or how to get its value. This is a sample...

❓ question