mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
52 KiB
Plaintext
1 line
52 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/classCallCheck","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"yg7e6laZwmpbIvId5jovq9ugXp8=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/createClass","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Z6pzkVZ2fvxBLkFTgVVOy4UDj30=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/callSuper","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"378KbBHdmndC3iMXZ2Ix8oB3LeE=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/inherits","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"y0uNg4LxF1CLscQChxzgo5dfjvA=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":66,"index":66}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":67},"end":{"line":2,"column":45,"index":112}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"./ExpoCamera","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":113},"end":{"line":3,"column":38,"index":151}}],"key":"7VL16dFFp4b+wyYwZ4leyXXwJPs=","exportNames":["*"],"imports":1}},{"name":"./ExpoCameraManager","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":152},"end":{"line":4,"column":48,"index":200}}],"key":"ncVp/2U6oYCljIxCrL01g7ykEIk=","exportNames":["*"],"imports":1}},{"name":"./utils/props","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":201},"end":{"line":5,"column":68,"index":269}}],"key":"3YYapxwMFrnsJM/mAdwZWAGGiEw=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/node_modules/expo-camera/build/CameraView.js\";\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return CameraView;\n }\n });\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _babelRuntimeHelpersClassCallCheck = require(_dependencyMap[1], \"@babel/runtime/helpers/classCallCheck\");\n var _classCallCheck = _interopDefault(_babelRuntimeHelpersClassCallCheck);\n var _babelRuntimeHelpersCreateClass = require(_dependencyMap[2], \"@babel/runtime/helpers/createClass\");\n var _createClass = _interopDefault(_babelRuntimeHelpersCreateClass);\n var _babelRuntimeHelpersCallSuper = require(_dependencyMap[3], \"@babel/runtime/helpers/callSuper\");\n var _callSuper = _interopDefault(_babelRuntimeHelpersCallSuper);\n var _babelRuntimeHelpersInherits = require(_dependencyMap[4], \"@babel/runtime/helpers/inherits\");\n var _inherits = _interopDefault(_babelRuntimeHelpersInherits);\n var _expoModulesCore = require(_dependencyMap[5], \"expo-modules-core\");\n var _react = require(_dependencyMap[6], \"react\");\n var _ExpoCamera = require(_dependencyMap[7], \"./ExpoCamera\");\n var ExpoCamera = _interopDefault(_ExpoCamera);\n var _ExpoCameraManager = require(_dependencyMap[8], \"./ExpoCameraManager\");\n var CameraManager = _interopDefault(_ExpoCameraManager);\n var _utilsProps = require(_dependencyMap[9], \"./utils/props\");\n var _reactJsxDevRuntime = require(_dependencyMap[10], \"react/jsx-dev-runtime\");\n var EventThrottleMs = 500;\n var _PICTURE_SAVED_CALLBACKS = {};\n var loggedRenderingChildrenWarning = false;\n var _GLOBAL_PICTURE_ID = 1;\n function ensurePictureOptions(options) {\n if (!options || typeof options !== 'object') {\n return {};\n }\n if (options.quality === undefined) {\n options.quality = 1;\n }\n if (options.mirror) {\n console.warn('The `mirror` option is deprecated. Please use the `mirror` prop on the `CameraView` instead.');\n }\n if (options.onPictureSaved) {\n var id = _GLOBAL_PICTURE_ID++;\n _PICTURE_SAVED_CALLBACKS[id] = options.onPictureSaved;\n options.id = id;\n options.fastMode = true;\n }\n return options;\n }\n function ensureRecordingOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n if (!options || typeof options !== 'object') {\n return {};\n }\n if (options.mirror) {\n console.warn('The `mirror` option is deprecated. Please use the `mirror` prop on the `CameraView` instead.');\n }\n return options;\n }\n function _onPictureSaved(_ref) {\n var nativeEvent = _ref.nativeEvent;\n var id = nativeEvent.id,\n data = nativeEvent.data;\n var callback = _PICTURE_SAVED_CALLBACKS[id];\n if (callback) {\n callback(data);\n delete _PICTURE_SAVED_CALLBACKS[id];\n }\n }\n var CameraView = /*#__PURE__*/function (_Component) {\n function CameraView() {\n var _this;\n (0, _classCallCheck.default)(this, CameraView);\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n _this = (0, _callSuper.default)(this, CameraView, [...args]);\n _this._cameraRef = /*#__PURE__*/(0, _react.createRef)();\n _this._lastEvents = {};\n _this._lastEventsTimes = {};\n _this._onCameraReady = () => {\n if (_this.props.onCameraReady) {\n _this.props.onCameraReady();\n }\n };\n _this._onAvailableLensesChanged = _ref2 => {\n var nativeEvent = _ref2.nativeEvent;\n if (_this.props.onAvailableLensesChanged) {\n _this.props.onAvailableLensesChanged(nativeEvent);\n }\n };\n _this._onMountError = _ref3 => {\n var nativeEvent = _ref3.nativeEvent;\n if (_this.props.onMountError) {\n _this.props.onMountError(nativeEvent);\n }\n };\n _this._onResponsiveOrientationChanged = _ref4 => {\n var nativeEvent = _ref4.nativeEvent;\n if (_this.props.onResponsiveOrientationChanged) {\n _this.props.onResponsiveOrientationChanged(nativeEvent);\n }\n };\n _this._onObjectDetected = callback => _ref5 => {\n var nativeEvent = _ref5.nativeEvent;\n var type = nativeEvent.type;\n if (_this._lastEvents[type] && _this._lastEventsTimes[type] && JSON.stringify(nativeEvent) === _this._lastEvents[type] && new Date().getTime() - _this._lastEventsTimes[type].getTime() < EventThrottleMs) {\n return;\n }\n if (callback) {\n callback(nativeEvent);\n _this._lastEventsTimes[type] = new Date();\n _this._lastEvents[type] = JSON.stringify(nativeEvent);\n }\n };\n _this._setReference = ref => {\n if (ref) {\n // TODO(Bacon): Unify these - perhaps with hooks?\n if (_expoModulesCore.Platform.OS === 'web') {\n _this._cameraHandle = ref;\n }\n }\n };\n return _this;\n }\n (0, _inherits.default)(CameraView, _Component);\n return (0, _createClass.default)(CameraView, [{\n key: \"getAvailablePictureSizesAsync\",\n value: (\n /**\n * Get picture sizes that are supported by the device.\n * @return Returns a Promise that resolves to an array of strings representing picture sizes that can be passed to `pictureSize` prop.\n * The list varies across Android devices but is the same for every iOS.\n */\n function () {\n var _getAvailablePictureSizesAsync = (0, _asyncToGenerator.default)(function* () {\n return (yield this._cameraRef.current?.getAvailablePictureSizes()) ?? [];\n });\n function getAvailablePictureSizesAsync() {\n return _getAvailablePictureSizesAsync.apply(this, arguments);\n }\n return getAvailablePictureSizesAsync;\n }()\n /**\n * Returns the available lenses for the currently selected camera.\n *\n * @return Returns a Promise that resolves to an array of strings representing the lens type that can be passed to `selectedLens` prop.\n * @platform ios\n */\n )\n }, {\n key: \"getAvailableLensesAsync\",\n value: (function () {\n var _getAvailableLensesAsync = (0, _asyncToGenerator.default)(function* () {\n return (yield this._cameraRef.current?.getAvailableLenses()) ?? [];\n });\n function getAvailableLensesAsync() {\n return _getAvailableLensesAsync.apply(this, arguments);\n }\n return getAvailableLensesAsync;\n }()\n /**\n * Returns an object with the supported features of the camera on the current device.\n */\n )\n }, {\n key: \"getSupportedFeatures\",\n value: function getSupportedFeatures() {\n return {\n isModernBarcodeScannerAvailable: CameraManager.default.isModernBarcodeScannerAvailable,\n toggleRecordingAsyncAvailable: CameraManager.default.toggleRecordingAsyncAvailable\n };\n }\n /**\n * Resumes the camera preview.\n */\n }, {\n key: \"resumePreview\",\n value: (function () {\n var _resumePreview = (0, _asyncToGenerator.default)(function* () {\n return this._cameraRef.current?.resumePreview();\n });\n function resumePreview() {\n return _resumePreview.apply(this, arguments);\n }\n return resumePreview;\n }()\n /**\n * Pauses the camera preview. It is not recommended to use `takePictureAsync` when preview is paused.\n */\n )\n }, {\n key: \"pausePreview\",\n value: (function () {\n var _pausePreview = (0, _asyncToGenerator.default)(function* () {\n return this._cameraRef.current?.pausePreview();\n });\n function pausePreview() {\n return _pausePreview.apply(this, arguments);\n }\n return pausePreview;\n }() // Values under keys from this object will be transformed to native options\n )\n }, {\n key: \"takePictureAsync\",\n value: function () {\n var _takePictureAsync = (0, _asyncToGenerator.default)(function* (options) {\n var pictureOptions = ensurePictureOptions(options);\n if (_expoModulesCore.Platform.OS === 'ios' && options?.pictureRef) {\n return this._cameraRef.current?.takePictureRef?.(options);\n }\n return this._cameraRef.current?.takePicture(pictureOptions);\n });\n function takePictureAsync(_x) {\n return _takePictureAsync.apply(this, arguments);\n }\n return takePictureAsync;\n }()\n /**\n * On Android, we will use the [Google code scanner](https://developers.google.com/ml-kit/vision/barcode-scanning/code-scanner).\n * On iOS, presents a modal view controller that uses the [`DataScannerViewController`](https://developer.apple.com/documentation/visionkit/scanning_data_with_the_camera) available on iOS 16+.\n * @platform android\n * @platform ios\n */\n }, {\n key: \"recordAsync\",\n value: (\n /**\n * Starts recording a video that will be saved to cache directory. Videos are rotated to match device's orientation.\n * Flipping camera during a recording results in stopping it.\n * @param options A map of `CameraRecordingOptions` type.\n * @return Returns a Promise that resolves to an object containing video file `uri` property and a `codec` property on iOS.\n * The Promise is returned if `stopRecording` was invoked, one of `maxDuration` and `maxFileSize` is reached or camera preview is stopped.\n * @platform android\n * @platform ios\n */\n function () {\n var _recordAsync = (0, _asyncToGenerator.default)(function* (options) {\n var recordingOptions = ensureRecordingOptions(options);\n return this._cameraRef.current?.record(recordingOptions);\n });\n function recordAsync(_x2) {\n return _recordAsync.apply(this, arguments);\n }\n return recordAsync;\n }()\n /**\n * Pauses or resumes the video recording. Only has an effect if there is an active recording. On `iOS`, this method only supported on `iOS` 18.\n *\n * @example\n * ```ts\n * const { toggleRecordingAsyncAvailable } = getSupportedFeatures()\n *\n * return (\n * {toggleRecordingAsyncAvailable && (\n * <Button title=\"Toggle Recording\" onPress={toggleRecordingAsync} />\n * )}\n * )\n * ```\n */\n )\n }, {\n key: \"toggleRecordingAsync\",\n value: (function () {\n var _toggleRecordingAsync = (0, _asyncToGenerator.default)(function* () {\n return this._cameraRef.current?.toggleRecording();\n });\n function toggleRecordingAsync() {\n return _toggleRecordingAsync.apply(this, arguments);\n }\n return toggleRecordingAsync;\n }()\n /**\n * Stops recording if any is in progress.\n * @platform android\n * @platform ios\n */\n )\n }, {\n key: \"stopRecording\",\n value: function stopRecording() {\n this._cameraRef.current?.stopRecording();\n }\n }, {\n key: \"render\",\n value: function render() {\n var nativeProps = (0, _utilsProps.ensureNativeProps)(this.props);\n var onBarcodeScanned = this.props.onBarcodeScanned ? this._onObjectDetected(this.props.onBarcodeScanned) : undefined;\n // @ts-expect-error\n if (nativeProps.children && !loggedRenderingChildrenWarning) {\n console.warn('The <CameraView> component does not support children. This may lead to inconsistent behaviour or crashes. If you want to render content on top of the Camera, consider using absolute positioning.');\n loggedRenderingChildrenWarning = true;\n }\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ExpoCamera.default, {\n ...nativeProps,\n ref: this._cameraRef,\n onCameraReady: this._onCameraReady,\n onMountError: this._onMountError,\n onBarcodeScanned: onBarcodeScanned,\n onAvailableLensesChanged: this._onAvailableLensesChanged,\n onPictureSaved: _onPictureSaved,\n onResponsiveOrientationChanged: this._onResponsiveOrientationChanged\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 258,\n columnNumber: 17\n }, this);\n }\n }], [{\n key: \"isAvailableAsync\",\n value: (\n /**\n * Check whether the current device has a camera. This is useful for web and simulators cases.\n * This isn't influenced by the Permissions API (all platforms), or HTTP usage (in the browser).\n * You will still need to check if the native permission has been accepted.\n * @platform web\n */\n function () {\n var _isAvailableAsync = (0, _asyncToGenerator.default)(function* () {\n if (!CameraManager.default.isAvailableAsync) {\n throw new _expoModulesCore.UnavailabilityError('expo-camera', 'isAvailableAsync');\n }\n return CameraManager.default.isAvailableAsync();\n });\n function isAvailableAsync() {\n return _isAvailableAsync.apply(this, arguments);\n }\n return isAvailableAsync;\n }() // @needsAudit\n /**\n * Queries the device for the available video codecs that can be used in video recording.\n * @return A promise that resolves to a list of strings that represents available codecs.\n * @platform ios\n */\n )\n }, {\n key: \"getAvailableVideoCodecsAsync\",\n value: function () {\n var _getAvailableVideoCodecsAsync = (0, _asyncToGenerator.default)(function* () {\n if (!CameraManager.default.getAvailableVideoCodecsAsync) {\n throw new _expoModulesCore.UnavailabilityError('Camera', 'getAvailableVideoCodecsAsync');\n }\n return CameraManager.default.getAvailableVideoCodecsAsync();\n });\n function getAvailableVideoCodecsAsync() {\n return _getAvailableVideoCodecsAsync.apply(this, arguments);\n }\n return getAvailableVideoCodecsAsync;\n }()\n }, {\n key: \"launchScanner\",\n value: (function () {\n var _launchScanner = (0, _asyncToGenerator.default)(function* (options) {\n if (!options) {\n options = {\n barcodeTypes: []\n };\n }\n if (_expoModulesCore.Platform.OS !== 'web' && CameraView.isModernBarcodeScannerAvailable) {\n yield CameraManager.default.launchScanner(options);\n }\n });\n function launchScanner(_x3) {\n return _launchScanner.apply(this, arguments);\n }\n return launchScanner;\n }()\n /**\n * Dismiss the scanner presented by `launchScanner`.\n * > **info** On Android, the scanner is dismissed automatically when a barcode is scanned.\n * @platform ios\n */\n )\n }, {\n key: \"dismissScanner\",\n value: (function () {\n var _dismissScanner = (0, _asyncToGenerator.default)(function* () {\n if (_expoModulesCore.Platform.OS !== 'web' && CameraView.isModernBarcodeScannerAvailable) {\n yield CameraManager.default.dismissScanner();\n }\n });\n function dismissScanner() {\n return _dismissScanner.apply(this, arguments);\n }\n return dismissScanner;\n }()\n /**\n * Invokes the `listener` function when a bar code has been successfully scanned. The callback is provided with\n * an object of the `ScanningResult` shape, where the `type` refers to the bar code type that was scanned and the `data` is the information encoded in the bar code\n * (in this case of QR codes, this is often a URL). See [`BarcodeType`](#barcodetype) for supported values.\n * @param listener Invoked with the [ScanningResult](#scanningresult) when a bar code has been successfully scanned.\n *\n * @platform ios\n * @platform android\n */\n )\n }, {\n key: \"onModernBarcodeScanned\",\n value: function onModernBarcodeScanned(listener) {\n return CameraManager.default.addListener('onModernBarcodeScanned', listener);\n }\n }]);\n }(_react.Component);\n /**\n * Property that determines if the current device has the ability to use `DataScannerViewController` (iOS 16+) or the Google code scanner (Android).\n */\n CameraView.isModernBarcodeScannerAvailable = CameraManager.default.isModernBarcodeScannerAvailable;\n CameraView.ConversionTables = _utilsProps.ConversionTables;\n CameraView.defaultProps = {\n zoom: 0,\n facing: 'back',\n enableTorch: false,\n mode: 'picture',\n flash: 'off'\n };\n});","lineCount":425,"map":[[16,13,45,21,"CameraView"],[16,23,45,31],[17,4,45,31],[18,2,45,31],[19,2,45,31],[19,6,45,31,"_babelRuntimeHelpersAsyncToGenerator"],[19,42,45,31],[19,45,45,31,"require"],[19,52,45,31],[19,53,45,31,"_dependencyMap"],[19,67,45,31],[20,2,45,31],[20,6,45,31,"_asyncToGenerator"],[20,23,45,31],[20,26,45,31,"_interopDefault"],[20,41,45,31],[20,42,45,31,"_babelRuntimeHelpersAsyncToGenerator"],[20,78,45,31],[21,2,45,31],[21,6,45,31,"_babelRuntimeHelpersClassCallCheck"],[21,40,45,31],[21,43,45,31,"require"],[21,50,45,31],[21,51,45,31,"_dependencyMap"],[21,65,45,31],[22,2,45,31],[22,6,45,31,"_classCallCheck"],[22,21,45,31],[22,24,45,31,"_interopDefault"],[22,39,45,31],[22,40,45,31,"_babelRuntimeHelpersClassCallCheck"],[22,74,45,31],[23,2,45,31],[23,6,45,31,"_babelRuntimeHelpersCreateClass"],[23,37,45,31],[23,40,45,31,"require"],[23,47,45,31],[23,48,45,31,"_dependencyMap"],[23,62,45,31],[24,2,45,31],[24,6,45,31,"_createClass"],[24,18,45,31],[24,21,45,31,"_interopDefault"],[24,36,45,31],[24,37,45,31,"_babelRuntimeHelpersCreateClass"],[24,68,45,31],[25,2,45,31],[25,6,45,31,"_babelRuntimeHelpersCallSuper"],[25,35,45,31],[25,38,45,31,"require"],[25,45,45,31],[25,46,45,31,"_dependencyMap"],[25,60,45,31],[26,2,45,31],[26,6,45,31,"_callSuper"],[26,16,45,31],[26,19,45,31,"_interopDefault"],[26,34,45,31],[26,35,45,31,"_babelRuntimeHelpersCallSuper"],[26,64,45,31],[27,2,45,31],[27,6,45,31,"_babelRuntimeHelpersInherits"],[27,34,45,31],[27,37,45,31,"require"],[27,44,45,31],[27,45,45,31,"_dependencyMap"],[27,59,45,31],[28,2,45,31],[28,6,45,31,"_inherits"],[28,15,45,31],[28,18,45,31,"_interopDefault"],[28,33,45,31],[28,34,45,31,"_babelRuntimeHelpersInherits"],[28,62,45,31],[29,2,1,0],[29,6,1,0,"_expoModulesCore"],[29,22,1,0],[29,25,1,0,"require"],[29,32,1,0],[29,33,1,0,"_dependencyMap"],[29,47,1,0],[30,2,2,0],[30,6,2,0,"_react"],[30,12,2,0],[30,15,2,0,"require"],[30,22,2,0],[30,23,2,0,"_dependencyMap"],[30,37,2,0],[31,2,3,0],[31,6,3,0,"_ExpoCamera"],[31,17,3,0],[31,20,3,0,"require"],[31,27,3,0],[31,28,3,0,"_dependencyMap"],[31,42,3,0],[32,2,3,0],[32,6,3,0,"ExpoCamera"],[32,16,3,0],[32,19,3,0,"_interopDefault"],[32,34,3,0],[32,35,3,0,"_ExpoCamera"],[32,46,3,0],[33,2,4,0],[33,6,4,0,"_ExpoCameraManager"],[33,24,4,0],[33,27,4,0,"require"],[33,34,4,0],[33,35,4,0,"_dependencyMap"],[33,49,4,0],[34,2,4,0],[34,6,4,0,"CameraManager"],[34,19,4,0],[34,22,4,0,"_interopDefault"],[34,37,4,0],[34,38,4,0,"_ExpoCameraManager"],[34,56,4,0],[35,2,5,0],[35,6,5,0,"_utilsProps"],[35,17,5,0],[35,20,5,0,"require"],[35,27,5,0],[35,28,5,0,"_dependencyMap"],[35,42,5,0],[36,2,5,68],[36,6,5,68,"_reactJsxDevRuntime"],[36,25,5,68],[36,28,5,68,"require"],[36,35,5,68],[36,36,5,68,"_dependencyMap"],[36,50,5,68],[37,2,6,0],[37,6,6,6,"EventThrottleMs"],[37,21,6,21],[37,24,6,24],[37,27,6,27],[38,2,7,0],[38,6,7,6,"_PICTURE_SAVED_CALLBACKS"],[38,30,7,30],[38,33,7,33],[38,34,7,34],[38,35,7,35],[39,2,8,0],[39,6,8,4,"loggedRenderingChildrenWarning"],[39,36,8,34],[39,39,8,37],[39,44,8,42],[40,2,9,0],[40,6,9,4,"_GLOBAL_PICTURE_ID"],[40,24,9,22],[40,27,9,25],[40,28,9,26],[41,2,10,0],[41,11,10,9,"ensurePictureOptions"],[41,31,10,29,"ensurePictureOptions"],[41,32,10,30,"options"],[41,39,10,37],[41,41,10,39],[42,4,11,4],[42,8,11,8],[42,9,11,9,"options"],[42,16,11,16],[42,20,11,20],[42,27,11,27,"options"],[42,34,11,34],[42,39,11,39],[42,47,11,47],[42,49,11,49],[43,6,12,8],[43,13,12,15],[43,14,12,16],[43,15,12,17],[44,4,13,4],[45,4,14,4],[45,8,14,8,"options"],[45,15,14,15],[45,16,14,16,"quality"],[45,23,14,23],[45,28,14,28,"undefined"],[45,37,14,37],[45,39,14,39],[46,6,15,8,"options"],[46,13,15,15],[46,14,15,16,"quality"],[46,21,15,23],[46,24,15,26],[46,25,15,27],[47,4,16,4],[48,4,17,4],[48,8,17,8,"options"],[48,15,17,15],[48,16,17,16,"mirror"],[48,22,17,22],[48,24,17,24],[49,6,18,8,"console"],[49,13,18,15],[49,14,18,16,"warn"],[49,18,18,20],[49,19,18,21],[49,113,18,115],[49,114,18,116],[50,4,19,4],[51,4,20,4],[51,8,20,8,"options"],[51,15,20,15],[51,16,20,16,"onPictureSaved"],[51,30,20,30],[51,32,20,32],[52,6,21,8],[52,10,21,14,"id"],[52,12,21,16],[52,15,21,19,"_GLOBAL_PICTURE_ID"],[52,33,21,37],[52,35,21,39],[53,6,22,8,"_PICTURE_SAVED_CALLBACKS"],[53,30,22,32],[53,31,22,33,"id"],[53,33,22,35],[53,34,22,36],[53,37,22,39,"options"],[53,44,22,46],[53,45,22,47,"onPictureSaved"],[53,59,22,61],[54,6,23,8,"options"],[54,13,23,15],[54,14,23,16,"id"],[54,16,23,18],[54,19,23,21,"id"],[54,21,23,23],[55,6,24,8,"options"],[55,13,24,15],[55,14,24,16,"fastMode"],[55,22,24,24],[55,25,24,27],[55,29,24,31],[56,4,25,4],[57,4,26,4],[57,11,26,11,"options"],[57,18,26,18],[58,2,27,0],[59,2,28,0],[59,11,28,9,"ensureRecordingOptions"],[59,33,28,31,"ensureRecordingOptions"],[59,34,28,31],[59,36,28,46],[60,4,28,46],[60,8,28,32,"options"],[60,15,28,39],[60,18,28,39,"arguments"],[60,27,28,39],[60,28,28,39,"length"],[60,34,28,39],[60,42,28,39,"arguments"],[60,51,28,39],[60,59,28,39,"undefined"],[60,68,28,39],[60,71,28,39,"arguments"],[60,80,28,39],[60,86,28,42],[60,87,28,43],[60,88,28,44],[61,4,29,4],[61,8,29,8],[61,9,29,9,"options"],[61,16,29,16],[61,20,29,20],[61,27,29,27,"options"],[61,34,29,34],[61,39,29,39],[61,47,29,47],[61,49,29,49],[62,6,30,8],[62,13,30,15],[62,14,30,16],[62,15,30,17],[63,4,31,4],[64,4,32,4],[64,8,32,8,"options"],[64,15,32,15],[64,16,32,16,"mirror"],[64,22,32,22],[64,24,32,24],[65,6,33,8,"console"],[65,13,33,15],[65,14,33,16,"warn"],[65,18,33,20],[65,19,33,21],[65,113,33,115],[65,114,33,116],[66,4,34,4],[67,4,35,4],[67,11,35,11,"options"],[67,18,35,18],[68,2,36,0],[69,2,37,0],[69,11,37,9,"_onPictureSaved"],[69,26,37,24,"_onPictureSaved"],[69,27,37,24,"_ref"],[69,31,37,24],[69,33,37,43],[70,4,37,43],[70,8,37,27,"nativeEvent"],[70,19,37,38],[70,22,37,38,"_ref"],[70,26,37,38],[70,27,37,27,"nativeEvent"],[70,38,37,38],[71,4,38,4],[71,8,38,12,"id"],[71,10,38,14],[71,13,38,25,"nativeEvent"],[71,24,38,36],[71,25,38,12,"id"],[71,27,38,14],[72,6,38,16,"data"],[72,10,38,20],[72,13,38,25,"nativeEvent"],[72,24,38,36],[72,25,38,16,"data"],[72,29,38,20],[73,4,39,4],[73,8,39,10,"callback"],[73,16,39,18],[73,19,39,21,"_PICTURE_SAVED_CALLBACKS"],[73,43,39,45],[73,44,39,46,"id"],[73,46,39,48],[73,47,39,49],[74,4,40,4],[74,8,40,8,"callback"],[74,16,40,16],[74,18,40,18],[75,6,41,8,"callback"],[75,14,41,16],[75,15,41,17,"data"],[75,19,41,21],[75,20,41,22],[76,6,42,8],[76,13,42,15,"_PICTURE_SAVED_CALLBACKS"],[76,37,42,39],[76,38,42,40,"id"],[76,40,42,42],[76,41,42,43],[77,4,43,4],[78,2,44,0],[79,2,44,1],[79,6,45,21,"CameraView"],[79,16,45,31],[79,42,45,31,"_Component"],[79,52,45,31],[80,4,45,31],[80,13,45,31,"CameraView"],[80,24,45,31],[81,6,45,31],[81,10,45,31,"_this"],[81,15,45,31],[82,6,45,31],[82,10,45,31,"_classCallCheck"],[82,25,45,31],[82,26,45,31,"default"],[82,33,45,31],[82,41,45,31,"CameraView"],[82,51,45,31],[83,6,45,31],[83,15,45,31,"_len"],[83,19,45,31],[83,22,45,31,"arguments"],[83,31,45,31],[83,32,45,31,"length"],[83,38,45,31],[83,40,45,31,"args"],[83,44,45,31],[83,51,45,31,"Array"],[83,56,45,31],[83,57,45,31,"_len"],[83,61,45,31],[83,64,45,31,"_key"],[83,68,45,31],[83,74,45,31,"_key"],[83,78,45,31],[83,81,45,31,"_len"],[83,85,45,31],[83,87,45,31,"_key"],[83,91,45,31],[84,8,45,31,"args"],[84,12,45,31],[84,13,45,31,"_key"],[84,17,45,31],[84,21,45,31,"arguments"],[84,30,45,31],[84,31,45,31,"_key"],[84,35,45,31],[85,6,45,31],[86,6,45,31,"_this"],[86,11,45,31],[86,18,45,31,"_callSuper"],[86,28,45,31],[86,29,45,31,"default"],[86,36,45,31],[86,44,45,31,"CameraView"],[86,54,45,31],[86,60,45,31,"args"],[86,64,45,31],[87,6,45,31,"_this"],[87,11,45,31],[87,12,122,4,"_cameraRef"],[87,22,122,14],[87,38,122,17],[87,42,122,17,"createRef"],[87,48,122,26],[87,49,122,26,"createRef"],[87,58,122,26],[87,60,122,27],[87,61,122,28],[88,6,122,28,"_this"],[88,11,122,28],[88,12,123,4,"_lastEvents"],[88,23,123,15],[88,26,123,18],[88,27,123,19],[88,28,123,20],[89,6,123,20,"_this"],[89,11,123,20],[89,12,124,4,"_lastEventsTimes"],[89,28,124,20],[89,31,124,23],[89,32,124,24],[89,33,124,25],[90,6,124,25,"_this"],[90,11,124,25],[90,12,206,4,"_onCameraReady"],[90,26,206,18],[90,29,206,21],[90,35,206,27],[91,8,207,8],[91,12,207,12,"_this"],[91,17,207,12],[91,18,207,17,"props"],[91,23,207,22],[91,24,207,23,"onCameraReady"],[91,37,207,36],[91,39,207,38],[92,10,208,12,"_this"],[92,15,208,12],[92,16,208,17,"props"],[92,21,208,22],[92,22,208,23,"onCameraReady"],[92,35,208,36],[92,36,208,37],[92,37,208,38],[93,8,209,8],[94,6,210,4],[94,7,210,5],[95,6,210,5,"_this"],[95,11,210,5],[95,12,211,4,"_onAvailableLensesChanged"],[95,37,211,29],[95,40,211,32,"_ref2"],[95,45,211,32],[95,49,211,53],[96,8,211,53],[96,12,211,35,"nativeEvent"],[96,23,211,46],[96,26,211,46,"_ref2"],[96,31,211,46],[96,32,211,35,"nativeEvent"],[96,43,211,46],[97,8,212,8],[97,12,212,12,"_this"],[97,17,212,12],[97,18,212,17,"props"],[97,23,212,22],[97,24,212,23,"onAvailableLensesChanged"],[97,48,212,47],[97,50,212,49],[98,10,213,12,"_this"],[98,15,213,12],[98,16,213,17,"props"],[98,21,213,22],[98,22,213,23,"onAvailableLensesChanged"],[98,46,213,47],[98,47,213,48,"nativeEvent"],[98,58,213,59],[98,59,213,60],[99,8,214,8],[100,6,215,4],[100,7,215,5],[101,6,215,5,"_this"],[101,11,215,5],[101,12,216,4,"_onMountError"],[101,25,216,17],[101,28,216,20,"_ref3"],[101,33,216,20],[101,37,216,41],[102,8,216,41],[102,12,216,23,"nativeEvent"],[102,23,216,34],[102,26,216,34,"_ref3"],[102,31,216,34],[102,32,216,23,"nativeEvent"],[102,43,216,34],[103,8,217,8],[103,12,217,12,"_this"],[103,17,217,12],[103,18,217,17,"props"],[103,23,217,22],[103,24,217,23,"onMountError"],[103,36,217,35],[103,38,217,37],[104,10,218,12,"_this"],[104,15,218,12],[104,16,218,17,"props"],[104,21,218,22],[104,22,218,23,"onMountError"],[104,34,218,35],[104,35,218,36,"nativeEvent"],[104,46,218,47],[104,47,218,48],[105,8,219,8],[106,6,220,4],[106,7,220,5],[107,6,220,5,"_this"],[107,11,220,5],[107,12,221,4,"_onResponsiveOrientationChanged"],[107,43,221,35],[107,46,221,38,"_ref4"],[107,51,221,38],[107,55,221,60],[108,8,221,60],[108,12,221,41,"nativeEvent"],[108,23,221,52],[108,26,221,52,"_ref4"],[108,31,221,52],[108,32,221,41,"nativeEvent"],[108,43,221,52],[109,8,222,8],[109,12,222,12,"_this"],[109,17,222,12],[109,18,222,17,"props"],[109,23,222,22],[109,24,222,23,"onResponsiveOrientationChanged"],[109,54,222,53],[109,56,222,55],[110,10,223,12,"_this"],[110,15,223,12],[110,16,223,17,"props"],[110,21,223,22],[110,22,223,23,"onResponsiveOrientationChanged"],[110,52,223,53],[110,53,223,54,"nativeEvent"],[110,64,223,65],[110,65,223,66],[111,8,224,8],[112,6,225,4],[112,7,225,5],[113,6,225,5,"_this"],[113,11,225,5],[113,12,226,4,"_onObjectDetected"],[113,29,226,21],[113,32,226,25,"callback"],[113,40,226,33],[113,44,226,38,"_ref5"],[113,49,226,38],[113,53,226,59],[114,8,226,59],[114,12,226,41,"nativeEvent"],[114,23,226,52],[114,26,226,52,"_ref5"],[114,31,226,52],[114,32,226,41,"nativeEvent"],[114,43,226,52],[115,8,227,8],[115,12,227,16,"type"],[115,16,227,20],[115,19,227,25,"nativeEvent"],[115,30,227,36],[115,31,227,16,"type"],[115,35,227,20],[116,8,228,8],[116,12,228,12,"_this"],[116,17,228,12],[116,18,228,17,"_lastEvents"],[116,29,228,28],[116,30,228,29,"type"],[116,34,228,33],[116,35,228,34],[116,39,229,12,"_this"],[116,44,229,12],[116,45,229,17,"_lastEventsTimes"],[116,61,229,33],[116,62,229,34,"type"],[116,66,229,38],[116,67,229,39],[116,71,230,12,"JSON"],[116,75,230,16],[116,76,230,17,"stringify"],[116,85,230,26],[116,86,230,27,"nativeEvent"],[116,97,230,38],[116,98,230,39],[116,103,230,44,"_this"],[116,108,230,44],[116,109,230,49,"_lastEvents"],[116,120,230,60],[116,121,230,61,"type"],[116,125,230,65],[116,126,230,66],[116,130,231,12],[116,134,231,16,"Date"],[116,138,231,20],[116,139,231,21],[116,140,231,22],[116,141,231,23,"getTime"],[116,148,231,30],[116,149,231,31],[116,150,231,32],[116,153,231,35,"_this"],[116,158,231,35],[116,159,231,40,"_lastEventsTimes"],[116,175,231,56],[116,176,231,57,"type"],[116,180,231,61],[116,181,231,62],[116,182,231,63,"getTime"],[116,189,231,70],[116,190,231,71],[116,191,231,72],[116,194,231,75,"EventThrottleMs"],[116,209,231,90],[116,211,231,92],[117,10,232,12],[118,8,233,8],[119,8,234,8],[119,12,234,12,"callback"],[119,20,234,20],[119,22,234,22],[120,10,235,12,"callback"],[120,18,235,20],[120,19,235,21,"nativeEvent"],[120,30,235,32],[120,31,235,33],[121,10,236,12,"_this"],[121,15,236,12],[121,16,236,17,"_lastEventsTimes"],[121,32,236,33],[121,33,236,34,"type"],[121,37,236,38],[121,38,236,39],[121,41,236,42],[121,45,236,46,"Date"],[121,49,236,50],[121,50,236,51],[121,51,236,52],[122,10,237,12,"_this"],[122,15,237,12],[122,16,237,17,"_lastEvents"],[122,27,237,28],[122,28,237,29,"type"],[122,32,237,33],[122,33,237,34],[122,36,237,37,"JSON"],[122,40,237,41],[122,41,237,42,"stringify"],[122,50,237,51],[122,51,237,52,"nativeEvent"],[122,62,237,63],[122,63,237,64],[123,8,238,8],[124,6,239,4],[124,7,239,5],[125,6,239,5,"_this"],[125,11,239,5],[125,12,240,4,"_setReference"],[125,25,240,17],[125,28,240,21,"ref"],[125,31,240,24],[125,35,240,29],[126,8,241,8],[126,12,241,12,"ref"],[126,15,241,15],[126,17,241,17],[127,10,242,12],[128,10,243,12],[128,14,243,16,"Platform"],[128,30,243,24],[128,31,243,24,"Platform"],[128,39,243,24],[128,40,243,25,"OS"],[128,42,243,27],[128,47,243,32],[128,52,243,37],[128,54,243,39],[129,12,244,16,"_this"],[129,17,244,16],[129,18,244,21,"_cameraHandle"],[129,31,244,34],[129,34,244,37,"ref"],[129,37,244,40],[130,10,245,12],[131,8,246,8],[132,6,247,4],[132,7,247,5],[133,6,247,5],[133,13,247,5,"_this"],[133,18,247,5],[134,4,247,5],[135,4,247,5],[135,8,247,5,"_inherits"],[135,17,247,5],[135,18,247,5,"default"],[135,25,247,5],[135,27,247,5,"CameraView"],[135,37,247,5],[135,39,247,5,"_Component"],[135,49,247,5],[136,4,247,5],[136,15,247,5,"_createClass"],[136,27,247,5],[136,28,247,5,"default"],[136,35,247,5],[136,37,247,5,"CameraView"],[136,47,247,5],[137,6,247,5,"key"],[137,9,247,5],[138,6,247,5,"value"],[138,11,247,5],[139,6,74,4],[140,0,75,0],[141,0,76,0],[142,0,77,0],[143,0,78,0],[144,6,74,4],[145,8,74,4],[145,12,74,4,"_getAvailablePictureSizesAsync"],[145,42,74,4],[145,49,74,4,"_asyncToGenerator"],[145,66,74,4],[145,67,74,4,"default"],[145,74,74,4],[145,76,79,4],[145,89,79,42],[146,10,80,8],[146,17,80,15],[146,24,80,22],[146,28,80,26],[146,29,80,27,"_cameraRef"],[146,39,80,37],[146,40,80,38,"current"],[146,47,80,45],[146,49,80,47,"getAvailablePictureSizes"],[146,73,80,71],[146,74,80,72],[146,75,80,73],[146,80,80,78],[146,82,80,80],[147,8,81,4],[147,9,81,5],[148,8,81,5],[148,17,79,10,"getAvailablePictureSizesAsync"],[148,46,79,39,"getAvailablePictureSizesAsync"],[148,47,79,39],[149,10,79,39],[149,17,79,39,"_getAvailablePictureSizesAsync"],[149,47,79,39],[149,48,79,39,"apply"],[149,53,79,39],[149,60,79,39,"arguments"],[149,69,79,39],[150,8,79,39],[151,8,79,39],[151,15,79,10,"getAvailablePictureSizesAsync"],[151,44,79,39],[152,6,79,39],[153,6,82,4],[154,0,83,0],[155,0,84,0],[156,0,85,0],[157,0,86,0],[158,0,87,0],[159,6,82,4],[160,4,82,4],[161,6,82,4,"key"],[161,9,82,4],[162,6,82,4,"value"],[162,11,82,4],[163,8,82,4],[163,12,82,4,"_getAvailableLensesAsync"],[163,36,82,4],[163,43,82,4,"_asyncToGenerator"],[163,60,82,4],[163,61,82,4,"default"],[163,68,82,4],[163,70,88,4],[163,83,88,36],[164,10,89,8],[164,17,89,15],[164,24,89,22],[164,28,89,26],[164,29,89,27,"_cameraRef"],[164,39,89,37],[164,40,89,38,"current"],[164,47,89,45],[164,49,89,47,"getAvailableLenses"],[164,67,89,65],[164,68,89,66],[164,69,89,67],[164,74,89,72],[164,76,89,74],[165,8,90,4],[165,9,90,5],[166,8,90,5],[166,17,88,10,"getAvailableLensesAsync"],[166,40,88,33,"getAvailableLensesAsync"],[166,41,88,33],[167,10,88,33],[167,17,88,33,"_getAvailableLensesAsync"],[167,41,88,33],[167,42,88,33,"apply"],[167,47,88,33],[167,54,88,33,"arguments"],[167,63,88,33],[168,8,88,33],[169,8,88,33],[169,15,88,10,"getAvailableLensesAsync"],[169,38,88,33],[170,6,88,33],[171,6,91,4],[172,0,92,0],[173,0,93,0],[174,6,91,4],[175,4,91,4],[176,6,91,4,"key"],[176,9,91,4],[177,6,91,4,"value"],[177,11,91,4],[177,13,94,4],[177,22,94,4,"getSupportedFeatures"],[177,42,94,24,"getSupportedFeatures"],[177,43,94,24],[177,45,94,27],[178,8,95,8],[178,15,95,15],[179,10,96,12,"isModernBarcodeScannerAvailable"],[179,41,96,43],[179,43,96,45,"CameraManager"],[179,56,96,58],[179,57,96,58,"default"],[179,64,96,58],[179,65,96,59,"isModernBarcodeScannerAvailable"],[179,96,96,90],[180,10,97,12,"toggleRecordingAsyncAvailable"],[180,39,97,41],[180,41,97,43,"CameraManager"],[180,54,97,56],[180,55,97,56,"default"],[180,62,97,56],[180,63,97,57,"toggleRecordingAsyncAvailable"],[181,8,98,8],[181,9,98,9],[182,6,99,4],[183,6,100,4],[184,0,101,0],[185,0,102,0],[186,4,100,4],[187,6,100,4,"key"],[187,9,100,4],[188,6,100,4,"value"],[188,11,100,4],[189,8,100,4],[189,12,100,4,"_resumePreview"],[189,26,100,4],[189,33,100,4,"_asyncToGenerator"],[189,50,100,4],[189,51,100,4,"default"],[189,58,100,4],[189,60,103,4],[189,73,103,26],[190,10,104,8],[190,17,104,15],[190,21,104,19],[190,22,104,20,"_cameraRef"],[190,32,104,30],[190,33,104,31,"current"],[190,40,104,38],[190,42,104,40,"resumePreview"],[190,55,104,53],[190,56,104,54],[190,57,104,55],[191,8,105,4],[191,9,105,5],[192,8,105,5],[192,17,103,10,"resumePreview"],[192,30,103,23,"resumePreview"],[192,31,103,23],[193,10,103,23],[193,17,103,23,"_resumePreview"],[193,31,103,23],[193,32,103,23,"apply"],[193,37,103,23],[193,44,103,23,"arguments"],[193,53,103,23],[194,8,103,23],[195,8,103,23],[195,15,103,10,"resumePreview"],[195,28,103,23],[196,6,103,23],[197,6,106,4],[198,0,107,0],[199,0,108,0],[200,6,106,4],[201,4,106,4],[202,6,106,4,"key"],[202,9,106,4],[203,6,106,4,"value"],[203,11,106,4],[204,8,106,4],[204,12,106,4,"_pausePreview"],[204,25,106,4],[204,32,106,4,"_asyncToGenerator"],[204,49,106,4],[204,50,106,4,"default"],[204,57,106,4],[204,59,109,4],[204,72,109,25],[205,10,110,8],[205,17,110,15],[205,21,110,19],[205,22,110,20,"_cameraRef"],[205,32,110,30],[205,33,110,31,"current"],[205,40,110,38],[205,42,110,40,"pausePreview"],[205,54,110,52],[205,55,110,53],[205,56,110,54],[206,8,111,4],[206,9,111,5],[207,8,111,5],[207,17,109,10,"pausePreview"],[207,29,109,22,"pausePreview"],[207,30,109,22],[208,10,109,22],[208,17,109,22,"_pausePreview"],[208,30,109,22],[208,31,109,22,"apply"],[208,36,109,22],[208,43,109,22,"arguments"],[208,52,109,22],[209,8,109,22],[210,8,109,22],[210,15,109,10,"pausePreview"],[210,27,109,22],[211,6,109,22],[211,10,112,4],[212,6,112,4],[213,4,112,4],[214,6,112,4,"key"],[214,9,112,4],[215,6,112,4,"value"],[215,11,112,4],[216,8,112,4],[216,12,112,4,"_takePictureAsync"],[216,29,112,4],[216,36,112,4,"_asyncToGenerator"],[216,53,112,4],[216,54,112,4,"default"],[216,61,112,4],[216,63,125,4],[216,74,125,27,"options"],[216,81,125,34],[216,83,125,36],[217,10,126,8],[217,14,126,14,"pictureOptions"],[217,28,126,28],[217,31,126,31,"ensurePictureOptions"],[217,51,126,51],[217,52,126,52,"options"],[217,59,126,59],[217,60,126,60],[218,10,127,8],[218,14,127,12,"Platform"],[218,30,127,20],[218,31,127,20,"Platform"],[218,39,127,20],[218,40,127,21,"OS"],[218,42,127,23],[218,47,127,28],[218,52,127,33],[218,56,127,37,"options"],[218,63,127,44],[218,65,127,46,"pictureRef"],[218,75,127,56],[218,77,127,58],[219,12,128,12],[219,19,128,19],[219,23,128,23],[219,24,128,24,"_cameraRef"],[219,34,128,34],[219,35,128,35,"current"],[219,42,128,42],[219,44,128,44,"takePictureRef"],[219,58,128,58],[219,61,128,61,"options"],[219,68,128,68],[219,69,128,69],[220,10,129,8],[221,10,130,8],[221,17,130,15],[221,21,130,19],[221,22,130,20,"_cameraRef"],[221,32,130,30],[221,33,130,31,"current"],[221,40,130,38],[221,42,130,40,"takePicture"],[221,53,130,51],[221,54,130,52,"pictureOptions"],[221,68,130,66],[221,69,130,67],[222,8,131,4],[222,9,131,5],[223,8,131,5],[223,17,125,10,"takePictureAsync"],[223,33,125,26,"takePictureAsync"],[223,34,125,26,"_x"],[223,36,125,26],[224,10,125,26],[224,17,125,26,"_takePictureAsync"],[224,34,125,26],[224,35,125,26,"apply"],[224,40,125,26],[224,47,125,26,"arguments"],[224,56,125,26],[225,8,125,26],[226,8,125,26],[226,15,125,10,"takePictureAsync"],[226,31,125,26],[227,6,125,26],[228,6,132,4],[229,0,133,0],[230,0,134,0],[231,0,135,0],[232,0,136,0],[233,0,137,0],[234,4,132,4],[235,6,132,4,"key"],[235,9,132,4],[236,6,132,4,"value"],[236,11,132,4],[237,6,168,4],[238,0,169,0],[239,0,170,0],[240,0,171,0],[241,0,172,0],[242,0,173,0],[243,0,174,0],[244,0,175,0],[245,0,176,0],[246,6,168,4],[247,8,168,4],[247,12,168,4,"_recordAsync"],[247,24,168,4],[247,31,168,4,"_asyncToGenerator"],[247,48,168,4],[247,49,168,4,"default"],[247,56,168,4],[247,58,177,4],[247,69,177,22,"options"],[247,76,177,29],[247,78,177,31],[248,10,178,8],[248,14,178,14,"recordingOptions"],[248,30,178,30],[248,33,178,33,"ensureRecordingOptions"],[248,55,178,55],[248,56,178,56,"options"],[248,63,178,63],[248,64,178,64],[249,10,179,8],[249,17,179,15],[249,21,179,19],[249,22,179,20,"_cameraRef"],[249,32,179,30],[249,33,179,31,"current"],[249,40,179,38],[249,42,179,40,"record"],[249,48,179,46],[249,49,179,47,"recordingOptions"],[249,65,179,63],[249,66,179,64],[250,8,180,4],[250,9,180,5],[251,8,180,5],[251,17,177,10,"recordAsync"],[251,28,177,21,"recordAsync"],[251,29,177,21,"_x2"],[251,32,177,21],[252,10,177,21],[252,17,177,21,"_recordAsync"],[252,29,177,21],[252,30,177,21,"apply"],[252,35,177,21],[252,42,177,21,"arguments"],[252,51,177,21],[253,8,177,21],[254,8,177,21],[254,15,177,10,"recordAsync"],[254,26,177,21],[255,6,177,21],[256,6,181,4],[257,0,182,0],[258,0,183,0],[259,0,184,0],[260,0,185,0],[261,0,186,0],[262,0,187,0],[263,0,188,0],[264,0,189,0],[265,0,190,0],[266,0,191,0],[267,0,192,0],[268,0,193,0],[269,0,194,0],[270,6,181,4],[271,4,181,4],[272,6,181,4,"key"],[272,9,181,4],[273,6,181,4,"value"],[273,11,181,4],[274,8,181,4],[274,12,181,4,"_toggleRecordingAsync"],[274,33,181,4],[274,40,181,4,"_asyncToGenerator"],[274,57,181,4],[274,58,181,4,"default"],[274,65,181,4],[274,67,195,4],[274,80,195,33],[275,10,196,8],[275,17,196,15],[275,21,196,19],[275,22,196,20,"_cameraRef"],[275,32,196,30],[275,33,196,31,"current"],[275,40,196,38],[275,42,196,40,"toggleRecording"],[275,57,196,55],[275,58,196,56],[275,59,196,57],[276,8,197,4],[276,9,197,5],[277,8,197,5],[277,17,195,10,"toggleRecordingAsync"],[277,37,195,30,"toggleRecordingAsync"],[277,38,195,30],[278,10,195,30],[278,17,195,30,"_toggleRecordingAsync"],[278,38,195,30],[278,39,195,30,"apply"],[278,44,195,30],[278,51,195,30,"arguments"],[278,60,195,30],[279,8,195,30],[280,8,195,30],[280,15,195,10,"toggleRecordingAsync"],[280,35,195,30],[281,6,195,30],[282,6,198,4],[283,0,199,0],[284,0,200,0],[285,0,201,0],[286,0,202,0],[287,6,198,4],[288,4,198,4],[289,6,198,4,"key"],[289,9,198,4],[290,6,198,4,"value"],[290,11,198,4],[290,13,203,4],[290,22,203,4,"stopRecording"],[290,35,203,17,"stopRecording"],[290,36,203,17],[290,38,203,20],[291,8,204,8],[291,12,204,12],[291,13,204,13,"_cameraRef"],[291,23,204,23],[291,24,204,24,"current"],[291,31,204,31],[291,33,204,33,"stopRecording"],[291,46,204,46],[291,47,204,47],[291,48,204,48],[292,6,205,4],[293,4,205,5],[294,6,205,5,"key"],[294,9,205,5],[295,6,205,5,"value"],[295,11,205,5],[295,13,248,4],[295,22,248,4,"render"],[295,28,248,10,"render"],[295,29,248,10],[295,31,248,13],[296,8,249,8],[296,12,249,14,"nativeProps"],[296,23,249,25],[296,26,249,28],[296,30,249,28,"ensureNativeProps"],[296,41,249,45],[296,42,249,45,"ensureNativeProps"],[296,59,249,45],[296,61,249,46],[296,65,249,50],[296,66,249,51,"props"],[296,71,249,56],[296,72,249,57],[297,8,250,8],[297,12,250,14,"onBarcodeScanned"],[297,28,250,30],[297,31,250,33],[297,35,250,37],[297,36,250,38,"props"],[297,41,250,43],[297,42,250,44,"onBarcodeScanned"],[297,58,250,60],[297,61,251,14],[297,65,251,18],[297,66,251,19,"_onObjectDetected"],[297,83,251,36],[297,84,251,37],[297,88,251,41],[297,89,251,42,"props"],[297,94,251,47],[297,95,251,48,"onBarcodeScanned"],[297,111,251,64],[297,112,251,65],[297,115,252,14,"undefined"],[297,124,252,23],[298,8,253,8],[299,8,254,8],[299,12,254,12,"nativeProps"],[299,23,254,23],[299,24,254,24,"children"],[299,32,254,32],[299,36,254,36],[299,37,254,37,"loggedRenderingChildrenWarning"],[299,67,254,67],[299,69,254,69],[300,10,255,12,"console"],[300,17,255,19],[300,18,255,20,"warn"],[300,22,255,24],[300,23,255,25],[300,219,255,221],[300,220,255,222],[301,10,256,12,"loggedRenderingChildrenWarning"],[301,40,256,42],[301,43,256,45],[301,47,256,49],[302,8,257,8],[303,8,258,8],[303,28,258,16],[303,32,258,16,"_reactJsxDevRuntime"],[303,51,258,16],[303,52,258,16,"jsxDEV"],[303,58,258,16],[303,60,258,17,"ExpoCamera"],[303,70,258,27],[303,71,258,27,"default"],[303,78,258,27],[304,10,258,27],[304,13,258,32,"nativeProps"],[304,24,258,43],[305,10,258,45,"ref"],[305,13,258,48],[305,15,258,50],[305,19,258,54],[305,20,258,55,"_cameraRef"],[305,30,258,66],[306,10,258,67,"onCameraReady"],[306,23,258,80],[306,25,258,82],[306,29,258,86],[306,30,258,87,"_onCameraReady"],[306,44,258,102],[307,10,258,103,"onMountError"],[307,22,258,115],[307,24,258,117],[307,28,258,121],[307,29,258,122,"_onMountError"],[307,42,258,136],[308,10,258,137,"onBarcodeScanned"],[308,26,258,153],[308,28,258,155,"onBarcodeScanned"],[308,44,258,172],[309,10,258,173,"onAvailableLensesChanged"],[309,34,258,197],[309,36,258,199],[309,40,258,203],[309,41,258,204,"_onAvailableLensesChanged"],[309,66,258,230],[310,10,258,231,"onPictureSaved"],[310,24,258,245],[310,26,258,247,"_onPictureSaved"],[310,41,258,263],[311,10,258,264,"onResponsiveOrientationChanged"],[311,40,258,294],[311,42,258,296],[311,46,258,300],[311,47,258,301,"_onResponsiveOrientationChanged"],[312,8,258,333],[313,10,258,333,"fileName"],[313,18,258,333],[313,20,258,333,"_jsxFileName"],[313,32,258,333],[314,10,258,333,"lineNumber"],[314,20,258,333],[315,10,258,333,"columnNumber"],[315,22,258,333],[316,8,258,333],[316,15,258,334],[316,16,258,335],[317,6,259,4],[318,4,259,5],[319,6,259,5,"key"],[319,9,259,5],[320,6,259,5,"value"],[320,11,259,5],[321,6,50,4],[322,0,51,0],[323,0,52,0],[324,0,53,0],[325,0,54,0],[326,0,55,0],[327,6,50,4],[328,8,50,4],[328,12,50,4,"_isAvailableAsync"],[328,29,50,4],[328,36,50,4,"_asyncToGenerator"],[328,53,50,4],[328,54,50,4,"default"],[328,61,50,4],[328,63,56,4],[328,76,56,36],[329,10,57,8],[329,14,57,12],[329,15,57,13,"CameraManager"],[329,28,57,26],[329,29,57,26,"default"],[329,36,57,26],[329,37,57,27,"isAvailableAsync"],[329,53,57,43],[329,55,57,45],[330,12,58,12],[330,18,58,18],[330,22,58,22,"UnavailabilityError"],[330,38,58,41],[330,39,58,41,"UnavailabilityError"],[330,58,58,41],[330,59,58,42],[330,72,58,55],[330,74,58,57],[330,92,58,75],[330,93,58,76],[331,10,59,8],[332,10,60,8],[332,17,60,15,"CameraManager"],[332,30,60,28],[332,31,60,28,"default"],[332,38,60,28],[332,39,60,29,"isAvailableAsync"],[332,55,60,45],[332,56,60,46],[332,57,60,47],[333,8,61,4],[333,9,61,5],[334,8,61,5],[334,17,56,17,"isAvailableAsync"],[334,33,56,33,"isAvailableAsync"],[334,34,56,33],[335,10,56,33],[335,17,56,33,"_isAvailableAsync"],[335,34,56,33],[335,35,56,33,"apply"],[335,40,56,33],[335,47,56,33,"arguments"],[335,56,56,33],[336,8,56,33],[337,8,56,33],[337,15,56,17,"isAvailableAsync"],[337,31,56,33],[338,6,56,33],[338,10,62,4],[339,6,63,4],[340,0,64,0],[341,0,65,0],[342,0,66,0],[343,0,67,0],[344,6,63,4],[345,4,63,4],[346,6,63,4,"key"],[346,9,63,4],[347,6,63,4,"value"],[347,11,63,4],[348,8,63,4],[348,12,63,4,"_getAvailableVideoCodecsAsync"],[348,41,63,4],[348,48,63,4,"_asyncToGenerator"],[348,65,63,4],[348,66,63,4,"default"],[348,73,63,4],[348,75,68,4],[348,88,68,48],[349,10,69,8],[349,14,69,12],[349,15,69,13,"CameraManager"],[349,28,69,26],[349,29,69,26,"default"],[349,36,69,26],[349,37,69,27,"getAvailableVideoCodecsAsync"],[349,65,69,55],[349,67,69,57],[350,12,70,12],[350,18,70,18],[350,22,70,22,"UnavailabilityError"],[350,38,70,41],[350,39,70,41,"UnavailabilityError"],[350,58,70,41],[350,59,70,42],[350,67,70,50],[350,69,70,52],[350,99,70,82],[350,100,70,83],[351,10,71,8],[352,10,72,8],[352,17,72,15,"CameraManager"],[352,30,72,28],[352,31,72,28,"default"],[352,38,72,28],[352,39,72,29,"getAvailableVideoCodecsAsync"],[352,67,72,57],[352,68,72,58],[352,69,72,59],[353,8,73,4],[353,9,73,5],[354,8,73,5],[354,17,68,17,"getAvailableVideoCodecsAsync"],[354,45,68,45,"getAvailableVideoCodecsAsync"],[354,46,68,45],[355,10,68,45],[355,17,68,45,"_getAvailableVideoCodecsAsync"],[355,46,68,45],[355,47,68,45,"apply"],[355,52,68,45],[355,59,68,45,"arguments"],[355,68,68,45],[356,8,68,45],[357,8,68,45],[357,15,68,17,"getAvailableVideoCodecsAsync"],[357,43,68,45],[358,6,68,45],[359,4,68,45],[360,6,68,45,"key"],[360,9,68,45],[361,6,68,45,"value"],[361,11,68,45],[362,8,68,45],[362,12,68,45,"_launchScanner"],[362,26,68,45],[362,33,68,45,"_asyncToGenerator"],[362,50,68,45],[362,51,68,45,"default"],[362,58,68,45],[362,60,138,4],[362,71,138,31,"options"],[362,78,138,38],[362,80,138,40],[363,10,139,8],[363,14,139,12],[363,15,139,13,"options"],[363,22,139,20],[363,24,139,22],[364,12,140,12,"options"],[364,19,140,19],[364,22,140,22],[365,14,140,24,"barcodeTypes"],[365,26,140,36],[365,28,140,38],[366,12,140,41],[366,13,140,42],[367,10,141,8],[368,10,142,8],[368,14,142,12,"Platform"],[368,30,142,20],[368,31,142,20,"Platform"],[368,39,142,20],[368,40,142,21,"OS"],[368,42,142,23],[368,47,142,28],[368,52,142,33],[368,56,142,37,"CameraView"],[368,66,142,47],[368,67,142,48,"isModernBarcodeScannerAvailable"],[368,98,142,79],[368,100,142,81],[369,12,143,12],[369,18,143,18,"CameraManager"],[369,31,143,31],[369,32,143,31,"default"],[369,39,143,31],[369,40,143,32,"launchScanner"],[369,53,143,45],[369,54,143,46,"options"],[369,61,143,53],[369,62,143,54],[370,10,144,8],[371,8,145,4],[371,9,145,5],[372,8,145,5],[372,17,138,17,"launchScanner"],[372,30,138,30,"launchScanner"],[372,31,138,30,"_x3"],[372,34,138,30],[373,10,138,30],[373,17,138,30,"_launchScanner"],[373,31,138,30],[373,32,138,30,"apply"],[373,37,138,30],[373,44,138,30,"arguments"],[373,53,138,30],[374,8,138,30],[375,8,138,30],[375,15,138,17,"launchScanner"],[375,28,138,30],[376,6,138,30],[377,6,146,4],[378,0,147,0],[379,0,148,0],[380,0,149,0],[381,0,150,0],[382,6,146,4],[383,4,146,4],[384,6,146,4,"key"],[384,9,146,4],[385,6,146,4,"value"],[385,11,146,4],[386,8,146,4],[386,12,146,4,"_dismissScanner"],[386,27,146,4],[386,34,146,4,"_asyncToGenerator"],[386,51,146,4],[386,52,146,4,"default"],[386,59,146,4],[386,61,151,4],[386,74,151,34],[387,10,152,8],[387,14,152,12,"Platform"],[387,30,152,20],[387,31,152,20,"Platform"],[387,39,152,20],[387,40,152,21,"OS"],[387,42,152,23],[387,47,152,28],[387,52,152,33],[387,56,152,37,"CameraView"],[387,66,152,47],[387,67,152,48,"isModernBarcodeScannerAvailable"],[387,98,152,79],[387,100,152,81],[388,12,153,12],[388,18,153,18,"CameraManager"],[388,31,153,31],[388,32,153,31,"default"],[388,39,153,31],[388,40,153,32,"dismissScanner"],[388,54,153,46],[388,55,153,47],[388,56,153,48],[389,10,154,8],[390,8,155,4],[390,9,155,5],[391,8,155,5],[391,17,151,17,"dismissScanner"],[391,31,151,31,"dismissScanner"],[391,32,151,31],[392,10,151,31],[392,17,151,31,"_dismissScanner"],[392,32,151,31],[392,33,151,31,"apply"],[392,38,151,31],[392,45,151,31,"arguments"],[392,54,151,31],[393,8,151,31],[394,8,151,31],[394,15,151,17,"dismissScanner"],[394,29,151,31],[395,6,151,31],[396,6,156,4],[397,0,157,0],[398,0,158,0],[399,0,159,0],[400,0,160,0],[401,0,161,0],[402,0,162,0],[403,0,163,0],[404,0,164,0],[405,6,156,4],[406,4,156,4],[407,6,156,4,"key"],[407,9,156,4],[408,6,156,4,"value"],[408,11,156,4],[408,13,165,4],[408,22,165,11,"onModernBarcodeScanned"],[408,44,165,33,"onModernBarcodeScanned"],[408,45,165,34,"listener"],[408,53,165,42],[408,55,165,44],[409,8,166,8],[409,15,166,15,"CameraManager"],[409,28,166,28],[409,29,166,28,"default"],[409,36,166,28],[409,37,166,29,"addListener"],[409,48,166,40],[409,49,166,41],[409,73,166,65],[409,75,166,67,"listener"],[409,83,166,75],[409,84,166,76],[410,6,167,4],[411,4,167,5],[412,2,167,5],[412,4,45,40,"Component"],[412,10,45,49],[412,11,45,49,"Component"],[412,20,45,49],[413,2,46,4],[414,0,47,0],[415,0,48,0],[416,2,45,21,"CameraView"],[416,12,45,31],[416,13,49,11,"isModernBarcodeScannerAvailable"],[416,44,49,42],[416,47,49,45,"CameraManager"],[416,60,49,58],[416,61,49,58,"default"],[416,68,49,58],[416,69,49,59,"isModernBarcodeScannerAvailable"],[416,100,49,90],[417,2,45,21,"CameraView"],[417,12,45,31],[417,13,113,11,"ConversionTables"],[417,29,113,27],[417,32,113,30,"ConversionTables"],[417,43,113,46],[417,44,113,46,"ConversionTables"],[417,60,113,46],[418,2,45,21,"CameraView"],[418,12,45,31],[418,13,114,11,"defaultProps"],[418,25,114,23],[418,28,114,26],[419,4,115,8,"zoom"],[419,8,115,12],[419,10,115,14],[419,11,115,15],[420,4,116,8,"facing"],[420,10,116,14],[420,12,116,16],[420,18,116,22],[421,4,117,8,"enableTorch"],[421,15,117,19],[421,17,117,21],[421,22,117,26],[422,4,118,8,"mode"],[422,8,118,12],[422,10,118,14],[422,19,118,23],[423,4,119,8,"flash"],[423,9,119,13],[423,11,119,15],[424,2,120,4],[424,3,120,5],[425,0,120,5],[425,3]],"functionMap":{"names":["<global>","ensurePictureOptions","ensureRecordingOptions","_onPictureSaved","CameraView","isAvailableAsync","getAvailableVideoCodecsAsync","getAvailablePictureSizesAsync","getAvailableLensesAsync","getSupportedFeatures","resumePreview","pausePreview","takePictureAsync","launchScanner","dismissScanner","onModernBarcodeScanned","recordAsync","toggleRecordingAsync","stopRecording","_onCameraReady","_onAvailableLensesChanged","_onMountError","_onResponsiveOrientationChanged","_onObjectDetected","<anonymous>","_setReference","render"],"mappings":"AAA;ACS;CDiB;AEC;CFQ;AGC;CHO;eIC;ICW;KDK;IEO;KFK;IGM;KHE;IIO;KJE;IKI;KLK;IMI;KNE;IOI;KPE;IQc;KRM;ISO;KTO;IUM;KVI;IWU;KXE;IYU;KZG;Iae;KbE;IcM;KdE;qBeC;KfI;gCgBC;KhBI;oBiBC;KjBI;sCkBC;KlBI;wBmBC,cC;KpBa;oBqBC;KrBO;IsBC;KtBW;CJC"},"hasCjsExports":false},"type":"js/module"}]} |