Skip to content
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

Scrollable failed to work after Expo 51 update #378

Open
hxcellent opened this issue May 17, 2024 · 1 comment
Open

Scrollable failed to work after Expo 51 update #378

hxcellent opened this issue May 17, 2024 · 1 comment

Comments

@hxcellent
Copy link

hxcellent commented May 17, 2024

The scrollable feature failed to work post 51 expo upgrade. Just wondering if anyone experienced the same issue?

        <CalendarStrip
          showMonth={false}
          showDayName={true}
          showDate={true}
          scrollable={true}
          style={{ height: 50 }}
          onDateSelected={handleCalendarStripDateChange}
          onWeekChanged={onWeekChanged}
        />
@mmalaguti
Copy link

Same, how did you fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants