Putting all the labels of selected pain keys in the cycle day overview

This commit is contained in:
Bl00dyMarie
2018-08-24 17:18:01 +02:00
parent e68b8f5460
commit ad9997f73b
5 changed files with 547 additions and 640 deletions
+4 -2
View File
@@ -43,7 +43,9 @@ export default class Sex extends Component {
this.setState({ solo: val })
}}
/>
<Text style={styles.symptomDayView}>{activityLabels.partner}</Text>
<Text style={styles.symptomDayView}>
{activityLabels.partner}
</Text>
<CheckBox
value={this.state.partner}
onValueChange={(val) => {
@@ -155,4 +157,4 @@ export default class Sex extends Component {
</View>
)
}
}
}