File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010 "lint" : " eslint ."
1111 },
1212 "dependencies" : {
13- "@paraboly/react-native-input-bar" : " 0.0.2 " ,
13+ "@paraboly/react-native-input-bar" : " 0.0.4 " ,
1414 "react" : " 16.9.0" ,
1515 "react-native" : " 0.61.5" ,
1616 "react-native-androw" : " 0.0.34" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const { width: ScreenWidth } = Dimensions.get("window");
1515const InputBar = props => {
1616 const {
1717 width,
18+ value,
1819 bottom,
1920 height,
2021 textColor,
@@ -66,6 +67,7 @@ const InputBar = props => {
6667 < Androw style = { _container ( shadowColor , bottom ) } >
6768 < View style = { _containerGlue ( height , width , backgroundColor ) } >
6869 < TextInput
70+ value = { value }
6971 placeholder = { placeholder }
7072 onChangeText = { onChangeText }
7173 style = { textInputStyle || _textInputStyle ( textColor ) }
Original file line number Diff line number Diff line change 11{
22 "name" : " @paraboly/react-native-input-bar" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.4 " ,
44 "description" : " Fully customizable, beautifully designed Input Bar for React Native" ,
55 "keywords" : [
66 " input" ,
You can’t perform that action at this time.
0 commit comments