1.0.7 • Published 8 years ago

stack-card-z v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago