$ npm i react-native-collapse-viewImport the component:
import CollapseView from 'react-native-collapse-view';
<CollapseView
renderView={this._renderView}
renderCollapseView={this._renderCollapseView}
/>Check full example in the example folder.
| Prop | Type | Default |
|---|---|---|
| collapse | bool | false |
| tension | number | 10 |
| renderView | func | |
| renderCollapseView | func |
MIT License. © 2018 San Pyae Lin
