'How to detect ID Card in react native

I'm trying to detect ID Card in react native Everything. I found was Payed Libraries that scan id card and OCR at the same time but my use only to check if this is card or not, is there any library or any thing to add to react native camera and thanks alot



Solution 1:[1]

Here is my recommendation: "react-native-nfc-manager"

https://github.com/revtel/react-native-nfc-manager

Well documented, and a nice sample app included.

Hope this would help you.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shin-00