import styled from "styled-components/native"; export const DayContainer = styled.View` flex-direction: row; width: 100%; `