如何使用 React Native 展示HTML内容

2024年11月18日 16:27
有1个网友回答
网友(1):

React-Native是js编译原生运行在android和ios上,html是通过webview来展示,所以需要下载webview的API
在react-native 里通常实现布局界面展示的叫“组件”,而实现一些功能的叫“API”。
API和组件都可以由第三方开发和发布,
webview 的API有:react-native-webview-js-context,react-native-webview-bridge,
react-native-html-webview
等,他们可以实现展示HTML内容