1.0.9 • Published 2 years ago

react-native-cardview-infotechbite v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This is cardview library that will provides cardview for both android and iOS.

How to use this library

install the package by hit command "npm install react-native-cardview-infotechbite"

import Cardview from 'react-native-cardview-infotechbite';

        <Cardview
        shadowColor={'#000000'} // if you want to apply shadow color to cardview then pass color code here (optional)
        backgroundColor={'#00000009'} 
        borderRadius: 5, //optional
        // pass the component to view property which shows inside cardview 
        view={renderCard} />

      function renderCard(){
        return(
            <Text>This is cardview content</Text>
        )
      }

      
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago