feat(#83): [Tilak|Pooja] update tuvali types import to match tuvali exports

This commit is contained in:
Tilak Puli
2023-05-24 16:03:13 +05:30
parent ad3f64589c
commit 74329739a9
5 changed files with 6 additions and 26 deletions

View File

@@ -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;