Merge branch '113-add-button-to-export-to-settings-page' into 'master'
Resolve "Add button to export to settings page" Closes #113 See merge request bloodyhealth/drip!46
This commit is contained in:
@@ -69,6 +69,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()}
|
||||
|
||||
Reference in New Issue
Block a user