I just learnt about NFC and the possibility to exchange data by placing phones next to each other, I want to know if its possible to transmit data between twophones via NFC with nativescript.
My app flow is like this:
User places his phone next to my tablet or my phone, my phone receives the other phone user id and performs an axios call with id as payload, pretty simple right? but is it doable in nativescript?
I'm using Nativescript-vue.