react-native-xenon
Version:
A powerful in-app debugging tool for React Native.
26 lines (25 loc) • 539 B
JavaScript
;
import { StyleSheet, Text, View } from 'react-native';
import { jsx as _jsx } from "react/jsx-runtime";
export default function Empty({
children
}) {
return /*#__PURE__*/_jsx(View, {
style: styles.container,
children: /*#__PURE__*/_jsx(Text, {
style: styles.text,
children: children
})
});
}
const styles = StyleSheet.create({
container: {
padding: 16,
alignItems: 'center',
justifyContent: 'center'
},
text: {
textAlign: 'center'
}
});
//# sourceMappingURL=Empty.js.map