Handle back button presses

This commit is contained in:
Julia Friesel
2018-08-19 16:11:01 +02:00
parent 86f26e3814
commit a67bfda43f
3 changed files with 30 additions and 7 deletions
-2
View File
@@ -10,7 +10,6 @@ export default class CalendarView extends Component {
this.state = {
bleedingDaysInCalFormat: toCalFormat(bleedingDaysSortedByDate)
}
console.log(Object.keys(this.state.bleedingDaysInCalFormat))
this.setStateWithCalFormattedDays = (function (CalendarComponent) {
return function(_, changes) {
@@ -35,7 +34,6 @@ export default class CalendarView extends Component {
}
render() {
console.log('cal render')
return (
<View>
<View style={styles.container}>