We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On load of 'ReactNativeCalendarStrip' strip is dancing, can't adjust with screen width and height size. plz check the attached video. https://drive.google.com/file/d/1piGJt_8qPuE0cbutXCc-n1kHcqlLmPmi/view?usp=sharing
`<ReactNativeCalendarStrip scrollable calendarAnimation={{ type: 'sequence', duration: 10 }} daySelectionAnimation={{ type: 'background', duration: 200, highlightColor: '#9265DC' }} style={styles.calenderStripStyles} showMonth={true} dateNumberStyle={{ color: 'black' }} dateNameStyle={{ color: 'black' }} styleWeekend={true} highlightDateNameStyle={{ color: Config.Theme.COLOR_WHITE }} highlightDateNumberStyle={{ color: Config.Theme.COLOR_WHITE }} highlightDateContainerStyle={{ backgroundColor: Config.Theme.COLOR_BG_BUTTON }} minDate={minDate} shouldAllowFontScaling={true} useNativeDriver={true} selectedDate={selectedDate} useIsoWeekday={true} />`
The text was updated successfully, but these errors were encountered:
@ChetanPatelSS :- Have you been able to find any workaround? I am encountering issues with Samsung's new phones.
Sorry, something went wrong.
@avadheshdev I saw that styling iconContainer with a flex property fixes the issue. As the date strip is within this container
@BogomilRusevv Can you share sample code
No branches or pull requests
On load of 'ReactNativeCalendarStrip' strip is dancing, can't adjust with screen width and height size. plz check the attached video.
https://drive.google.com/file/d/1piGJt_8qPuE0cbutXCc-n1kHcqlLmPmi/view?usp=sharing
The text was updated successfully, but these errors were encountered: