stack-card-z

1.0.7 • Public • Published

react-native-stack-card

react native card component for both Android and IOS

Install

npm install react-native-stack-card --save

Example

infinite card style carousel for react-native project
Demo



Install

Usage

<StackCard
    data = {itemArr}
    onPress = {item => {}}
    contentRender = {item => {
        return <CustomView item = {item} />;
    }} 
/>

Readme

Keywords

none

Package Sidebar

Install

npm i stack-card-z

Weekly Downloads

0

Version

1.0.7

License

ISC

Last publish

Collaborators

  • zengkm