stack-card-z

react native card component for both Android and IOS


License
ISC
Install
npm install stack-card-z@1.0.7

Documentation

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} />;
    }} 
/>