Set up export button to export a simple file

This commit is contained in:
Julia Friesel
2018-08-03 19:32:56 +02:00
parent 315bdf3a02
commit 03fe92750d
11 changed files with 478 additions and 284 deletions
+6
View File
@@ -68,6 +68,12 @@ export default class Home extends Component {
title="Go to chart">
</Button>
</View>
<View style={styles.homeButton}>
<Button
onPress={() => navigate('settings')}
title="Go to settings">
</Button>
</View>
<View style={styles.homeButton}>
<Button
onPress={() => fillWithDummyData()}