mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJI-606]: Integration of Sunbird Issuer with New UI (#1193)
* [INJI-606]: Integration of Sunbird Issuer with New UI Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com> * [INJI-606]: Don't show share with selfie option for sunbird VC Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com> --------- Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
committed by
KiruthikaJeyashankar
parent
e3e2c38477
commit
8f5eb2f0dd
@@ -1,6 +1,6 @@
|
||||
import React, {useLayoutEffect, useState} from 'react';
|
||||
import {useTranslation} from 'react-i18next';
|
||||
import {FlatList, Image, Pressable, View} from 'react-native';
|
||||
import {FlatList, Pressable, View} from 'react-native';
|
||||
import {Issuer} from '../../components/openId4VCI/Issuer';
|
||||
import {Error} from '../../components/ui/Error';
|
||||
import {Header} from '../../components/ui/Header';
|
||||
@@ -10,7 +10,7 @@ import {RootRouteProps} from '../../routes';
|
||||
import {HomeRouteProps} from '../../routes/main';
|
||||
import {useIssuerScreenController} from './IssuerScreenController';
|
||||
import {Loader} from '../../components/ui/Loader';
|
||||
import testIDProps, {removeWhiteSpace} from '../../shared/commonUtil';
|
||||
import {removeWhiteSpace} from '../../shared/commonUtil';
|
||||
import {
|
||||
ErrorMessage,
|
||||
getDisplayObjectForCurrentLanguage,
|
||||
@@ -218,9 +218,7 @@ export const IssuersScreen: React.FC<
|
||||
testID="issuersScreenDescription"
|
||||
style={{
|
||||
...Theme.TextStyles.regularGrey,
|
||||
paddingTop: 0.5,
|
||||
marginVertical: 14,
|
||||
marginHorizontal: 9,
|
||||
...Theme.IssuersScreenStyles.issuersSearchSubText,
|
||||
}}>
|
||||
{t('description')}
|
||||
</Text>
|
||||
@@ -241,7 +239,7 @@ export const IssuersScreen: React.FC<
|
||||
{...props}
|
||||
/>
|
||||
)}
|
||||
numColumns={2}
|
||||
numColumns={1}
|
||||
keyExtractor={item => item.credential_issuer}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user