@animo-id/expo-digital-credentials-api
Version:
Expo wrapper around Android Digital Credentials API
7 lines • 307 B
JavaScript
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