react-native-payment-card-scanner
v0.2.1
Published
Payment card scanner for react native both android and ios
Downloads
6
Readme
react-native-payment-card-scanner
Payment Card Scanner for React Native
Installation
npm install react-native-payment-card-scanner
Usage
import PaymentCardScanner from "react-native-payment-card-scanner";
// ...
PaymentCardScanner.scan(
"اسکن کارت",
"پشت بلوکارت فرد منتخب را مقابل دوربین قرار دهید",
"topTextFontFamilyName",
"bottomTextFontFamilyName"
).then((result: any) => {
console.log(result);
}).catch((error: any) => {});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT