import React, { Component } from 'react'; import HTMLViewer from 'react-native-htmlviewer'; export default class MyScreen extends Component { render() { return ( <HTMLViewer html={"<p>Olá, mundo!</p>"} customProps={{ img: { maxWidth: Dimensions.get('window').width - 40 } }} ...
https://github.com/jsdf/react-native-refreshable-listview 可滚动标签 react-native-scrollable-tab-view https://github.com/skv-headless/react-native-scrollable-tab-view 侧栏 react-native-side-menu https://github.com/react-native-community/react-native-side-menu 轮播 react-native-swiper https://gi...
https://github.com/skv-headless/react-native-scrollable-tab-view 侧栏 react-native-side-menu https://github.com/react-native-community/react-native-side-menu 轮播 react-native-swiper https://github.com/leecade/react-native-swiper 音视频播放 react-na...
A html view with dynamic height for react-native apps using Webview.. Latest version: 1.0.0, last published: 2 years ago. Start using react-native-html-customviewer in your project by running `npm i react-native-html-customviewer`. There are no other pro
react-native-tab-navigator底部或上部导航框架(不可滑动) react-native-check-box CheckBox react-native-splash-screen启动白屏问题 react-native-simple-router简易路由跳转框架 react-native-storage持久化存储 react-native-sortable-listview分类ListView react-native-htmlview将 HTML目录作为本地视图的控件,其风格可以...
react-native-button https://github.com/ide/react-native-button 点击图片放大缩小 https://github.com/ascoders/react-native-image-viewer 进度组件 https://github.com/oblador/react-native-progress [图片上传失败...(image-8658f8-1511425885032)] ...
react-native-simple-router 简易路由跳转框架 react-native-storage 持久化存储 react-native-sortable-listview 分类ListView react-native-htmlview 将 HTML 目录作为本地视图的控件,其风格可以定制 react-native-easy-toast 一款简单易用的 Toast 组件 react-native-linear-gradient 颜色渐变处理 ...
然而,生成分析图空间有限,你还可以传递一些有用的选项来更详细地查看它,比如generateStatsFile: true,还可以选择生成一个静态HTML文件,可以将其保存在开发环境之外的某个地方,以供以后使用。 2. React-Proto React-Proto 是一个面向开发人员和设计人员的原型工具。这是一个桌面软件,所以在使用之前你必须下载并安装这...
然而,生成分析图空间有限,你还可以传递一些有用的选项来更详细地查看它,比如generateStatsFile: true,还可以选择生成一个静态HTML文件,可以将其保存在开发环境之外的某个地方,以供以后使用。 2. React-Proto React-Proto 是一个面向开发人员和设计人员的原型工具。这是一个桌面软件,所以在使用之前你必须下载并安装这...
react-native-html-to-pdf 库的主要功能是将 HTML 内容转换为 PDF 文件,并允许用户在 React Native 应用中下载或预览这些 PDF 文件。这对于需要生成报告、发票或其他需要格式化输出的应用场景非常有用。 二、react-native-html-to-pdf 库的安装方法 首先,你需要确保你的 React Native 项目已经设置好了。然后,你...