[v4] | [v2] The enableDynamicSizing
feature does not recalculate when the size of the content changes.
#1537
Labels
bug
Something isn't working
Bug
At first,
enableDynamicSizing
works as expected. However, when the content of theBottomSheetModal
changes, it does not function properly. It does not re-calculate again for the height of the content.In this context, when the user performs a search in the
Flatlist
, the number of items changes, and as a result, the height of the content also changes.I used
react-native-gesture-handler
's FlatlistEnvironment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
The text was updated successfully, but these errors were encountered: