oblador / react-native-collapsible

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

Fix: issue with initial rendering of collapsible section #483

Open luvnishCapgemini opened 1 month ago

luvnishCapgemini commented 1 month ago

For Accordion component:

  1. When component renders, first index will be open.
  2. Reverted code because it was not getting height as zero when view is expanded.
luvnishCapgemini commented 3 weeks ago

@oblador please look into this fix and merge this PR in next release.

ravindraguptacapgemini commented 1 day ago

@oblador can you please prioritise this PR, this fixes the issue with resizing of dynamic sized collapsible components while expanding them.