UNPKG

@animo-id/expo-digital-credentials-api

Version:
7 lines 307 B
import { requireNativeModule } from 'expo'; import { Platform } from 'react-native'; // This call loads the native module object from the JSI. export default Platform.OS === 'android' ? requireNativeModule('DigitalCredentialsApi') : undefined; //# sourceMappingURL=DigitalCredentialsApiModule.js.map