Skip to content

CalenderStrip dancing date, scaling issue #372

Open
@ChetanPatelSS

Description

@ChetanPatelSS

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}
                                />`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions