iamport-react-native
Version:
리액트 네이티브용 아임포트 결제/본인인증 연동 라이브러리
27 lines (26 loc) • 502 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const viewStyles = _reactNative.StyleSheet.create({
wrapper: {
flex: 1
},
loadingContainer: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
flex: 1,
zIndex: 1
},
webViewContainer: {
flex: 1,
zIndex: 0
}
});
var _default = exports.default = viewStyles;
//# sourceMappingURL=styles.js.map