react-native-accordions
v1.0.6
Published
A accordion component for ios and Andriod
Readme
react-native-accordions
A animated accordion component for React Native

Note
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.
Getting started
npm install react-native-accordions --saveProperties
| 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' |
