We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14830d7 commit 826c667Copy full SHA for 826c667
1 file changed
KonditionExpo/app/home.tsx
@@ -1,6 +1,7 @@
1
import React from 'react';
2
import { SafeAreaView, View, Text, StyleSheet, ScrollView, TouchableOpacity, Image, Dimensions } from 'react-native';
3
import { LineChart, PieChart } from 'react-native-svg-charts';
4
+import { router } from 'expo-router';
5
6
const { width } = Dimensions.get('window');
7
0 commit comments