We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53e55 commit b4ac15dCopy full SHA for b4ac15d
SmartClothingApp/src/screens/HomeScreen/index.jsx
@@ -58,7 +58,7 @@ export default function HomeScreen({ navigation }) {
58
title="Calories"
59
value="2000 Kcal"
60
/>
61
- {/* <Text variant="titleMedium" style={{ marginTop: 20 }}>
+ <Text variant="titleMedium" style={{ marginTop: 20 }}>
62
Breath Rate
63
</Text>
64
<BreathingRateChart />
@@ -69,7 +69,7 @@ export default function HomeScreen({ navigation }) {
69
<Text variant="titleMedium" style={{ marginTop: 20 }}>
70
Heartbeat Rate
71
72
- {/* <HeartRateChart data={defaultData}/> */}
+ <HeartRateChart data={defaultData}/>
73
</View>
74
</ScrollView>
75
);
0 commit comments