react-native-material-ui
react-native-material-ui copied to clipboard
Highly customizable material design components for React Native
Hi, Can i add this code on file Toolbar.react.js? ``` componentWillReceiveProps(nextProps) { const { isSearchActiveInternal } = this.state; const { isSearchActive, hidden, searchValue } = this.props; if(searchValue != null){ this.setState({...
Develop
Hello Can i add this code in the core? is for my app thanks a lot. ` componentWillReceiveProps(nextProps) { const { isSearchActiveInternal } = this.state; const { isSearchActive, hidden, searchValue...
Hi and thanks for great components. Could someone please explain on how to toggle Drawer state via Toolbar menu?
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...
Hi could you please add FontAwesome5 in the icon set ``` const getIconComponent = iconSet => { switch (iconSet) { case 'Entypo': return Entypo; case 'EvilIcons': return EvilIcons; case 'Feather':...
I am defining all three elements on the toolbar. Without the right element, the left and the center element work fine. However, when I introduce the right element, the center...
the Toolbar is not correct rendered on Reactnative > 60.0, this PR fixes this.
After migrating the project's dependencies using Xcode, the project still fails with no real error:
accessibilityLabel must be set to elements for testing applications on android in Appium framework
The appium testing framework uses accessibility labels to identify and interact with elements. The current react-native-material-ui components however do not support these labels which makes automates E2E testing difficult and...