Nikita
Nikita

Reputation: 11

How to read nfc data using the react native expo project?

My project enter image description here

I tried the react-native-nfs-manager library. Nothing is working out yet

Creating a project using the npc create expo-app

Added to the plugin (app.json) enter image description here

Upvotes: 0

Views: 1396

Answers (1)

jeffersondrs
jeffersondrs

Reputation: 26

Maybe you need a extra configuration in the android folder, generate the folder and look for AndroidManifest.xml and try this code.

Reference documentation: https://github.com/revtel/react-native-nfc-manager

Upvotes: 0

Related Questions