Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to access to NFC functionalities from a React App

I've to build an app for Android using React Native and I would love to understand if I can access the NFC functionalities. I could see something related to Cordova, but as far as I'm new to native mobile web app I wanted to search further.

Thanks for your time.

like image 293
Andrea Reginato Avatar asked Dec 17 '15 16:12

Andrea Reginato


1 Answers

We have recently released on GitHub react-native-nfc. The goal of the project is to support NFC operations in React Native.

like image 80
Giordano Avatar answered Oct 07 '22 01:10

Giordano