From 2550f918f89b7ccdb8e2cdfc20eeb9bce226b3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Machado?= Date: Fri, 15 Feb 2019 15:10:48 +0000 Subject: [PATCH] add the possiibilite to configure keyboard Appearance --- index.js | 1 + 1 file changed, 1 insertion(+) 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,