UNPKG

iamport-react-native

Version:

리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리

31 lines (30 loc) 776 B
"use strict"; import { Image, StyleSheet, Text, View } from 'react-native'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const logo = require('../../img/iamport-logo.png'); function Loading() { return /*#__PURE__*/_jsxs(View, { style: styles.container, children: [/*#__PURE__*/_jsx(Image, { source: logo }), /*#__PURE__*/_jsx(Text, { style: styles.text, children: "\uC7A0\uC2DC\uB9CC \uAE30\uB2E4\uB824\uC8FC\uC138\uC694..." })] }); } const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', flexDirection: 'column', justifyContent: 'center' }, text: { fontSize: 20, marginTop: 20, lineHeight: 25 } }); export default Loading; //# sourceMappingURL=index.js.map