BugiDev / react-native-calendar-strip

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

Crash on initialisation when CPU is stress #236

Closed cc-matthias-m closed 3 years ago

cc-matthias-m commented 3 years ago

Hello everyone,

We discovered a problem on initialization when the CPU usage is high.

This bug come from production on old phone or when too many application are launched. To reproduce this bug in development easily, we need to stress the CPU.

This is what you see with this bug (the calendar will display on the bottom of the screen) : calendar

With analyses, we discover that this error happen when visibleStartIndex is undefined because the component RecyclerListView has not been initialize yet.

I will make a PR to patch the problem.

peacechen commented 3 years ago

The fix has been published in 2.1.0