BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
943 stars 327 forks source link

Scrollable failed to work after Expo 51 update #378

Open hxcellent opened 4 months ago

hxcellent commented 4 months ago

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 commented 1 week ago

Same, how did you fix?