Verifier React Native SDK
React Native SDK for verifying driver custody credentials via QR code-based OID4VP flows on iOS and Android.
Stable Release
Currently v1.2.0.
What This SDK Does
- Displays a QR code for the driver to scan with their wallet app
- Polls for verification status and surfaces approved, denied, and expired results
- Optionally delivers the verification request via NFC tap instead of QR scan
- Optionally receives credentials directly from the wallet via NFC and Bluetooth
Requirements
| Requirement | Version |
|---|---|
| React Native | >= 0.72.0 |
| React | >= 18.0.0 |
| react-native-svg | >= 13.0.0 |
| react-native-qrcode-svg | >= 6.3.0 |
| react-native-hce | >= 0.3.0 for NFC delivery |
Next Steps
- Installation — Install the package and configure Artifactory
- Quick Start — Render your first verification flow
- Permissions — Native NFC, HCE, Bluetooth, and entitlement setup