nativescript-cardio
v0.0.1
Published
[![npm](https://img.shields.io/npm/v/nativescript-cardio.svg)](https://www.npmjs.com/package/nativescript-cardio) [![npm](https://img.shields.io/npm/dt/nativescript-cardio.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-cardio) [![B
Downloads
54
Maintainers
Readme
Installation
tns plugin add nativescript-cardio
Usage
import { CardIO } from 'nativescript-cardio';
const cardIO = new CardIO();
cardIO.show((card: Card) => {
/*
Card {
number: string;
expMonth: number;
expYear: number;
cvv: string;
image: ImageSource;
type: CardType;
name: string;
postalCode?: string;
android: any;
ios: any;
}
*/
});