我已经用于react-native-webview
渲染 HTML 文本。但是 iOS 中的文本太小了,而在 android 中它是完美的。
以下是代码行:
import { WebView } from "react-native-webview";
render() {
<WebView
originWhitelist={['*']}
source={{ html: '<p>This is a static HTML source!</p>' }}
/>
}
附上截图: