|
|
|
@ -1,9 +1,10 @@ |
|
|
|
|
import React, { Component } from 'react' |
|
|
|
|
import PropTypes from 'prop-types' |
|
|
|
|
import {connect} from 'react-redux' |
|
|
|
|
import adapter from 'webrtc-adapter' // eslint-disable-line import/no-nodejs-modules, no-unused-vars
|
|
|
|
|
import { BrowserQRCodeReader } from '@zxing/library' |
|
|
|
|
import { hideQrScanner, qrCodeDetected} from '../../actions' |
|
|
|
|
import Spinner from '../spinner' |
|
|
|
|
import { BrowserQRCodeReader } from '@zxing/library' |
|
|
|
|
|
|
|
|
|
class QrScanner extends Component { |
|
|
|
|
static propTypes = { |
|
|
|
|