BugiDev / react-native-calendar-strip

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

Fix scrolling bug on iOS devices (XR, IPHONE11) #290

Closed vinaygoyal20 closed 3 years ago

vinaygoyal20 commented 3 years ago

In the latest version the flickering or scrolling issue started coming again.can you please check that

vinaygoyal20 commented 3 years ago

Issue comes if scrollable is true

vinaygoyal20 commented 3 years ago

This is happening because onLayoutDebounce method on CalanderStrip.js is called in loop, also if we pass static size to imageSize of WeekSelector's image the issue doesn't come

vinaygoyal20 commented 3 years ago

style={paddingHorizontal:5},fixed for ios temporarily