Tap-And-Go App

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the The newline Guide to NFCs with React Native course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to The newline Guide to NFCs with React Native, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course The newline Guide to NFCs with React Native

Hello, in this module we will focus on n-death. We will build an app which can write n-death into our NFC tags. We will encapsulate four kinds of URI into our n-death. Of course, we can also read it back and perform corresponding actions, depends on the URI type inside the n-death. One interesting part about putting URI inside an NFC tag is that the operating system will be able to understand what it means and then launch the correct app for you without even opening your own app. Finally, I will show you how to use deep linking with NFC tags. With this technique, you will be able to not only launch your app using NFC tags, but also carry some data and jump to a specific screen in your app. This is really useful. Imagine creating a restaurant app that allows users to interact with an NFC tag on the table and jump to your app's older screen since your user taps it. It sounds really fun. So let's get started. [BLANK_AUDIO]