react-native-material-ui
react-native-material-ui copied to clipboard
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 } = this.props; if(searchValue != null){ this.setState({ searchValue : (nextProps.searchValue != null) ? nextProps.searchValue : '' }); }
on file Toolbar.react.js