react-native-capture
Version:
Socket Mobile CaptureSDK for React Native
15 lines (13 loc) • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// src/components/SocketCamNativeView.ios.ts
// Wraps the native RNSocketCamViewManager (iOS only).
// The view is a SocketCamContainerView that self-embeds the SDK's camera view
// via NSNotification when CaptureSdk sets the socketCamView property.
const SocketCamNativeView = (0, _reactNative.requireNativeComponent)('RNSocketCamView');
var _default = exports.default = SocketCamNativeView;
//# sourceMappingURL=SocketCamNativeView.ios.js.map