nfc-react-native icon indicating copy to clipboard operation
nfc-react-native copied to clipboard

Does this support Activity launch using NFC?

Open aditya2592 opened this issue 8 years ago • 4 comments

Hi,

Does this library support auto-launching an app on detection of a given NFC tag as mentioned in the Android documentation ?

aditya2592 avatar Feb 08 '17 16:02 aditya2592

Nope, is there any interest for adding something like this?

lube avatar Feb 10 '17 12:02 lube

@aditya2592 @Lube isn't this being done by the AndroidManifest? use the ACTION_TECH_DISCOVERED action to get this working.

joostmakaay avatar Feb 13 '17 15:02 joostmakaay

Hi. Yes I saw that its being done in the manifest file. Tested it out with a few phones also and it works. However is there anyway to do this directly though react? Or we need to edit the manifest file only?

aditya2592 avatar Feb 13 '17 15:02 aditya2592

You need to edit the manifest afaik.

lube avatar Feb 13 '17 19:02 lube