Код: Выделить всё
return (
{item.date}
{item.name}
{item.month}
Add to Calendar
);
Код: Выделить всё
eventCard: {
flexDirection: "row",
justifyContent: "space-between",
alignItems: "flex-start",
backgroundColor: "#fff",
padding: 12, //
marginBottom: 10,
borderRadius: 8,
elevation: 2,
},
eventDetails: {
flex: 2,
},
Подробнее здесь: https://stackoverflow.com/questions/793 ... act-native