diff --git a/index.js b/index.js index 30b40e4..af0271a 100644 --- a/index.js +++ b/index.js @@ -125,6 +125,7 @@ var FloatingLabel = createReactClass({ editable: this.props.editable, enablesReturnKeyAutomatically: this.props.enablesReturnKeyAutomatically, keyboardType: this.props.keyboardType, + keyboardAppearance: this.props.keyboardAppearance, multiline: this.props.multiline, numberOfLines: this.props.numberOfLines, onBlur: this._onBlur,