wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.32k stars 2.9k forks source link

Auto selection of day in WeekCalendar #2467

Open nbnitin opened 1 month ago

nbnitin commented 1 month ago

I am using week calendar and when I scroll it selected date changed to first day of week automatically

Expected Behavior

It should not select it automatically

Observed Behavior

day getting selected

Please run these commands in the project folder and fill in their results:

Also specify:

  1. Device/emulator/simulator & OS version: iOS 17.4

Reproducible Demo

Please provide a minimized reproducible demonstration of the problem you're reporting.

Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.

Screensho

Simulator Screen Recording - iPhone 15 Pro - 2024-05-14 at 21 11 07 ts

Screenshots or gifs of the issue and the suggested fix will help us move faster with the review process.

nbnitin commented 1 month ago

I tried using disableOnPageChange={true}, but it is not helped...