Open
Description
Description
I would like to import the different DayComponent
s from this library, wrap them, and make a custom one.
Expected Behavior
import { MultiDotDay } from 'react-native-calendars'
I would expect this to return the one used internally, so I can use it like this:
import { MultiDotDay } from 'react-native-calendars'
<Calendar dayComponent={props => <Wrapper><MultiDotDay {...props} /></Wrapper>} />
Observed Behavior
The day components aren't exported. You have to either copy-paste, or make one from scratch.
Environment
N/A
Reproducible Demo
N/A