From c91641acaf614c58ef8164820c36585d4b64e006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Sun, 28 Sep 2025 18:02:59 +0200 Subject: [PATCH] Update README.md --- packages/demo-ndef-app/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/demo-ndef-app/README.md b/packages/demo-ndef-app/README.md index 09fd630..4f9a91e 100644 --- a/packages/demo-ndef-app/README.md +++ b/packages/demo-ndef-app/README.md @@ -2,6 +2,8 @@ Demo React Native application using `@icedevml/react-native-host-card-emulation` in order to emulate NFC Forum Type 4 Tag with an example URL NDEF. +The emulated NDEF tag is recognized out of the box when it's scanned by another iOS/Android smartphone from the home screen's level (i.e. using background tag reading). This emulation is cross-compatible, the iOS could emulate a tag that will be recognized by Android and vice versa. + > [!NOTE] > Make sure you have completed the [React Native's Set Up Your Environment](https://reactnative.dev/docs/set-up-your-environment) guide before proceeding.