Code: Select all
return (
{item.date}
{item.name}
{item.month}
Add to Calendar
);
Code: Select all
eventCard: { flexDirection: "row", justifyContent: "space-between", alignItems: "flex-start", backgroundColor: "#fff", padding: 12, // marginBottom: 10, borderRadius: 8, elevation: 2, }, eventDetails: { flex: 2, },