1import React from 'react'; 2import { Text, View } from 'react-native'; 3export default class ExpoBarCodeScannerView extends React.Component { 4 render() { 5 return (React.createElement(View, null, 6 React.createElement(Text, null, "BarCodeScanner Component not supported on the web"))); 7 } 8} 9//# sourceMappingURL=ExpoBarCodeScannerView.web.js.map