BugiDev / BugiDev/react-native-calendar-strip
scroll issue
- Dominant language
- JavaScript
- Stars
- 976
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
https://user-images.githubusercontent.com/60807630/180593309-b7f496b7-70e1-43a1-88ae-bf7262fc21b2.mov
When I use dateBlackList,at that time scroll is not working otherwise it's working fine.Why this is happening.
Please give me solution for this issue
My code looks like:
{
setMonthYear(start)
}}
calendarHeaderStyle={{
display: 'none'
}}
style={[styles.style, {
backgroundColor: colors.navigationBackground,
}]}
innerStyle={[styles.innerStyle, {
backgroundColor: colors.cardBackground,
}]}
dayContainerStyle={[styles.dayContainerStyle, {
backgroundColor: 'transparent',
// right: wp(-2)
}]}
highlightDateContainerStyle={[styles.highlightDateContainerStyle, {
backgroundColor: colors.secondaryColor100,
// right: wp(-2)
}]}
updateWeek={true}
highlightDateNameStyle={[styles.highlightDateNameStyle, {
color: colors.selectedDayText
}]}
highlightDateNumberStyle={[styles.highlightDateNumberStyle, {
color: colors.selectedDateText
}]}
dateNameStyle={[styles.dateNameStyle, {
color: colors.cardSubText
}]}
dateNumberStyle={[styles.dateNumberStyle, {
color: colors.cardText
}]}
iconContainer={{
display: 'none'
}}
/>
Contributor guide
Assessment
This issue has not been assessed yet.