feat(INJI-94): [Vijay] Environment Agnostics Basic Implementation

Issue Link: https://mosip.atlassian.net/browse/INJI-94
This commit is contained in:
Vijay
2023-06-07 12:10:14 +05:30
parent f9ffcedb82
commit 1a3e39b6ef
25 changed files with 277 additions and 51 deletions

View File

@@ -18,4 +18,9 @@ declare module 'react-native-dotenv' {
* 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;
}
export interface VCSharingReason {