import styled from '@emotion/native'; import { WebView } from 'react-native-webview'; export const StyledWebView = styled(WebView)(({ theme }) => ({ minHeight: theme.__hd__.richTextEditor.sizes.editorMinHeight, backgroundColor: 'transparent', textAlignVertical: 'center', fontSize: theme.__hd__.textInput.fontSizes.text, }));