1.0.9 • Published 1 year ago

react-native-cardview-infotechbite v1.0.9

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

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago