We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc0728 commit 53fb4eeCopy full SHA for 53fb4ee
README.md
@@ -60,6 +60,7 @@ import InputBar from "@paraboly/react-native-input-bar";
60
| width | string/number | 90% of screen width | change the InputBar's width |
61
| height | string/number | 50 | change the InputBar's height |
62
| bottom | string/number | 24 | change the InputBar's bottom position |
63
+| value | string | undefined | set the TextInput's value |
64
| onChangeText | function | undefined | handle onChangeText function |
65
| backgroundColor | color | #fdfdfd | set your own color for InputBar's background color |
66
| textColor | color | #9da1ab | set your own color for TextInput's text color |
0 commit comments