-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll issue #353
Comments
Exact same issue here. This package does not seem to still be maintained... |
Please submit a PR. Instructions to develop and debug this library locally: |
Facing same issue here as well! |
I had the same issue but with
Wrapping the |
ss4.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:
<CalendarStrip
scrollable
scrollerPaging
dayComponentHeight={hp(8)}
key={key}
isEnglish
useIsoWeekday={true}
numDaysInWeek={7}
showWeekNumber
showEnglishLunar
selectedDate={date}
onDateSelected={changeDate}
datesBlacklist={datesBlacklistFunc}
disabledDateNameStyle={[styles.dateNameStyle, {
color: colors.cardSubText
}]}
disabledDateNumberStyle={[styles.dateNumberStyle, {
color: colors.cardText
}]}
onWeekChanged={(start, end) => {
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'
}}
/>
The text was updated successfully, but these errors were encountered: