oblador / react-native-collapsible

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

Adding some extra space when render the inside component #342

Open tugzera opened 4 years ago

tugzera commented 4 years ago

Sometimes when the collapisble is activate the flat list component inside render an extra space...

bimbox-open commented 4 years ago

Same issue. Could you solve the problem? @tugzera my code below causes blank area: <Accordion renderContent = { (content) => ( <FlatList ......./> ) }/>

tugzera commented 4 years ago

@bimbox-open can't solve this.... migrate to another lib

bimbox-open commented 4 years ago

which lib @tugzera

systemlevel commented 4 years ago

@tugzera Yes issue is definitely present.