mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
CAN auth - android (#613)
* add missed files * add NFCMethodSelectionScreen * bump android build --------- Co-authored-by: Justin Hernandez <transphorm@gmail.com>
This commit is contained in:
@@ -3,11 +3,14 @@ declare module 'react-native-passport-reader' {
|
||||
documentNumber: string;
|
||||
dateOfBirth: string;
|
||||
dateOfExpiry: string;
|
||||
canNumber: string;
|
||||
useCan: boolean;
|
||||
quality?: number;
|
||||
}
|
||||
|
||||
interface PassportReader {
|
||||
configure(token: string): void;
|
||||
reset(): void;
|
||||
scan(options: ScanOptions): Promise<{
|
||||
mrz: string;
|
||||
eContent: string;
|
||||
|
||||
Reference in New Issue
Block a user