We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import { Calendar, defaultStyles } from 'react-native-inline-calendar'; ... <Calendar items={items} weekStartsOn={1} maxMonthsToScroll={3} weekMode initialDate={new Date()} minDate={new Date()} scrollable styles={{...defaultStyles, headerTitle: { textAlign: 'left' }}} />
There was an error while loading. Please reload this page.