import Styles from "@/constants/Styles"; import { Dimensions, Text, View } from "react-native"; import { BarChart } from "react-native-gifted-charts"; export default function ReportChartEvent() { const width = Dimensions.get("window").width; const barData = [ { value: 23, label: 'Akan Datang', frontColor: 'gray' }, { value: 12, label: 'Selesai', frontColor: '#177AD5' }, ]; return ( ACARA DIVISI { return ( {item.value} ); }} /> ) }