external-nfc-api
external-nfc-api copied to clipboard
How to use with React Native?
Is it possible to access this API from React Native?
I don't know. It works via Intents, so quite possible, with a custom adapter perhaps.
@skjolber Thx! I will try some things out. When looking into the react-native docs, maybe this could work: https://facebook.github.io/react-native/docs/native-modules-android#sending-events-to-javascript
Perhaps; if you get hold of an existing (built-in) NFC integration plugin, it is just 'more of the same'.
@brampauwelyn did you get this to work? I am considering something similar.