jeremybarbet / react-native-modalize

A highly customizable modal/bottom sheet that loves scrolling content.
https://jeremybarbet.github.io/react-native-modalize
MIT License
2.84k stars 298 forks source link

Issues and weird effects when scrolling a list in a modal that is not full screen/fully opened #347

Open Symyon opened 3 years ago

Symyon commented 3 years ago

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:

RomanSuvorov commented 3 years ago

Same problem

KalanaPallemulla commented 2 years ago

Same problem only on Android