oblador / react-native-collapsible

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

how do I embed this library in my functional code #403

Open usamarehan557 opened 3 years ago

usamarehan557 commented 3 years ago

toggleExpanded = () => { this.setState({ collapsed: !this.state.collapsed }); };

unable to change above lines of code in functional components.....any body can help ?

ChronSyn commented 3 years ago

Functional components should use the useState hook instead