import React from 'react'; import { Text, View } from 'react-native'; export default class ExpoBarCodeScannerView extends React.Component<{}> { render() { return ( BarCodeScanner Component not supported on the web ); } }