oblador / react-native-collapsible

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

Set overflow of parent Animated.View to "scroll" #334

Closed bisak closed 4 years ago

bisak commented 4 years ago

The fix is related to https://github.com/oblador/react-native-collapsible/issues/51 onLayout is not being called otherwise, which makes changing the height of the collapsible items inside of a FlatList in my case impossible. Using RN 0.61.5