Native CardView that compatible for iOS and Android
npm install react-native-shadow-cards
Screenshot
---
!Demo
``sh`
npm i --save react-native-shadow-cards
`js
import {Card} from 'react-native-shadow-cards';
render(){
return (
onPress={()=>{}}
title="Learn More"
color="#841584"
accessibilityLabel="Learn more about this purple button"
/>
);
}
`
You can use following command in example` dir: