From 53fb4ee61c1c310ad55571c9eb94a1af64dda954 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Wed, 18 Dec 2019 16:33:29 +0300 Subject: [PATCH] README is updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c40b5..35562d6 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ import InputBar from "@paraboly/react-native-input-bar"; | width | string/number | 90% of screen width | change the InputBar's width | | height | string/number | 50 | change the InputBar's height | | bottom | string/number | 24 | change the InputBar's bottom position | +| value | string | undefined | set the TextInput's value | | onChangeText | function | undefined | handle onChangeText function | | backgroundColor | color | #fdfdfd | set your own color for InputBar's background color | | textColor | color | #9da1ab | set your own color for TextInput's text color |