1、执行:npm install react-native-htmlview --save
2、执行:npm i --save-dev @types/react-native-htmlview
import HTMLView from 'react-native-htmlview';
<HTMLView value={htmlContent} stylesheet={{
p:{fontSize:12},a:{backgroundColor:red}
}} onLinkPress={(url)=>{
//跳转到url
}}/>