Describe the bug
Scrolling a FlatList inside the Modalize component that is not full screen (alwaysOpen prop used for keeping it half the screen) will trigger a Modal height change on subsequent touch of the FlatList. The change in height is proportional with the first scroll amount of the FlatList. Same thing actually happens with just a scroll view.
Reproduce
This happens in the examples of the lib too, just modifying the FlatList example by having is alwayOpen at some middle point of the screen. Here is the snack:
https://snack.expo.dev/embed.js
Describe the bug Scrolling a FlatList inside the Modalize component that is not full screen (alwaysOpen prop used for keeping it half the screen) will trigger a Modal height change on subsequent touch of the FlatList. The change in height is proportional with the first scroll amount of the FlatList. Same thing actually happens with just a scroll view.
Reproduce
Dependencies: