UNPKG

iamport-react-native

Version:

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

23 lines (22 loc) 379 B
"use strict"; import { StyleSheet } from 'react-native'; const viewStyles = 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 } }); export default viewStyles; //# sourceMappingURL=styles.js.map