oblador / react-native-collapsible

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

Is it possible to open more than one accordion simultaneously? #231

Closed okayu8 closed 6 years ago

okayu8 commented 6 years ago

By default, one accordion is expanded, but when you expand another accordion, the original accordion will close. Is it possible to open more than one accordion at the same time?

I did not understand how to allow more than one even after checking properties etc. If possible, can you tell me which property to use?

iRoachie commented 6 years ago

Duplicate of #187