1.0.9 • Published 3 years ago

react-native-cardview-infotechbite v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago