Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

sanpyaelin/react-native-collapse-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-collapse-view

Install package

$ npm i react-native-collapse-view

Usage

Import the component:

import CollapseView from 'react-native-collapse-view';


<CollapseView 
  renderView={this._renderView}
  renderCollapseView={this._renderCollapseView}
/>

Example

Check full example in the example folder.

Properties

Prop Type Default
collapse bool false
tension number 10
renderView func
renderCollapseView func

License

MIT License. © 2018 San Pyae Lin

About

Collapse component for react native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published