mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJIMOB-781] refactor the wrapTopCard condition
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user