react-native-calendar-strip
react-native-calendar-strip copied to clipboard
weekendDateNameStyle and weekendDateNumberStyle not working
weekendDateNameStyle and weekendDateNumberStyle not working.
<CalendarStrip
style={{ height: 40, paddingTop: 20, paddingBottom: 15 }}
calendarHeaderStyle={{ height: 0, opacity: 0 }}
daySelectionAnimation={{ border: "border", duration: 200, borderWidth: 1, borderBottomColor: COLORS.darkblue }}
styleWeekend = {true}
iconLeft = {null}
iconRight = {null}
selectedDate={moment()}
startingDate={moment()}
dateNameStyle={[{ color: COLORS.darkgray }, Styles.TextData ]}
dateNumberStyle={[{ color: COLORS.darkgray }, Styles.TextData ]}
highlightDateNumberStyle={[{ color: COLORS.lightblue}, Styles.TextData ]}
highlightDateNameStyle={[{ color: COLORS.lightblue }, Styles.TextData]}
weekendDateNameStyle={[{ color: COLORS.grayline}, Styles.TextData ]}
weekendDateNumberStyle={[{ color: COLORS.grayline }, Styles.TextData ]}
iconContainer={{flex: 0.000001}}
scrollToOnSetSelectedDate={false}
scrollable={true}
scrollerPaging={true}
/>
the color does not change, what to do ?
+1
+1
+1
Same issue