diff --git a/src/components/ScrollView/index.js b/src/components/ScrollView/index.js index 811d1bf9..cec41207 100644 --- a/src/components/ScrollView/index.js +++ b/src/components/ScrollView/index.js @@ -143,10 +143,7 @@ const ScrollView = createReactClass({ children={this.props.children} collapsable={false} ref={this._setInnerViewRef} - style={[ - horizontal && styles.contentContainerHorizontal, - contentContainerStyle - ]} + style={[horizontal && styles.contentContainerHorizontal, contentContainerStyle]} /> ); diff --git a/src/components/TextInput/index.js b/src/components/TextInput/index.js index 028eea3e..6776ad4a 100644 --- a/src/components/TextInput/index.js +++ b/src/components/TextInput/index.js @@ -147,6 +147,7 @@ class TextInput extends Component { style, /* eslint-disable */ blurOnSubmit, + caretHidden, clearButtonMode, clearTextOnFocus, dataDetectorTypes, @@ -163,6 +164,8 @@ class TextInput extends Component { selection, selectionColor, selectTextOnFocus, + textBreakStrategy, + underlineColorAndroid, /* eslint-enable */ ...otherProps } = this.props;