oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.44k stars 451 forks source link

Scrolling a list with collapsibles inside a modal not working as expected #389

Open StijnCoolen opened 3 years ago

StijnCoolen commented 3 years ago

Im using a Modal to show a FlatList with collapsible rows. Somehow I'm not able to scroll through the list when dragging the collapsed Collapsible, dragging outside the collapsible works as expected. What causes this behavior?

Notice that scrolling a FlatList with collapsible rows by dragging the Collapsible outside a modal works fine.

maksim-romanov commented 6 months ago

same problem