Rename calendar component

This commit is contained in:
Julia Friesel
2018-06-08 18:57:19 +02:00
parent e340e89a0d
commit 891b1d517d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default class Home extends Component {
title="Edit symptoms for today">
</Button>
<Button
onPress={() => navigate('datepicker')}
onPress={() => navigate('calendar')}
title="Go to calendar">
</Button>
</View>