revtel / react-native-nfc-manager

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

is TNF_EXTERNAL_TYPE supported? #380

Closed fgrs closed 3 years ago

fgrs commented 3 years ago

does this library supports writing in tnf 4?

whitedogg13 commented 3 years ago

@fgrs Yes, it is supported

fgrs commented 3 years ago

@whitedogg13 how do I specify TNF and TYPE when writing message? is there a way to manually pass object into encodeMessage:

Ndef.encodeMessage([{ id: [], payload: [0,0,0], tnf: 4, type: [0,0,0] }])

Update: Ndef.record(tnf, type, id, payload) did the trick