UNPKG

327 BJavaScriptView Raw
1import React from 'react';
2import { Text, View } from 'react-native';
3export default class ExpoBarCodeScannerView extends React.Component {
4 render() {
5 return (<View>
6 <Text>BarCodeScanner Component not supported on the web</Text>
7 </View>);
8 }
9}
10//# sourceMappingURL=ExpoBarCodeScannerView.web.js.map
\No newline at end of file