Replace checkboxes with SelectBox component on sex view

This commit is contained in:
Julia Friesel
2018-08-31 19:00:01 +02:00
parent f19a51d4ba
commit 5b6ac9ebc1
9 changed files with 158 additions and 149 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ export default class Bleeding extends Component {
]
return (
<View style={{ flex: 1 }}>
<ScrollView>
<ScrollView style={styles.page}>
<View>
<View style={styles.radioButtonRow}>
<RadioForm
@@ -50,7 +50,7 @@ export default class Bleeding extends Component {
/>
</View>
<View style={styles.symptomViewRowInline}>
<Text style={styles.symptomDayView}>Exclude</Text>
<Text style={styles.symptomViewHeading}>Exclude</Text>
<Switch
onValueChange={(val) => {
this.setState({ exclude: val })