react-native-capture
Version:
Socket Mobile CaptureSDK for React Native
9 lines (8 loc) • 401 B
JavaScript
;
// src/components/SocketCamNativeView.android.ts
// Android SocketCam is handled by RNSocketCamCustomViewManager, not this component.
// This stub prevents requireNativeComponent('RNSocketCamView') from being called
// on Android where the native module is not registered.
import { View } from 'react-native';
export default View;
//# sourceMappingURL=SocketCamNativeView.android.js.map