rgommezz / react-native-scroll-bottom-sheet

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
MIT License
1.55k stars 68 forks source link

Fix for freeze with dynamic list content #62

Open saransh-malik opened 3 years ago

saransh-malik commented 3 years ago

Motivation

This PR solves #60, so in case you have a dynamic list of items and the content size of list changes, the list would freeze if you go from scrollable list to 0 items. This fix would solve this issue and the list would be usable even with dynamic list.