Newline - NFCs with React Native

Newline - NFCs with React Native

Register & Get access to index
dcde3520db9cb624f7ae04b91cf3330cf553cf42.jpg


However, understanding NFC is still a hard topic because of its wide technology landspace. So in this course, We will guide you from the simplest case like using common NDEF format, all the way to a complex digital identity management app which leverages some unique NFC features.

Published 6 months ago|Updated 6 months ago

However, understanding NFC is still a hard topic because of its wide technology landspace.

So in this course, We will guide you from the simplest case like using common NDEF format, all the way to a complex digital identity management app which leverages some unique NFC features.

How to integrate NFC feature into your React Native app

How to handle the differences between Android and iOS regarding NFC feature

Understand NDEF and use it across iOS and Android

How to use NFC tags with deep link

Understand low-level NFC programming and communicate with NFC tags directly

How to use asymmetric cryptography library with React Native

How to use password protection commands from NTAG 21x NFC tags

First, I will provide an overview of NFC technology, so you can understand basic concepts and terms. After that, we will build three apps throughout this course.

App 1 is a game app to count how much a user needs to scan five NFC tags. You will learn

how to properly set up an NFC project
how to trigger NFC scanning
the difference from iOS and Android regarding NFC feature

App 2 is about NFC Data Exchange Format (NDEF), which is the standard NFC data format supported by both iOS and Android. NDEF can be used for almost any NFC tag. We will build an NDEF reader-writer app, and you will learn

how to write specific NDEF URI into NFC tags
how to read NDEF URI and trigger corresponding actions, for example, opening an URL, making a phone call, or sending a message.
how to use deep linking with NFC tags.

App 3 dives into low-level NFC programming, which directly manipulates the NFC tag's internal memory and uses proprietary NFC commands. The app we'll build is called "NFC Pokemon," which is a digital identity management platform. It can seal a specific Pokemon, for example, a Pikachu, into an NFC tag.

When building this app, you will learn

how to use low-leve tag command to directly manipulate NFC tag's internal memory
how to create digital signatures in React Native
how to use proprietary password protection command for NXP NTAG 213 / 215
Author
Satoru Gojo
Downloads
140
Views
1,644
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Satoru Gojo