Bug fixing

This commit is contained in:
John Lyon-Smith
2018-04-23 14:01:52 -07:00
parent 5cb13f7498
commit 9730c83c9c
26 changed files with 121 additions and 147 deletions

View File

@@ -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}