nativescript-cardio
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

npm npm Build Status

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;
    }
    */
});

/nativescript-cardio/

    Package Sidebar

    Install

    npm i nativescript-cardio

    Weekly Downloads

    11

    Version

    0.0.1

    License

    Apache-2.0

    Unpacked Size

    293 MB

    Total Files

    28

    Last publish

    Collaborators

    • triniwiz