/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow strict-local
*/
import React from 'react';
import {
SafeAreaView,
StyleSheet,
ScrollView,
View,
Text,
StatusBar,
} from 'react-native';
import {
Colors,
} from 'react-native/Libraries/NewAppScreen';
import Barcode from 'react-native-barcode-sked';
const App: () => React$Node = () => {
return (
<>
{global.HermesInternal == null ? null : (
Engine: Hermes
)}
>
);
};
const styles = StyleSheet.create({
scrollView: {
backgroundColor: Colors.lighter,
},
body: {
backgroundColor: Colors.white,
},
sectionContainer: {
marginTop: 32,
paddingHorizontal: 24,
},
});
export default App;