1.0.7 • Published 7 years ago

stack-card-z v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

npm.io

Install

Usage

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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago