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

When using ``, the only style property working is container. How do I set the style properties of active and disabled? ``` this.setState({ active: 'alert' })} style={{ container:{ backgroundColor: 'red'...

Warning:Failed prop type: style may be false but not true in BottomNavigationAction disabled style setting My code is:

🐛 bug
💪 enhancement

It should be onSelect, as shown bellow in the API

Drawer/Section change is pretty straightforward, since icon is fed into a ListItem as the leftElement, and ListItem leftElement supports a custom element, the icon should too, I guess. Drawer/Drawer -...

Following this stack, we can note that src/utils/index.js is importing `BackAndroid as DeprecatedBackAndroid,` and that's what causes the error. ``` Test suite failed to run Invariant Violation: BackAndroid is deprecated...

setting `` does not hide the action button.

🐛 bug

When I insert into rightElement, onRightElementPress func has been overwritten, It's not executed func itself. If work like example, insert name's icon need to display, I normal active! I have...

Fixed documentation according to the BottomNavigationAction class style props

Hello, I have issue with searching in toolbar. If I click on search and go in relevant screen with full info about some thing, then if I want go back...