oblador / react-native-collapsible

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

onAnimationEnd does not exist on type ... react-native-collapsible/Accordion #369

Open arbuzaicer opened 3 years ago

arbuzaicer commented 3 years ago

I using the Accordion component for render items. When I trying to use onAnimationEnd method - TS told me that this method doesn't exist.

I tried to find this method in Acordion.d.ts - but I couldn't do it.

Iside props Accordion extends React.Component<AccordionProps> this method is absent. Can You please add this typing declaration?

RubenPM-dev commented 2 years ago

Same error here, any updates on this?

netojose commented 1 year ago

Same error here