You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Find a React Native library that performs NFC Scanning. Since NFC scanning can't be done in an Expo app (see this thread), so this demo will have to be done with native code and the react-native-cli
Using this library, implement a basic app that has an NFC scanning UI that:
Has an idle screen for while the app is scanning
Displays a success screen that includes the scanned code when the scan is successful
Displays a failure screen when the scan fails ("failing" could mean not scanning after a given period of time)
Sidenote: This UI does not need to look good at all. We will get a formal design from the design team to make it look better. It is just meant to be a proof of concept.
The text was updated successfully, but these errors were encountered:
Find a React Native library that performs NFC Scanning. Since NFC scanning can't be done in an Expo app (see this thread), so this demo will have to be done with native code and the react-native-cli
Using this library, implement a basic app that has an NFC scanning UI that:
Sidenote: This UI does not need to look good at all. We will get a formal design from the design team to make it look better. It is just meant to be a proof of concept.
The text was updated successfully, but these errors were encountered: