revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.39k stars 317 forks source link

Does the manager supports setting passwords on tags? #584

Closed fpiantoni closed 1 year ago

whitedogg13 commented 1 year ago

Our library supports sending raw commands to NFC tags.

The password setting feature for a particular NFC tag normally involve several custom commands, which CAN be implemented using this library, but we don't provide these flows directly in it.