feat: Add PACEPolling (#577)

* feat: Read ID cards

* add entitlements

* feat: add pacePolling through NFCPassportReader

* refactor: comment out debug print statements

* feat: add mixpanel logging

* feat: add NFC Method selection screen

* fix: UI issue

* feat: update Podfile and include PassportReader.m file

* lint

* fix: test

* debug: log mixpanel values

* fix: update dep

* update NFCPassportReader commit hash

* feat: add flag to enable debug logging

* lint
This commit is contained in:
Seshanth.S🐺
2025-06-04 19:23:04 +05:30
committed by GitHub
parent 253d414dd4
commit 2a7562216c
15 changed files with 316 additions and 22 deletions

View File

@@ -21,6 +21,7 @@ describe('navigation', () => {
'PassportCameraTrouble',
'PassportDataInfo',
'PassportDataNotFound',
'PassportNFCMethodSelection',
'PassportNFCScan',
'PassportNFCTrouble',
'PassportOnboarding',