import Styles from "@/constants/Styles"; import { Text, View } from "react-native"; import { PieChart } from "react-native-gifted-charts"; export default function ChartProgresHome() { const pieData = [ { value: 54, text: "54%", color: '#177AD5' }, { value: 40, text: "40%", color: '#92cc76' }, { value: 20, text: "20%", color: '#ED6665' }, { value: 0, text: "0%", color: '#fac858' }, ]; return ( PROGRES KEGIATAN ) }