Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-12-06 | 574 Bytes | |
Refactored CreditCardView _ Latest RN support.tar.gz | 2016-12-06 | 788.6 kB | |
Refactored CreditCardView _ Latest RN support.zip | 2016-12-06 | 813.2 kB | |
Totals: 3 Items | 1.6 MB | 0 |
Breaking Changes from 0.2.*
cardViewSize
prop are removed fromCreditCardInput
, usecardScale
instead (because changing the size will break most of the texts)bgColor
prop are removed fromCreditCardInput
, ask your designer friend to make a credit card image instead (or use the prebundled image)imageFront
andimageBack
props are renamed tocardImageFront
andcardImageBack
respectively,- Android
monospace
fonts doesn't looks as nice as iOSCourier
, bundle custom fonts into your app and override the default usingcardFontFamily
instead