react-native-capture
Version:
Socket Mobile CaptureSDK for React Native
13 lines (12 loc) • 530 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// 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.
var _default = exports.default = _reactNative.View;
//# sourceMappingURL=SocketCamNativeView.android.js.map