项目作者: hejiaji

项目描述 :
A animated accordion component for React Native
高级语言: JavaScript
项目地址: git://github.com/hejiaji/react-native-accordions.git
创建时间: 2017-12-29T07:26:13Z
项目社区:https://github.com/hejiaji/react-native-accordions

开源协议:

下载


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

  1. npm install react-native-accordions --save

Properties

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’