react-native-calendar-strip icon indicating copy to clipboard operation
react-native-calendar-strip copied to clipboard

weekendDateNameStyle and weekendDateNumberStyle not working

Open mr-kelk opened this issue 2 years ago • 4 comments

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 ?

mr-kelk avatar Apr 03 '22 18:04 mr-kelk

+1

zhizas avatar Jun 10 '22 13:06 zhizas

+1

Dien090497 avatar Jan 11 '23 09:01 Dien090497

+1

kkai0828 avatar Sep 10 '23 17:09 kkai0828

Same issue

nwdeer avatar Nov 22 '23 10:11 nwdeer