You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am using the library with componentType specified as FlatList, but my flatlist has props that are dynamic in nature, like we have a search bar to filter the list and thus the list can change frequently. The issue is lets say if the list had 20 items and after search just 1 remains, the panel freezes completely, you cannot drag and also since the list has no scroll left nothing would happen and there is no way to get out of the screen.
Expected Behavior
The panel should just behave normally and automatically adjust with change in content.
How to reproduce
Just use a flatlist and then change the list items dynamically and you would encounter the issue.
Your Environment
version
Platform (Android, iOS or both)
react-native-scroll-bottom-sheet
0.7.0
react-native
0.63.0
react-native-gesture-handler
1.6.1
react-native-reanimated
1.9.0
The text was updated successfully, but these errors were encountered:
Current Behavior
Expected Behavior
The panel should just behave normally and automatically adjust with change in content.
How to reproduce
Just use a flatlist and then change the list items dynamically and you would encounter the issue.
Your Environment
The text was updated successfully, but these errors were encountered: