1.0.6 • Published 6 years ago

react-native-accordions v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

react-native-accordions

A animated accordion component for React Native

image

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 --save

Properties

PropDescriptionDefault
renderHeaderThe function for rendering the component header.None
renderContentThe function for rendering the component content.None
sectionsThe data for component for render.None
underlayColorThe underlay color that will show through when tapping on header.'black'
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago