adds stats button on home screen, and creates stats screen, length still needs to be calculated
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user