0.0.1 • Published 8 years ago
react-native-stack-card v0.0.1
react-native-stack-card
react native card component for both Android and IOS
Install
npm install react-native-stack-card --saveExample
infinite card style carousel for react-native project
Demo

Install
Usage
<StackCard
    data = {itemArr}
    onPress = {item => {}}
    contentRender = {item => {
        return <CustomView item = {item} />;
    }} 
/>0.0.1
8 years ago