Bug fixing
This commit is contained in:
@@ -54,7 +54,12 @@ export class BoundInput extends React.Component {
|
||||
|
||||
return (
|
||||
<View style={{ width: "100%" }}>
|
||||
<Text style={{ color: "black", fontSize: 14, marginBottom: 5 }}>
|
||||
<Text
|
||||
style={{
|
||||
color: "black",
|
||||
fontSize: 14,
|
||||
marginBottom: 5,
|
||||
}}>
|
||||
{label}
|
||||
</Text>
|
||||
<TextInput
|
||||
@@ -68,6 +73,7 @@ export class BoundInput extends React.Component {
|
||||
paddingTop: 7,
|
||||
paddingBottom: Platform.OS === "ios" ? 7 : 0,
|
||||
textAlignVertical: "top",
|
||||
marginBottom: 5,
|
||||
}}
|
||||
multiline={lines > 1}
|
||||
numberOfLines={lines}
|
||||
|
||||
Reference in New Issue
Block a user