我正在使用 react-native-render-html@foundry
<HTML
contentWidth={Dimensions.get('screen').width}
onLinkPress={(e,href)=>onShouldStartLoadWithRequest(e,href)}
html={item.news.content.rendered}
tagsStyles={ { p: { textAlign:'justify', fontSize:18, fontStyle: 'normal', color: !context.state.color?customcolor.black: customcolor.white ,fontFamily:customfonts.font} }}
WebView={WebView}
/>