oblador / react-native-collapsible

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

Content View Hidden after State changed #264

Closed praveenp-od closed 5 years ago

praveenp-od commented 5 years ago

I have render some components inside of the renderContent(). When re-render happen inside of those components, renderContent() is hidden those view

iRoachie commented 5 years ago

Can you create an example on https://snack.expo.io that reproduces this?

praveenp-od commented 5 years ago

After putting some height to Accordion this issue not came