diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index c0b1981e1439c5..141cefab0cfde5 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -411,7 +411,7 @@ var TextInput = React.createClass({ _renderIOS: function() { var textContainer; - var props = this.props; + var props = Object.assign({},this.props); props.style = [styles.input, this.props.style]; if (!props.multiline) {