rn-simple-credit-card
v0.1.3
Published
The most simple credit card input for React Native
Downloads
4
Maintainers
Readme
React Native Simple Credit Card
NOTE: Work in progress!
The most simple credit card input for React Native.
Features
- Only work with card number, expiry date and secret code.
Install
You can install rn-credit-card-input
through npm
.
npm i --save rn-credit-card-input
Example
With these simple lines you can add to your project.
import CreditCardInput from "rn-credit-card-input";
<CreditCardInput onChange={this.onChange} />