mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 07:51:02 +00:00
feat(mobile): implement QR code scanner for wallet addresses
- Add expo-camera package for QR scanning - Create QRScannerModal component with camera permission handling - Integrate scanner into WalletScreen scan button - Support substrate: and pezkuwi: URI formats with amount parameter - Add address validation before opening send modal - Configure camera permissions for iOS and Android in app.json
This commit is contained in:
+4
-1
@@ -45,6 +45,7 @@
|
||||
"@supabase/supabase-js": "^2.90.1",
|
||||
"buffer": "^6.0.3",
|
||||
"expo": "~54.0.23",
|
||||
"expo-camera": "~17.0.10",
|
||||
"expo-image-picker": "~17.0.10",
|
||||
"expo-linear-gradient": "^15.0.7",
|
||||
"expo-local-authentication": "^17.0.7",
|
||||
@@ -113,7 +114,9 @@
|
||||
"private": true,
|
||||
"expo": {
|
||||
"install": {
|
||||
"exclude": ["@types/react"]
|
||||
"exclude": [
|
||||
"@types/react"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user