mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
feat(#83): [Tilak|Pooja] update tuvali types import to match tuvali exports
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import SmartshareReactNative from '@idpass/smartshare-react-native';
|
||||
import OpenIdBle from 'react-native-openid4vp-ble';
|
||||
import { OpenIDBLEShare } from 'react-native-openid4vp-ble/lib/typescript/types/bleshare';
|
||||
import { IdpassSmartshare as IdpassSmartshareType } from '@idpass/smartshare-react-native/lib/typescript/IdpassSmartshare';
|
||||
const { Openid4vpBle } = OpenIdBle;
|
||||
|
||||
type ShareProtocol = OpenIDBLEShare | IdpassSmartshareType;
|
||||
let ShareLib: ShareProtocol;
|
||||
|
||||
ShareLib = Openid4vpBle;
|
||||
|
||||
export default ShareLib;
|
||||
Reference in New Issue
Block a user