react-native-spring-scrollview
react-native-spring-scrollview copied to clipboard
Collapsable header overlaping with list
I have collapsable animated header, I'm getting overlap on collapse (on content size change). How can I fix this problem?
- Dev OS (Mac)
- Target OS (Both)
- Simulator or real device? (Both)
- The version of react-native(0.63.2), react-native-spring-scrollview(^2.0.23), react-native-largelist(^3.0.15)


LargeList renders Header for 2 times. That's the problem. It have to calculate its height.And then calculate the item.
dead library