react-native-material-ui
react-native-material-ui copied to clipboard
Highly customizable material design components for React Native
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:
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.
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...