UNPKG

@smile_identity/react-native-expo

Version:
7 lines 391 B
import * as React from "react"; import { requireNativeViewManager } from "expo-modules-core"; const NativeView = requireNativeViewManager('SmileIDExpo', 'SmileIDSmartSelfieAuthenticationEnhancedView'); export default function SmileIDSmartSelfieAuthenticationEnhancedView(props) { return <NativeView {...props}/>; } //# sourceMappingURL=SmileIDSmartSelfieAuthenticationEnhancedView.js.map