Merge branch 'develop' of https://github.com/mosip/inji into ui-revamp

This commit is contained in:
Sri Kanth Kola
2023-06-19 23:46:49 +05:30
196 changed files with 6865 additions and 7473 deletions

View File

@@ -9,13 +9,13 @@ declare module 'react-native-dotenv' {
*/
export const GOOGLE_NEARBY_MESSAGES_API_KEY: string;
/**
* Flag for using BLE share library
*/
export const USE_BLE_SHARE: string;
/**
* Flag for Toggling Purple Theme and Default Theme
*/
export const APPLICATION_THEME: string;
/**
* Flag for Toggling environment url
*/
export const CREDENTIAL_REGISTRY_EDIT: string;
}

View File

@@ -15,6 +15,7 @@ export interface VC {
reason?: VCSharingReason[];
shouldVerifyPresence?: boolean;
walletBindingResponse?: WalletBindingResponse;
credentialRegistry: string;
isPinned?: boolean;
}