BugiDev / react-native-calendar-strip

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

Calendar Flickering #316

Open bhaskardabhi opened 2 years ago

bhaskardabhi commented 2 years ago

Hi,

We are facing an issue with the calendar in Samsung M02. It keeps flickering. Check below GIF.

Alt Text

Any idea what is the issue is about? The same is not happening on other devices except Samsung M02.

peacechen commented 2 years ago

Someone else had a similar issue and IIRC it had to do with the container height. Try increasing the height passed to the container style: https://github.com/BugiDev/react-native-calendar-strip/blob/master/example/App.js#L92

Does the sample app also have that issue on the Samsung phone? https://github.com/BugiDev/react-native-calendar-strip#development-with-sample-application

jakehobbs commented 2 years ago

Setting the the maxDayComponentSize prop to 50 prevented this (and other UI glitches) for me.

aliwaqar981 commented 2 years ago

@peacechen @jakehobbs Calendar is flickering on iphone13 simulator when I set numDaysInWeek=5

ChetanPatelSS commented 12 months ago

a similar issue was faced at my end as well. Please let me know do you find any solutions for stop flickering