adds stats button on home screen, and creates stats screen, length still needs to be calculated

This commit is contained in:
tina
2018-08-01 17:20:13 +02:00
parent f5b3716191
commit 897e99e6af
4 changed files with 52 additions and 2 deletions
+6
View File
@@ -87,6 +87,12 @@ export default class Home extends Component {
title="delete everything">
</Button>
</View>
<View style={styles.homeButton}>
<Button
onPress={() => navigate('stats')}
title="Go to stats">
</Button>
</View>
</View>
</ScrollView>
)