A animated accordion component for React Native
A animated accordion component for React Native
This repo is inspired by react-native-collapsible, Rewrite it because that repo is out of maintain and mix a lot of unused code. Optimized the performance and write it with ESlint, make it easy to read and extend.
npm install react-native-accordions --save
Prop | Description | Default |
---|---|---|
renderHeader |
The function for rendering the component header. | None |
renderContent |
The function for rendering the component content. | None |
sections |
The data for component for render. | None |
underlayColor |
The underlay color that will show through when tapping on header. | ‘black’ |