oblador / react-native-collapsible

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

Double tap on Accordion header creates an invalid state #288

Open xeruf opened 5 years ago

xeruf commented 5 years ago

When I quickly double tap on a Header of the accordion, it will be expanded but the header state reports false for isActive. When I then click on the header again, it will jump closed and open again, which looks rather buggy.