react-native-material-kit
react-native-material-kit copied to clipboard
Tint undeline not resized when changing orientation.
Hello!
Tint undeline not resized when changing orientation.


Have you got any solution without inline style?
https://github.com/xinthink/react-native-material-kit/issues/174 has the solution.
Go to Textfield.js, import _doMeasurement and then change
<View style={this.props.style}>
to
<View style={this.props.style} onLayout={this._doMeasurement.bind(this)} >