I'm trying to acces a NFC reader in the browser through react. The vendor provides a browser extensions and example code in static JS and HTML. This works fine.
However, in react, the functions of the extensions are not recognized? Do I include something in de package.json?
I tried looking on google, but can only find how to create extensions in react, not how to use extensions in react as a web page.