Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 587 Bytes

File metadata and controls

31 lines (18 loc) · 587 Bytes

react-native-passport-id-nfc-reader

React native allows you to scan using nfc for ID and passport only on ios platform.

Installation

npm install react-native-passport-id-nfc-reader

Usage

import { multiply } from 'react-native-passport-id-nfc-reader';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library