UNPKG

react-native-cardscan

Version:

This library provides payment card scanning functionality for your react-native app.

6 lines (3 loc) 113 B
import { NativeModules } from 'react-native'; const { RNCardscan } = NativeModules; export default RNCardscan;