[INJIMOB-781] refactor the wrapTopCard condition

Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
This commit is contained in:
srikanth716
2024-05-30 17:57:48 +05:30
72 changed files with 1753 additions and 962 deletions

View File

@@ -1,4 +1,4 @@
import {Platform} from 'react-native';
import {Dimensions, Platform} from 'react-native';
import {DEBUG_MODE, ESIGNET_HOST, MIMOTO_HOST} from 'react-native-dotenv';
import {Argon2iConfig} from './commonUtil';
import {VcIdType} from '../machines/VerifiableCredential/VCMetaMachine/vc';
@@ -127,5 +127,7 @@ export const ICLOUD_DRIVE_NAME = 'iCloud';
export const DEFAULT_ECL = 'M';
export const DEFAULT_QR_HEADER = 'INJIQUICKSHARE://';
export const INTRO_SLIDER_LOGO_MARGIN = Dimensions.get('screen').width * 0.45;
export const COPILOT_PRE_FINAL_STEP: number = 5;
export const COPILOT_FINAL_STEP: number = 6;