OpenHarmony平台RN三方库适配情况

!WARNING 本文档仅用于三方库使用指导,不涉及任何 React Native OpenHarmony 框架的信息,且会随着 React Native OpenHarmony 框架持续迭代更新,当前版本不代表最终展示版本。# 简介> 如果你在找如何搭建环境的文档,请移步开发文档的 搭建开发环境 章节。## 概述该文档旨在帮助开发者在 HarmonyOS 平台使用 React Native OpenHarmony 的第三方库,并呈现每个三方库的信息。## 贡献文档欢迎您参与贡献,我们鼓励开发者以各种方式参与文档反馈和贡献。您可以对现有文档进行评价、简单更改、反馈文档质量问题、贡献您的原创内容,详细请参考贡献文档。## 使用须知- Codegen :三方库大部分适配了 Codegen ,在使用前需要主动执行生成三方库桥接代码,详细请参考Codegen 使用文档。- C-API 架构:三方库后续只基于 RN C-API 架构演进,详细介绍请参考 C-API 架构 。- RN 三方库补丁化移植:为避免对三方库其他平台产生影响,移植使用了补丁化移植,详细介绍请参考 RN 三方库补丁化移植 。- RN框架 release包:本文档针对RN框架源码包使用说明,使用react_native_openharmony-xxx-release.har包时,还需要额外配置target_compile_options,详细介绍请参考 release包使用说明 。## RNOH 三方库总览> !TIP NPM 公仓坐标:@react-native-ohos> !TIP "原库是否支持新架构"列为 "-" 表示该库不涉及新架构和老架构> !TIP "HarmonyOSReleases"列为 "-" 表示该库在适配 HarmonyOS 平台过程不涉及代码修改,可直接使用源库代码| 序号 | 原库名 | 鸿蒙化库名 | npm发布地址 | 文档链接 | 0.72 | 0.77 | 0.82 | 功能分类 | 功能简介 || --- | --- | --- | --- | --- | --- | --- | --- | --- | --- || 1 | @react-native-async-storage/async-storage | @react-native-ohos/async-storage | npm地址 | 链接 | 1.21.1 | 2.2.1 | 开发中 | 数据库 | 本地数据库缓存 || 2 | @react-native-camera-roll/camera-roll | @react-native-ohos/camera-roll | npm地址 | 链接 | 7.8.5 | 7.10.1 | 开发中 | 图像 | 访问系统相册,读写媒体资源 || 3 | @react-native-clipboard/clipboard | @react-native-ohos/clipboard | npm地址 | 链接 | 1.13.3 | 1.16.3 | 开发中 | 系统功能集成 | 读写系统剪贴板内容 || 4 | @react-native-community/blur | @react-native-ohos/blur | npm地址 | 链接 | 4.4.2 | 4.5.0 | 4.6.0 | 媒体显示 | 模糊效果组件,实现毛玻璃效果 || 5 | @react-native-community/checkbox | @react-native-ohos/checkbox | npm地址 | 链接 | 0.5.17 | 0.6.0 | 0.6.0 | 表单组件 | 复选框组件,支持多选功能 || 6 | @react-native-community/datetimepicker | @react-native-ohos/datetimepicker | npm地址 | 链接 | 7.6.3 | 8.4.3 | 8.6.1 | 日历组件 | 日期时间选择器,原生日期选择组件 || 7 | @react-native-community/geolocation | @react-native-ohos/geolocation | npm地址 | 链接 | 3.1.2 | 3.4.2 | 3.5.0 | 地理数据处理 | 获取设备定位信息与监听位置变化 || 8 | @react-native-community/netinfo | @react-native-ohos/netinfo | npm地址 | 链接 | 11.1.2 | 11.4.3 | 开发中 | 网络工具 | 检测网络状态 || 9 | @react-native-community/progress-bar-android | @react-native-ohos/progress-bar-android | npm地址 | 链接 | 1.0.6 | 1.1.0 | 开发中 | 状态组件 | Android进度条,原生进度显示 || 10 | @react-native-community/progress-view | @react-native-ohos/progress-view | npm地址 | 链接 | 1.4.3 | 1.5.1 | 1.6.0 | 状态组件 | 进度条组件,显示加载进度 || 11 | @react-native-community/push-notification-ios | @react-native-ohos/push-notification-ios | npm地址 | 链接 | 1.11.2 | 1.12.0 | 开发中 | 通知服务 | iOS推送通知能力封装 || 12 | @react-native-community/slider | @react-native-ohos/slider | npm地址 | 链接 | 4.4.4 | 5.0.1 | 5.1.2 | 表单组件 | 滑块组件,支持数值调节 || 13 | @react-native-community/toolbar-android | @react-native-ohos/toolbar-android | npm地址 | 链接 | 0.2.2 | 0.3.0 | 开发中 | 标题栏组件 | Android工具栏,提供导航栏功能 || 14 | @react-native-cookies/cookies | @react-native-ohos/cookies | npm地址 | 链接 | 6.2.2 | 6.3.0 | 开发中 | 身份验证 | React Native 的 Cookie 管理器 || 15 | @react-native-masked-view/masked-view | @react-native-ohos/masked-view | npm地址 | 链接 | 0.2.11 | 0.3.3 | 0.4.3 | 遮罩组件 | 遮罩视图组件,实现复杂遮罩效果 || 16 | @react-native-picker/picker | @react-native-ohos/picker | npm地址 | 链接 | 2.6.4 | 2.11.2 | 2.12.0 | 表单组件 | 选择器组件,提供下拉选择功能 || 17 | @react-native-segmented-control/segmented-control | @react-native-ohos/segmented-control | npm地址 | 链接 | 2.5.3 | 2.6.0 | 2.6.0 | 标签栏组件 | 分段控制组件,提供选项切换功能 || 18 | @react-navigation/elements | @react-native-ohos/elements | npm地址 | 链接 | 开发中 | 2.3.10 | 2.4.1 | 导航索引 | 导航元素组件,提供导航基础组件 || 19 | @react-navigation/stack | @react-native-ohos/stack | npm地址 | 链接 | 开发中 | 7.2.11 | 7.2.11 | 导航组件 | 堆栈导航器,实现页面堆栈导航 || 20 | @shopify/flash-list | @react-native-ohos/flash-list | npm地址 | 链接 | 1.6.4 | 1.8.3 | 2.1.1 | 列表组件 | 高性能列表组件,替代FlatList提升性能 || 21 | react-native-idle-timer | @react-native-ohos/react-native-idle-timer | npm地址 | 链接 | 2.2.4 | 2.3.0 | 开发中 | 系统状态监控 | 控制屏幕常亮与空闲休眠策略 || 22 | react-native-wechat-lib | @react-native-ohos/react-native-wechat-lib | npm地址 | 链接 | 3.0.7 | 3.1.2 | 3.2.0 | 第三方SDK | 微信登录、分享与支付SDK封装 || 23 | jpush-react-native | @react-native-ohos/jpush-react-native | npm地址 | 链接 | 3.1.3 | 3.2.1-1 | 开发中 | 第三方SDK | 极光推送接入与消息处理 || 24 | react-native-localization | @react-native-ohos/react-native-localization | npm地址 | 链接 | 2.3.3 | 2.4.0 | 开发中 | 国际化/本地化 | 多语言本地化字符串管理 || 25 | react-native-search-bar | @react-native-ohos/react-native-search-bar | npm地址 | 链接 | 3.5.2 | 3.6.0 | 开发中 | 搜索框 | 搜索栏组件,提供搜索输入功能 || 26 | rn-bugly | @react-native-ohos/rn-bugly | npm地址 | 链接 | 1.3.1 | 1.4.0 | 开发中 | 应用分析和崩溃报告 | 腾讯Bugly崩溃上报与分析 || 27 | react-native-custom-keyboard | @react-native-ohos/react-native-custom-keyboard | npm地址 | 链接 | 1.0.4 | 1.1.0-1 | 开发中 | 多功能UI组件库 | 自定义键盘,提供自定义键盘功能 || 28 | react-native-slider | @react-native-ohos/react-native-slider | npm地址 | 链接 | 0.11.2 | 0.12.1 | 0.12.1 | 滑动组件 | 滑块组件,提供数值调节功能 || 29 | react-native-thumbnail | @react-native-ohos/react-native-thumbnail | npm地址 | 链接 | 1.1.5 | 1.2.1 | 开发中 | 视频 | 生成视频缩略图图片 || 30 | react-native-doc-viewer | @react-native-ohos/react-native-doc-viewer | npm地址 | 链接 | 2.7.9 | 2.8.1 | 2.8.1 | Office文档处理 | 查看和预览文档文件,支持多种文件格式。 || 31 | react-native-alipay | @react-native-ohos/react-native-alipay | npm地址 | 链接 | 5.0.3 | 5.1.0 | 开发中 | 第三方SDK | 支付宝支付能力封装 || 32 | react-native-image-rotate | @react-native-ohos/react-native-image-rotate | npm地址 | 链接 | 2.1.1 | 2.2.0 | 开发中 | 图像处理 | 图片旋转处理与保存 || 33 | lottie-react-native | @react-native-ohos/lottie-react-native | npm地址 | 链接 | 6.4.4 | 7.2.6 | 7.3.0 | 动画 | 动画库,支持Lottie动画文件渲染 || 34 | react-native-user-agent | @react-native-ohos/react-native-user-agent | npm地址 | 链接 | 2.3.2-1 | 2.4.0 | 开发中 | 网络路由管理 | 用于获取或设置 WebView 及网络请求中的 User-Agent 字符串 || 35 | react-native-idfa-aaid | @react-native-ohos/react-native-idfa-aaid | npm地址 | 链接 | 1.2.1 | 1.3.1 | 开发中 | 通用唯一标识符 | 获取广告标识IDFA/AAID || 36 | react-native-file-selector | @react-native-ohos/react-native-file-selector | npm地址 | 链接 | 1.0.3 | 1.1.0 | 开发中 | 文件元数据提取 | 支持从设备上的文件系统中选择文件,并返回所选文件的信息。 || 37 | react-native-exit-app | @react-native-ohos/react-native-exit-app | npm地址 | 链接 | 2.0.1 | 2.1.0 | 开发中 | 系统工具 | 退出应用/关闭进程能力封装 || 38 | react-native-tab-navigator | @react-native-ohos/react-native-tab-navigator | npm地址 | 链接 | 0.3.5 | 0.3.5 | 开发中 | 导航索引组件 | 标签导航器,实现标签页导航 || 39 | react-native-qrcode | @react-native-ohos/react-native-qrcode | npm地址 | 链接 | 开发中 | 0.3.0 | 0.3.0 | 二维码处理 | 二维码生成与扫描组件 || 40 | react-native-video-cache | @react-native-ohos/react-native-video-cache | npm地址 | 链接 | 2.7.5 | 2.8.0 | 开发中 | 视频 | 视频缓存下载与离线播放支持 || 41 | react-native-autoheight-webview | @react-native-ohos/react-native-autoheight-webview | npm地址 | 链接 | 1.6.7 | 1.7.0 | 开发中 | web组件 | 自适应高度网页视图,自动计算高度 || 42 | react-native-blob-util | @react-native-ohos/react-native-blob-util | npm地址 | 链接 | 0.19.8-1 | 0.22.2-1 | 0.23.0 | 文件管理 | 让 React Native 开发人员更轻松、更高效地访问和数据传输。 || 43 | react-native-drag-sort | @react-native-ohos/react-native-drag-sort | npm地址 | 链接 | 2.4.5 | 2.5.0 | 2.5.0 | 列表组件 | 拖拽排序组件,支持列表拖拽排序 || 44 | react-native-exception-handler | @react-native-ohos/react-native-exception-handler | npm地址 | 链接 | 2.10.12 | 2.11.1 | 2.12.0 | 错误处理 | 捕获全局异常并处理崩溃 || 45 | react-native-fast-image | @react-native-ohos/react-native-fast-image | npm地址 | 链接 | 9.0.0 | 9.1.1 | 9.2.1 | 图像 | 高性能图片加载与缓存组件 || 46 | react-native-fs | @react-native-ohos/react-native-fs | npm地址 | 链接 | 2.20.1-1 | 2.21.0 | 开发中 | 文件管理 | react-native 的原生文件系统访问 || 47 | react-native-gesture-handler | @react-native-ohos/react-native-gesture-handler | npm地址 | 链接 | 2.14.19 | 2.23.4 | 2.30.2 | 交互组件 | 手势处理库,提供复杂手势支持 || 48 | react-native-image-editor | @react-native-ohos/image-editor | npm地址 | 链接 | 3.2.1-1 | 4.3.1 | 开发中 | 图像 | 图片编辑:裁剪、旋转、标注等 || 49 | react-native-image-picker | @react-native-ohos/react-native-image-picker | npm地址 | 链接 | 7.0.6 | 8.2.4 | 8.3.0 | 图像 | 相册/相机选择图片与视频 || 50 | react-native-image-zoom-viewer | @react-native-ohos/react-native-image-zoom-viewer | npm地址 | 链接 | 3.0.2 | 3.0.2 | 3.0.2 | 弹窗组件 | 图片缩放查看器,支持双击缩放 || 51 | react-native-image-viewing | @react-native-ohos/react-native-image-viewing | npm地址 | 链接 | 0.2.3 | 0.3.0 | 0.3.0 | 弹窗组件 | 图片查看器,支持图片预览功能 || 52 | react-native-image-pan-zoom | @react-native-ohos/react-native-image-pan-zoom | npm地址 | 链接 | 2.1.13 | 2.2.0 | 2.2.0 | 媒体组件 | 图片缩放组件,支持手势缩放 || 53 | react-native-intersection-observer | @react-native-ohos/react-native-intersection-observer | npm地址 | 链接 | 0.2.1 | 0.3.0 | 开发中 | 列表组件 | 交叉观察器,监听元素可见性 || 54 | react-native-keyboard-aware-scroll-view | @react-native-ohos/react-native-keyboard-aware-scroll-view | npm地址 | 链接 | 0.9.6 | 0.10.0 | 0.10.0 | 布局组件 | 键盘感知滚动视图,处理键盘遮挡 || 55 | react-native-linear-gradient | @react-native-ohos/react-native-linear-gradient | npm地址 | 链接 | 3.0.2 | 3.1.1 | 3.2.0 | 渐变组件 | 线性渐变组件,提供丰富的颜色渐变效果 || 56 | react-native-maps | @react-native-ohos/react-native-maps | npm地址 | 链接 | 1.10.4 | 1.24.4-1 | 开发中 | 地理数据处理 | 地图显示、标注与定位能力 || 57 | react-native-markdown-display | @react-native-ohos/react-native-markdown-display | npm地址 | 链接 | 7.0.3 | 7.1.1 | 7.1.1 | 文本组件 | Markdown显示组件,渲染Markdown文本 || 58 | react-native-marquee | @react-native-ohos/react-native-marquee | npm地址 | 链接 | 0.5.1 | 0.6.0 | 0.6.0 | 文本组件 | 跑马灯组件,实现文字滚动效果 || 59 | react-native-MJRefresh | @react-native-ohos/react-native-mjrefresh | npm地址 | 链接 | 0.7.1 | 0.8.1 | 0.9.0 | 刷新组件 | 下拉刷新组件,支持多种刷新样式 || 60 | react-native-pager-view | @react-native-ohos/react-native-pager-view | npm地址 | 链接 | 6.2.6 | 6.7.4 | 7.0.3 | 布局组件 | 分页视图组件,支持滑动切换页面 || 61 | react-native-pdf | @react-native-ohos/react-native-pdf | npm地址 | 链接 | 6.7.5 | 6.8.0 | 7.0.0 | PDF文档处理 | 一个React原生PDF视图组件(跨平台支持) || 62 | react-native-permissions | @react-native-ohos/react-native-permissions | npm地址 | 链接 | 4.1.3 | 5.3.2 | 开发中 | 权限请求框架 | 统一管理运行时权限请求 || 63 | react-native-popover-view | @react-native-ohos/react-native-popover-view | npm地址 | 链接 | 5.1.8 | 6.1.1 | 开发中 | 弹窗组件 | 弹出框组件,显示浮动内容 || 64 | react-native-progress | @react-native-ohos/react-native-progress | npm地址 | 链接 | 5.0.2 | 5.1.0 | 5.1.0 | 状态组件 | 进度指示器,显示加载进度状态 || 65 | react-native-pull | @react-native-ohos/react-native-pull | npm地址 | 链接 | 2.0.5 | 2.1.0 | 2.1.0 | 刷新组件 | 下拉刷新组件,支持自定义刷新样式 || 66 | react-native-reanimated | @react-native-ohos/react-native-reanimated | npm地址 | 链接 | 3.6.7 | 3.18.3 | 4.0.2 | 动画 | 动画库,提供高性能动画支持 || 67 | react-native-safe-area-context | @react-native-ohos/react-native-safe-area-context | npm地址 | 链接 | 4.7.5 | 5.1.1 | 5.6.4 | 布局组件 | 安全区域上下文,处理屏幕刘海区域 || 68 | react-native-scrollable-tab-view | @react-native-ohos/react-native-scrollable-tab-view | npm地址 | 链接 | 1.0.1 | 1.1.0 | 1.1.0 | 指示器组件 | 可滚动标签页,支持水平滑动标签 || 69 | react-native-SmartRefreshLayout | @react-native-ohos/react-native-smartrefreshlayout | npm地址 | 链接 | 0.6.9 | 0.7.1 | 0.8.0 | 列表组件 | 智能下拉刷新组件,支持多种刷新样式 || 70 | react-native-snap-carousel | @react-native-ohos/react-native-snap-carousel | npm地址 | 链接 | 3.9.2 | 3.10.1 | 3.10.1 | 布局组件 | 轮播图组件,支持滑动切换图片 || 71 | react-native-sound | @react-native-ohos/react-native-sound | npm地址 | 链接 | 0.11.3 | 0.12.0 | 0.13.0 | 音频 | 音频播放控制与管理 || 72 | react-native-stickyheader | @react-native-ohos/react-native-stickyheader | npm地址 | 链接 | 1.1.4-1 | 1.2.1-1 | 1.2.1-1 | 布局组件 | 粘性头部组件,实现头部固定效果 || 73 | react-native-svg | @react-native-ohos/react-native-svg | npm地址 | 链接 | 15.0.4-1 | 15.12.4 | 15.13.1 | 矢量图形处理 | SVG矢量图渲染组件 || 74 | react-native-swipe-list-view | @react-native-ohos/react-native-swipe-list-view | npm地址 | 链接 | 3.2.10 | 3.3.0 | 3.3.0 | 列表组件 | 滑动列表组件,支持左右滑动操作 || 75 | react-native-swiper | @react-native-ohos/react-native-swiper | npm地址 | 链接 | 1.6.1 | 1.6.1 | 1.6.1 | 指示器组件 | 轮播图组件,支持图片轮播展示 || 76 | react-native-tab-view | @react-native-ohos/react-native-tab-view | npm地址 | 链接 | 开发中 | 4.0.12 | 开发中 | 指示器组件 | 标签页组件,支持多种标签页样式 || 77 | react-native-text-size | @react-native-ohos/react-native-text-size | npm地址 | 链接 | 4.0.1 | 4.1.0 | 开发中 | 文本组件 | 文本尺寸计算,获取文本实际尺寸 || 78 | react-native-transitiongroup | @react-native-ohos/react-native-transitiongroup | npm地址 | 链接 | 1.2.1 | 1.3.0 | 1.3.0 | 动画 | 过渡动画组件,支持组件过渡效果 || 79 | react-native-translucent-modal | @react-native-ohos/react-native-translucent-modal | npm地址 | 链接 | 1.1.1 | 1.2.0 | 1.2.0 | 弹窗组件 | 半透明模态框,实现透明背景弹窗 || 80 | react-native-video | @react-native-ohos/react-native-video | npm地址 | 链接 | 6.13.5 | 6.14.1 | 6.15.0 | 媒体组件 | 视频播放组件与控制能力 || 81 | react-native-view-shot | @react-native-ohos/react-native-view-shot | npm地址 | 链接 | 3.8.1 | 3.9.0 | 4.0.0 | 截图组件 | 视图截图组件,截取视图内容为图片 || 82 | react-native-webview | @react-native-ohos/react-native-webview | npm地址 | 链接 | 13.10.6 | 13.15.4 | 13.16.2 | web组件 | 网页视图组件,嵌入网页内容 || 83 | react-native-worklets-core | @react-native-ohos/react-native-worklets-core | npm地址 | 链接 | 1.3.4 | 1.5.1 | 1.6.0 | 自渲染框架 | Worklets运行时,支持高性能任务 || 84 | react-native-modalbox | @react-native-ohos/react-native-modalbox | npm地址 | 链接 | 2.0.3 | 2.1.0 | 开发中 | 弹窗组件 | 模态框组件,提供弹窗显示功能 || 85 | react-native-modal-popover | @react-native-ohos/react-native-modal-popover | npm地址 | 链接 | 2.1.4 | 2.2.0 | 开发中 | 弹窗组件 | 模态弹出框,显示浮动弹窗内容 || 86 | react-native-input-scroll-view | @react-native-ohos/react-native-input-scroll-view | npm地址 | 链接 | 1.11.1 | 1.12.0 | 开发中 | 文本框组件 | 输入滚动视图,处理输入框滚动 || 87 | react-native-date-picker | @react-native-ohos/react-native-date-picker | npm地址 | 链接 | 5.0.6 | 5.1.0 | 开发中 | 日历组件 | 日期选择器,提供日期选择功能 || 88 | react-native-sensors | @react-native-ohos/react-native-sensors | npm地址 | 链接 | 7.2.3 | 7.3.7 | 开发中 | 传感器工具类 | 访问加速度计等各类传感器 || 89 | react-native-sortable-list | @react-native-ohos/react-native-sortable-list | npm地址 | 链接 | 0.0.26 | 0.1.0 | 开发中 | 列表组件 | 可排序列表,支持列表项排序 || 90 | react-native-image-sequence-2 | @react-native-ohos/react-native-image-sequence-2 | npm地址 | 链接 | 0.9.2-1 | 0.10.0 | 开发中 | 图像 | 序列帧图片播放组件 || 91 | @react-navigation/native-stack | @react-native-ohos/native-stack | npm地址 | 链接 | 开发中 | 7.3.11 | 开发中 | 导航索引组件 | 原生堆栈导航,实现原生导航栈 || 92 | react-native-clippath | @react-native-ohos/react-native-clippathview | npm地址 | 链接 | 1.1.9 | 1.2.0 | 开发中 | 图片裁剪组件 | 裁剪路径视图,实现自定义裁剪效果 || 93 | react-native-better-banner | @react-native-ohos/react-native-better-banner | npm地址 | 链接 | 1.1.4 | 1.2.0 | 开发中 | 轮播图组件 | 更好的横幅组件,显示横幅广告 || 94 | react-native-image-header-scroll-view | @react-native-ohos/react-native-image-header-scroll-view | npm地址 | 链接 | 0.10.4 | 开发中 | 开发中 | 布局组件 | 图片头部滚动视图,实现头部图片滚动 || 95 | react-native-image-gallery | @react-native-ohos/react-native-image-gallery | npm地址 | 链接 | 2.1.6 | 2.2.0 | 开发中 | 图片预览 | 图片画廊组件,展示图片集合 || 96 | react-native-image-crop-picker | @react-native-ohos/react-native-image-crop-picker | npm地址 | 链接 | 0.40.7 | 0.50.5 | 0.51.2 | 图片裁剪组件 | 图片/视频选择与裁剪组件 || 97 | react-native-image-capinsets-next | @react-native-ohos/react-native-image-capinsets-next | npm地址 | 链接 | 0.6.2 | 0.7.1 | 0.7.1 | 媒体显示 | 图片拉伸组件,处理图片拉伸效果 || 98 | react-native-map-linking | @react-native-ohos/react-native-map-linking | npm地址 | 链接 | 1.0.4 | 1.1.0 | 1.1.0 | 地理数据处理 | 调用第三方地图App进行导航 || 99 | react-native-vision-camera | @react-native-ohos/react-native-vision-camera | npm地址 | 链接 | 4.0.5 | 4.7.2 | 4.8.0 | 相机组件 | 高性能相机与实时帧处理 || 100 | react-native-zip-archive | @react-native-ohos/react-native-zip-archive | npm地址 | 链接 | 开发中 | 7.1.0 | 8.0.0 | 压缩工具 | react-native 的 Zip 存档实用程序 || 101 | react-native-audio | @react-native-ohos/react-native-audio | npm地址 | 链接 | 4.2.4 | 开发中 | 开发中 | 音频 | 录音与音频播放能力封装 || 102 | react-native-simple-toast | @react-native-ohos/react-native-simple-toast | npm地址 | 链接 | 3.3.2 | 3.4.0 | 开发中 | 弹窗组件 | 简单提示组件,显示轻量级提示信息 || 103 | react-native-localize | @react-native-ohos/react-native-localize | npm地址 | 链接 | 3.1.1 | 3.4.2 | 开发中 | 国际化/本地化 | 获取系统语言、时区等本地信息 || 104 | @bam.tech/react-native-image-resizer | @react-native-ohos/react-native-image-resizer | npm地址 | 链接 | 3.0.10 | 3.1.0 | 开发中 | 图像 | 压缩/缩放图片并输出文件 || 105 | react-native-calendar-events | @react-native-ohos/react-native-calendar-events | npm地址 | 链接 | 2.2.1 | 2.3.0 | 开发中 | 日历组件 | 日历事件组件,处理日历事件管理 || 106 | react-native-fileupload | @react-native-ohos/react-native-fileupload | npm地址 | 链接 | 1.1.1 | 1.2.0 | 开发中 | 网络工具 | 文件上传库 || 107 | react-native-root-modal | @react-native-ohos/react-native-root-modal | npm地址 | 链接 | 5.0.1 | 5.1.0 | 开发中 | 弹窗组件 | 根级模态框,显示在应用根部的弹窗 || 108 | react-native-switch-pro | @react-native-ohos/react-native-switch-pro | npm地址 | 链接 | 1.0.6 | 1.1.0 | 开发中 | 按钮组件 | 开关组件,提供开关切换功能 || 109 | react-native-nested-scroll-view | @react-native-ohos/react-native-nested-scroll-view | npm地址 | 链接 | 9.0.1 | 9.1.0 | 开发中 | 滑动组件 | 嵌套滚动视图,支持嵌套滚动效果 || 110 | react-native-code-push | @react-native-ohos/react-native-code-push | npm地址 | 链接 | 8.2.3 | 9.0.3 | 9.1.0 | 编程辅助工具 | 热更新发布与版本管理 || 111 | react-native-safe-module | @react-native-ohos/react-native-safe-module | npm地址 | 链接 | 1.2.1 | 1.3.0-1 | 1.3.0-1 | 依赖注入框架 | 安全执行原生模块调用封装 || 112 | react-native-sqlite-storage | @react-native-ohos/react-native-sqlite-storage | npm地址 | 链接 | 6.0.4 | 6.1.2 | 6.2.0 | 数据库 | React Native 的sqlite存储库 || 113 | react-native-text-gradient | @react-native-ohos/react-native-text-gradient | npm地址 | 链接 | 0.1.8 | 0.2.0 | 开发中 | 文本组件 | 文本渐变组件,实现文字渐变效果 || 114 | react-native-bindingx | @react-native-ohos/react-native-bindingx | npm地址 | 链接 | 1.0.4 | 1.1.0 | 开发中 | 交互手势 | 手势/动画绑定的交互方案 || 115 | react-native-cardview | @react-native-ohos/react-native-cardview | npm地址 | 链接 | 2.0.4 | 2.1.0 | 开发中 | 卡片 | 卡片视图组件,提供卡片样式展示 || 116 | react-native-largelist | @react-native-ohos/react-native-largelist | npm地址 | 链接 | 3.1.2 | 3.2.0 | 开发中 | 列表组件 | 大型列表组件,优化大数据量列表性能 || 117 | react-native-spring-scrollview | @react-native-ohos/react-native-spring-scrollview | npm地址 | 链接 | 3.0.4 | 3.1.1 | 开发中 | 滑动组件 | 弹簧滚动视图,实现弹性滚动效果 || 118 | react-native-color-matrix-image-filters | @react-native-ohos/react-native-color-matrix-image-filters | npm地址 | 链接 | 6.0.6 | 7.0.3-2 | 开发中 | 图像 | 颜色矩阵滤镜处理图片 || 119 | react-native-toast | @react-native-ohos/react-native-toast | npm地址 | 链接 | 1.0.9 | 1.1.0 | 开发中 | 弹窗组件 | 提示组件,提供各种提示样式 || 120 | react-native-syan-image-picker | @react-native-ohos/react-native-syan-image-picker | npm地址 | 链接 | 0.5.4 | 0.6.0 | 开发中 | 图像 | 图片选择器,支持裁剪与多选 || 121 | react-native-amap-geolocation | @react-native-ohos/react-native-amap-geolocation | npm地址 | 链接 | 1.2.5 | 1.3.1 | 开发中 | 地理数据处理 | 高德定位服务接入封装 || 122 | react-native-splash-screen | @react-native-ohos/react-native-splash-screen | npm地址 | 链接 | 3.3.2 | 3.4.0 | 开发中 | 骨架屏组件 | 启动屏组件,显示应用启动画面 || 123 | react-native-baidu-map | @react-native-ohos/react-native-baidu-map | npm地址 | 链接 | 1.0.39 | 1.1.1 | 开发中 | 地理数据处理 | 百度地图组件与定位能力 || 124 | react-native-ble-plx | @react-native-ohos/react-native-ble-plx | npm地址 | 链接 | 3.2.1-1 | 3.5.1-1 | 开发中 | 短距通信 | React Native BLE 库 || 125 | react-native-device-info | @react-native-ohos/react-native-device-info | npm地址 | 链接 | 11.1.1 | 14.0.7 | 开发中 | 系统工具 | 获取设备信息与应用信息 || 126 | react-native-amap3d | @react-native-ohos/react-native-amap3d | npm地址 | 链接 | 3.2.8 | 3.3.0 | 开发中 | 地理数据处理 | 高德地图3D组件封装 || 127 | react-native-background-timer | @react-native-ohos/react-native-background-timer | npm地址 | 链接 | 2.4.2 | 2.5.0 | 开发中 | 系统工具 | 后台定时器/持续任务支持 || 128 | react-native-spinkit | @react-native-ohos/react-native-spinkit | npm地址 | 链接 | 1.5.3 | 1.6.0 | 开发中 | 反馈组件 | 加载动画组件,提供各种加载动画效果 || 129 | react-native-http-bridge | @react-native-ohos/react-native-http-bridge | npm地址 | 链接 | 0.6.2-1 | 0.7.0 | 开发中 | 网络服务 | React Native的简单HTTP服务器 || 130 | react-native-qr-decode-image-camera | @react-native-ohos/react-native-qr-decode-image-camera | npm地址 | 链接 | 1.1.6 | 1.2.1 | 开发中 | 扫码组件 | 二维码解码组件,扫描二维码图片 || 131 | react-native-touch-id | @react-native-ohos/react-native-touch-id | npm地址 | 链接 | 4.4.2 | 4.5.0 | 开发中 | 身份验证 | 用于使用 Face ID 和 Touch ID 等生物识别认证方式进行用户身份验证 || 132 | react-native-modal | @react-native-ohos/react-native-modal | npm地址 | 链接 | 13.0.2 | 14.0.2 | 开发中 | 弹窗组件 | 模态框组件,显示弹出对话框 || 133 | react-native-contacts | @react-native-ohos/react-native-contacts | npm地址 | 链接 | 7.0.8 | 8.0.7 | 开发中 | 联系人工具 | 读取与管理通讯录联系人 || 134 | react-native-restart | @react-native-ohos/react-native-restart | npm地址 | 链接 | 0.0.29 | 0.1.0 | 开发中 | 系统工具 | 重启当前React Native应用 || 135 | react-native-system-setting | @react-native-ohos/react-native-system-setting | npm地址 | 链接 | 1.7.7 | 1.8.0 | 开发中 | 系统功能集成 | 打开系统设置页与状态查询 || 136 | react-native-keep-awake | @react-native-ohos/react-native-keep-awake | npm地址 | 链接 | 4.0.1 | 4.1.0 | 开发中 | 数据处理与分析 | 保持屏幕常亮不息屏 || 137 | react-navigation | - | - | 链接 | - | - | - | 导航组件 | React Native导航库,支持堆栈、标签等导航模式。 || 138 | react-native-default-preference | @react-native-ohos/react-native-default-preference | npm地址 | 链接 | 1.4.5-1 | 1.5.0 | 开发中 | 存储 | 跨平台存储键值对,封装SharedPreferences和UserDefaults。 || 139 | react-native-ble-manager | @react-native-ohos/react-native-ble-manager | npm地址 | 链接 | 开发中 | 12.1.7 | 开发中 | 短距通信 | 一个蓝牙低功耗的RN三方库 || 140 | react-native-sensitive-info | @react-native-ohos/react-native-sensitive-info | npm地址 | 链接 | 6.0.1 | 6.1.0 | 开发中 | 安全加解密 | 用于在 React Native 应用中安全地存储敏感信息。 || 141 | react-native-multi-slider | @react-native-ohos/react-native-multi-slider | npm地址 | 链接 | 2.2.3 | 2.3.0 | 开发中 | 表单组件 | 多滑块组件,支持多个滑块控制 || 142 | react-native-orientation | @react-native-ohos/react-native-orientation | npm地址 | 链接 | 3.1.5 | 3.2.1 | 开发中 | 传感器 | 获取与监听屏幕方向变化 || 143 | rn-tourguide | @react-native-ohos/rn-tourguide | npm地址 | 链接 | 3.3.1 | 3.4.0 | 开发中 | 状态组件 | 引导教程组件,提供应用引导功能 || 144 | react-native-performance | @react-native-ohos/react-native-performance | npm地址 | 链接 | 5.1.3 | 5.2.0 | 开发中 | 性能分析工具 | 性能监控与帧率等指标采集 || 145 | react-native-shake | @react-native-ohos/react-native-shake | npm地址 | 链接 | 5.6.4 | 6.0.2 | 开发中 | 传感器 | 摇一摇手势检测与回调 || 146 | react-native-material-dropdown | @react-native-ohos/react-native-material-dropdown | npm地址 | 链接 | 开发中 | 0.12.0 | 开发中 | 布局组件 | 材料设计下拉框,提供下拉选择功能 || 147 | react-native-document-picker | @react-native-ohos/react-native-document-picker | npm地址 | 链接 | 9.2.2 | 9.3.2 | 开发中 | 表单组件 | 文档选择器,选择本地文档文件 || 148 | react-native-fingerprint-scanner | @react-native-ohos/react-native-fingerprint-scanner | npm地址 | 链接 | 6.0.1 | 6.1.0 | 开发中 | 身份验证 | 指纹/生物识别认证能力 || 149 | react-native-get-random-values | @react-native-ohos/react-native-get-random-values | npm地址 | 链接 | 1.11.2 | 1.12.0 | 开发中 | 安全加解密 | 提供安全随机数API实现 || 150 | native-base | @react-native-ohos/native-base | npm地址 | 链接 | 3.4.29 | 3.5.1 | 3.5.1 | UI组件库 | UI组件库,提供丰富的React Native组件 || 151 | react-native-orientation-locker | @react-native-ohos/react-native-orientation-locker | npm地址 | 链接 | 1.7.3 | 1.8.1 | 开发中 | 应用窗口管理 | 锁定屏幕方向与控制旋转 || 152 | react-native-ssl-pinning | @react-native-ohos/react-native-ssl-pinning | npm地址 | 链接 | 1.5.8-1 | 1.6.0-1 | 开发中 | 身份验证 | 本库提供ssl证书固定功能 || 153 | react-native-bootsplash | @react-native-ohos/react-native-bootsplash | npm地址 | 链接 | 6.1.3 | 6.3.6 | 开发中 | 启动屏 | 启动闪屏组件,显示应用启动动画 || 154 | nativewind | @react-native-ohos/nativewind | npm地址 | 链接 | 2.0.12 | 4.1.24 | 4.2.0 | 布局组件 | Tailwind CSS适配,支持Tailwind样式系统 || 155 | react-native-country-picker-modal | @react-native-ohos/react-native-country-picker-modal | npm地址 | 链接 | 开发中 | 2.1.0 | 开发中 | 表单组件 | 国家选择器,提供国家选择功能 || 156 | react-native-haptic-feedback | @react-native-ohos/react-native-haptic-feedback | npm地址 | 链接 | 2.2.2 | 2.3.4 | 开发中 | 交互组件 | 触觉反馈组件,提供震动反馈效果 || 157 | react-native-dropdownalert | @react-native-ohos/react-native-dropdownalert | npm地址 | 链接 | 5.1.1 | 5.2.0 | 开发中 | 弹框组件 | 下拉提示组件,显示下拉式提示信息 || 158 | react-native-material-ui | @react-native-ohos/react-native-material-ui | npm地址 | 链接 | 1.30.2 | 1.31.0 | 开发中 | 主题/样式框架 | 材料设计UI组件,提供Material风格组件 || 159 | react-native-credit-card-input | @react-native-ohos/react-native-credit-card-input | npm地址 | 链接 | 0.4.2 | 1.0.1 | 开发中 | 表单组件 | 信用卡输入组件,处理信用卡信息输入 || 160 | react-native-unistyles | @react-native-ohos/react-native-unistyles | npm地址 | 链接 | 2.7.3 | 2.43.1 | - | 主题/样式框架 | 样式系统,提供统一的样式管理 || 161 | react-native-signature-capture | @react-native-ohos/react-native-signature-capture | npm地址 | 链接 | 0.4.13 | 0.5.0 | 开发中 | 图表绘制 | 签名捕获组件,支持手写签名 || 162 | @klarna/react-native-vector-drawable | @react-native-ohos/react-native-vector-drawable | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 图形渲染 | 渲染Android矢量图资源 || 163 | react-native-material-buttons | @react-native-ohos/react-native-material-buttons | npm地址 | 链接 | 0.6.1 | 0.7.0 | 开发中 | 基础组件 | 材料设计按钮,提供Material风格按钮 || 164 | react-native-create-thumbnail | @react-native-ohos/react-native-create-thumbnail | npm地址 | 链接 | 2.0.1 | 2.1.0 | 开发中 | 视频 | 从视频生成指定帧缩略图 || 165 | react-native-picker | @react-native-ohos/react-native-picker | npm地址 | 链接 | 4.3.11 | 4.4.1 | 开发中 | 表单组件 | 选择器组件,提供数据选择功能 || 166 | react-native-shared-element | @react-native-ohos/react-native-shared-element | npm地址 | 链接 | 0.8.10 | 开发中 | 开发中 | 动画 | 共享元素动画,实现页面间动画过渡 || 167 | @gorhom/bottom-sheet | @react-native-ohos/bottom-sheet | npm地址 | 链接 | 4.6.5 | 5.1.7 | 5.2.0 | 布局组件 | 底部弹窗组件,实现底部滑动面板 || 168 | react-native-mmkv-storage | @react-native-ohos/react-native-mmkv-storage | npm地址 | 链接 | 0.10.5 | 0.11.3-1 | 开发中 | 键值存储 | 超快(0.0002s读/写)、小型加密移动键值存储框架。 || 169 | react-native-ui-lib | @react-native-ohos/react-native-ui-lib | npm地址 | 链接 | 开发中 | 7.43.1 | 开发中 | UI组件框架 | UI工具库,提供基础UI组件集合 || 170 | react-native-skia | @react-native-ohos/react-native-skia | npm地址 | 链接 | 1.3.11 | 开发中 | 开发中 | 矢量图形处理 | Skia图形渲染与绘制引擎 || 171 | react-native-print | @react-native-ohos/react-native-print | npm地址 | 链接 | 0.11.1 | 0.12.0 | 开发中 | PDF文档处理 | 支持打印功能,允许通过编程方式控制打印流程。 || 172 | react-native-inappbrowser-reborn | @react-native-ohos/react-native-inappbrowser-reborn | npm地址 | 链接 | 3.7.1 | 3.8.0 | 开发中 | web组件 | 内嵌浏览器,提供网页浏览功能 || 173 | react-native-picker-select | @react-native-ohos/react-native-picker-select | npm地址 | 链接 | 9.3.2 | 9.4.0 | 开发中 | 表单组件 | 选择器组件,支持自定义选择样式 || 174 | react-native-track-player | @react-native-ohos/react-native-track-player | npm地址 | 链接 | 4.1.3 | 4.2.0 | 开发中 | 音频 | 音频播放器,提供音乐播放功能 || 175 | react-native-apple-authentication | @react-native-ohos/react-native-apple-authentication | npm地址 | 链接 | 2.3.1 | 2.4.2-1 | 开发中 | 身份验证 | Apple ID登录认证封装 || 176 | react-native-camera-kit | @react-native-ohos/react-native-camera-kit | npm地址 | 链接 | 14.0.2 | 15.1.2 | 开发中 | 图像 | 相机拍照/扫码等能力封装 || 177 | react-native-nfc-manager | @react-native-ohos/react-native-nfc-manager | npm地址 | 链接 | 3.15.1 | 3.16.2 | 开发中 | 短距通信 | 它提供了一个简单的 NFC 管理组件,用于在应用程序中实现 NFC 功能。 || 178 | react-native-blurhash | @react-native-ohos/react-native-blurhash | npm地址 | 链接 | 2.0.4 | 2.1.1 | 开发中 | 图像 | BlurHash占位图编码/解码 || 179 | react-native-text-input-mask | @react-native-ohos/react-native-text-input-mask | npm地址 | 链接 | 3.1.6 | 3.2.0 | 开发中 | 文本组件 | 文本输入掩码,格式化输入内容 || 180 | realm-js | @react-native-ohos/realm | npm地址 | 链接 | 12.13.2 | 开发中 | 开发中 | 数据库 | 移动端高性能数据库,支持对象存储和查询。 || 181 | react-native-charts-wrapper | @react-native-ohos/react-native-charts-wrapper | npm地址 | 链接 | 0.6.1 | 0.7.0 | 开发中 | 图表绘制 | 图表组件,提供数据可视化功能 || 182 | react-native-keyboard-controller | @react-native-ohos/react-native-keyboard-controller | npm地址 | 链接 | 1.12.9 | 1.16.8 | 开发中 | 布局组件 | 键盘控制器,管理键盘显示状态 || 183 | react-native-config | @react-native-ohos/react-native-config | npm地址 | 链接 | 开发中 | 1.6.0 | 开发中 | 程序语言工具 | 从环境变量读取应用配置,支持多环境。 || 184 | react-native-context-menu-view | @react-native-ohos/react-native-context-menu-view | npm地址 | 链接 | 1.16.1 | 1.19.1 | 开发中 | 导航索引组件 | 上下文菜单组件,显示右键菜单 || 185 | react-native-view-pdf | @react-native-ohos/react-native-view-pdf | npm地址 | 链接 | 0.14.1-1 | 0.15.0 | 开发中 | PDF文档处理 | 在应用程序中集成 PDF 阅读功能,将该库通过CAPI的方式,适配到鸿蒙版本的RN架构上,通过C层来渲染该UI组件 || 186 | react-native-hole-view | @react-native-ohos/react-native-hole-view | npm地址 | 链接 | 3.0.1 | 3.1.0 | 开发中 | 特效组件 | 孔洞视图,实现遮罩孔洞效果 || 187 | react-native-material-textfield | @react-native-ohos/react-native-material-textfield | npm地址 | 链接 | 0.16.2 | 0.17.0 | 开发中 | 文本框组件 | 材料设计文本框,提供输入框组件 || 188 | react-native-iphone-screen-helper | @react-native-ohos/react-native-iphone-screen-helper | npm地址 | 链接 | 2.1.2 | 2.2.0 | 开发中 | 设备适配 | 获取iOS设备屏幕信息,如状态栏高度。 || 189 | react-native-randombytes | @react-native-ohos/react-native-randombytes | npm地址 | 链接 | 3.6.2-1 | 3.7.0 | 开发中 | 安全加解密 | 为移动端应用提供生成随机字节的能力,常用于加密、安全令牌生成等场景。 || 190 | react-native-view-overflow | @react-native-ohos/react-native-view-overflow | npm地址 | 链接 | 0.0.6 | 0.1.0 | 开发中 | 布局组件 | 视图溢出组件,处理视图内容溢出 || 191 | voice | @react-native-ohos/voice | npm地址 | 链接 | 3.2.5 | 3.3.0 | 开发中 | AI技术应用 | React Native 语音识别库 || 192 | react-native-email-link | @react-native-ohos/react-native-email-link | npm地址 | 链接 | 1.15.1 | 1.16.2 | 开发中 | 网页解析 | 邮件链接组件,处理邮件链接跳转 || 193 | react-native-background-fetch | @react-native-ohos/react-native-background-fetch | npm地址 | 链接 | 4.2.7 | 4.3.0 | 开发中 | 数据处理与分析 | 允许应用在后台定期执行任务。 || 194 | react-native-textinput-maxlength-fixed | @react-native-ohos/react-native-textinput-maxlength-fixed | npm地址 | 链接 | 0.1.4 | 0.2.0 | 开发中 | 文本组件 | 文本输入长度限制,固定输入长度 || 195 | @react-native-community/audio-toolkit | @react-native-ohos/audio-toolkit | npm地址 | 链接 | 2.0.4 | 开发中 | 开发中 | 音频 | 跨平台音频播放和录制工具包。|| 196 | react-native-svg-charts | @react-native-ohos/react-native-svg-charts | npm地址 | 链接 | 5.4.0 | 5.4.0 | 开发中 | 图表绘制 | SVG图表组件,使用SVG绘制图表 || 197 | react-native-file-viewer | @react-native-ohos/react-native-file-viewer | npm地址 | 链接 | 2.1.7 | 2.2.0 | 开发中 | Office文档处理 | 原生文件查看器。预览移动设备支持的任何类型的文件。 || 198 | react-native-typography | @react-native-ohos/react-native-typography | npm地址 | 链接 | 开发中 | 1.5.0 | 开发中 | ArkUI主题框架 | 排版组件,提供字体样式管理 || 199 | react-native-image-colors | @react-native-ohos/react-native-image-colors | npm地址 | 链接 | 2.4.1 | 2.5.3 | 2.5.3 | 图像 | 图片颜色提取,获取图片主色调 || 200 | react-content-loader | @react-native-ohos/react-content-loader | npm地址 | 链接 | 开发中 | 7.1.0 | 开发中 | 动画 | 内容加载器,显示骨架屏加载效果 || 201 | react-native-snackbar | @react-native-ohos/react-native-snackbar | npm地址 | 链接 | 2.7.2 | 2.9.1 | 开发中 | 动画 | Snackbar提示组件,显示底部提示信息 || 202 | react-native-maps-directions | @react-native-ohos/react-native-maps-directions | npm地址 | 链接 | 开发中 | 1.9.1 | 开发中 | 地理数据处理 | 在地图上显示路线和方向。|| 203 | react-native-reanimated-bottom-sheet | @react-native-ohos/reanimated-bottom-sheet | npm地址 | 链接 | 开发中 | 1.1.1 | 开发中 | 动画 | 动画底部弹窗,支持动画效果 || 204 | react-native-image-marker | @react-native-ohos/react-native-image-marker | npm地址 | 链接 | 1.2.7 | 1.3.0 | 开发中 | 图像 | 图片标记组件,为图片添加水印 || 205 | react-native-audio-recorder-player | @react-native-ohos/react-native-audio-recorder-player | npm地址 | 链接 | 3.6.11 | 3.7.1 | 3.7.1 | 音频 | 音频录制和播放器,支持多种格式。|| 206 | react-native-map-clustering | @react-native-ohos/react-native-map-clustering | npm地址 | 链接 | 3.4.3 | 3.5.0 | 开发中 | 地理数据处理 | 地图聚类组件,处理地图点聚合 || 207 | mixpanel-react-native | @react-native-ohos/mixpanel-react-native | npm地址 | 链接 | 3.0.6 | 3.2.0 | 开发中 | 数据处理与分析 | Mixpanel分析SDK,用于用户行为跟踪。 || 208 | react-native-share | @react-native-ohos/react-native-share | npm地址 | 链接 | 10.2.2 | 12.1.2 | 12.1.2 | 分享 | 跨平台内容分享到社交媒体等。 || 209 | react-native-gifted-charts | @react-native-ohos/react-native-gifted-charts | npm地址 | 链接 | 1.4.17 | 1.5.0 | 开发中 | 图表绘制 | 图表库,提供丰富的图表类型 || 210 | react-native-quick-base64 | @react-native-ohos/react-native-quick-base64 | npm地址 | 链接 | 2.1.3 | 2.2.0 | 开发中 | 编解码工具 | 极其快速的原生 Base64 实现 || 211 | react-native-mail | @react-native-ohos/react-native-mail | npm地址 | 链接 | 6.1.2 | 6.2.0 | 开发中 | 电子邮件 | 用于集成邮件发送功能的RN三方库 || 212 | react-native-tts | @react-native-ohos/react-native-tts | npm地址 | 链接 | 4.1.3 | 4.2.0 | 开发中 | AI技术应用 | 文本转语音库 || 213 | react-native-version-number | @react-native-ohos/react-native-version-number | npm地址 | 链接 | 0.3.7 | 0.4.0 | 开发中 | 系统工具 | 获取应用版本号、构建号等信息。|| 214 | react-native-keyboard-accessory | @react-native-ohos/react-native-keyboard-accessory | npm地址 | 链接 | 0.1.17 | 0.1.17 | 开发中 | 文本组件 | 键盘工具栏,提供键盘辅助功能 || 215 | victory-native-xl | @react-native-ohos/victory-native-xl | npm地址 | 链接 | 41.1.1 | 41.17.5 | 开发中 | 图表绘制 | 图表库扩展,提供高级图表功能 || 216 | react-native-sticky-parallax-header | @react-native-ohos/react-native-sticky-parallax-header | npm地址 | 链接 | 开发中 | 1.2.0 | 1.3.0 | 布局组件 | 粘性视差头部组件,提升滚动体验。|| 217 | react-native-incall-manager | @react-native-ohos/react-native-incall-manager | npm地址 | 链接 | 4.2.1 | 4.3.0 | 开发中 | 网络流控 | 在 React Native 中处理音频/视频聊天期间的媒体路由/传感器/事件 || 218 | react-native-securerandom | @react-native-ohos/react-native-securerandom | npm地址 | 链接 | 1.0.2 | 1.1.0 | 开发中 | 安全加解密 | 生成加密安全随机字节的库 || 219 | react-native-tcp-socket | @react-native-ohos/react-native-tcp-socket | npm地址 | 链接 | 6.2.1 | 6.3.1 | 开发中 | 通信协议 | 是一个为 React Native 应用提供原生 TCP 套接字支持的开源库 || 220 | react-native-scroll-bottom-sheet | @react-native-ohos/react-native-scroll-bottom-sheet | npm地址 | 链接 | 0.7.1 | 0.8.0 | 0.9.0 | 弹窗组件 | 滚动底部弹窗,支持滚动内容 || 221 | react-native-send-intent | @react-native-ohos/react-native-send-intent | npm地址 | 链接 | 1.3.1 | 1.4.1 | 开发中 | 系统通信 | 实现应用间通信与系统级操作 || 222 | rn-emoji-keyboard | @react-native-ohos/rn-emoji-keyboard | npm地址 | 链接 | 1.7.1 | 1.8.0 | 开发中 | 文本框组件 | 表情键盘组件,提供表情输入功能 || 223 | react-native-markdown-renderer | @react-native-ohos/react-native-markdown-renderer | npm地址 | 链接 | 开发中 | 3.3.0 | 开发中 | 文本组件 | 将Markdown文本渲染为React Native组件。|| 224 | react-native-safe-modules | @react-native-ohos/react-native-safe-modules | npm地址 | 链接 | 1.0.4 | 1.1.0-1 | 开发中 | 开发工具 | 提供安全的模块导入和使用机制。|| 225 | @react-native-ohos-community/auto-fill | @react-native-ohos/auto-fill | npm地址 | 链接 | 1.0.1 | 1.1.0 | 开发中 | Web服务创建 | 自动填充组件,支持自动填充功能 || 226 | react-native-network-info | @react-native-ohos/react-native-network-info | npm地址 | 链接 | 5.2.2 | 5.3.0 | 开发中 | 网络工具 | 用于获取设备网络信息的React Native库 || 227 | react-native-udp | @react-native-ohos/react-native-udp | npm地址 | 链接 | 4.1.8 | 4.2.0 | 开发中 | 网络协议 | React Native UDP 套接字 API || 228 | react-native-file-access | @react-native-ohos/react-native-file-access | npm地址 | 链接 | 3.1.3 | 3.2.0-1 | 开发中 | 文件操作 | 文件系统访问 || 229 | react-native-compass-heading | @react-native-ohos/react-native-compass-heading | npm地址 | 链接 | 1.5.1 | 2.0.3 | 开发中 | 传感器 | 获取设备指南针朝向角度。|| 230 | react-native-bars | @react-native-ohos/react-native-bars | npm地址 | 链接 | 2.4.4 | 2.5.0 | 开发中 | 状态栏组件 | 状态栏组件,处理状态栏样式 || 231 | react-native-mlkit-ocr | @react-native-ohos/react-native-mlkit-ocr | npm地址 | 链接 | 0.3.1 | 0.4.0 | 开发中 | 图像识别 | 提供设备端离线OCR文字识别功能 || 232 | react-native-screenshot-prevent | @react-native-ohos/react-native-screenshot-prevent | npm地址 | 链接 | 1.2.3 | 1.3.0 | 开发中 | 应用安全 | 用于防止用户对特定页面进行‌截图、录屏或屏幕共享‌,适用于需要保护敏感信息的应用场景。 || 233 | react-native-drax | @react-native-ohos/react-native-drax | npm地址 | 链接 | 0.10.4 | 0.12.0 | 开发中 | 交互组件 | 拖拽组件,提供拖拽功能支持 || 234 | @op-engineering/op-sqlite | @react-native-ohos/op-sqlite | npm地址 | 链接 | 8.0.3 | 14.0.1 | 开发中 | 数据库 | 高性能React Native SQLite引擎,支持向量搜索、加密和诸多扩展 || 235 | react-native-theme-switch-animation | @react-native-ohos/react-native-theme-switch-animation | npm地址 | 链接 | 0.6.1 | 0.8.1 | 开发中 | 动画 | 主题切换动画,支持主题切换效果 || 236 | react-native-keys | @react-native-ohos/react-native-keys | npm地址 | 链接 | 0.7.12 | 0.8.0 | 开发中 | 输入设备 | 安全存储和管理应用密钥。|| 237 | react-native-theme-control | @react-native-ohos/react-native-theme-control | npm地址 | 链接 | 6.0.2 | 6.1.1 | 开发中 | 主题/样式框架 | 主题控制组件,管理应用主题切换 || 238 | @baronha/ting | @react-native-ohos/ting | npm地址 | 链接 | 1.2.3 | 1.3.0 | 开发中 | AI 技术应用 | 语音识别组件,提供语音输入功能 || 239 | react-native-localization-settings | @react-native-ohos/react-native-localization-settings | npm地址 | 链接 | 1.0.3 | 1.2.1 | 开发中 | 国际化/本地化 | 管理应用本地化设置和语言。 || 240 | @klarna/platform-colors | @react-native-ohos/platform-colors | npm地址 | 链接 | 0.4.1-1 | 0.5.0 | 开发中 | 多功能UI组件库 | 平台颜色组件,获取系统平台颜色 || 241 | react-native-barcode-builder | @react-native-ohos/react-native-barcode-builder | npm地址 | 链接 | 开发中 | 2.1.0 | 2.1.0 | 工具函数 | 生成各种条码和二维码。|| 242 | react-native-neomorph-shadows | @react-native-ohos/react-native-neomorph-shadows | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 视觉效果 | 实现拟态设计风格的阴影效果。|| 243 | react-native-screens | @react-native-ohos/react-native-screens | npm地址 | 链接 | 3.34.2 | 4.8.3 | 4.9.0 | 导航组件 | 原生版本,屏幕管理组件,优化导航性能 || 244 | ffmpeg-kit-react-native | @react-native-ohos/react-native-ffmpeg-kit | npm地址 | 链接 | 开发中 | 6.1.0 | 开发中 | 音视频、图像处理 | FFmpeg工具包,用于视频音频处理 || 245 | BabylonReactNative | @react-native-ohos/babylonjs-react-native | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 3D渲染 | Babylon.js 3D引擎在React Native中的集成 || 246 | react-native-push-notification | @react-native-ohos/react-native-push-notification | npm地址 | 链接 | 8.1.2 | 8.1.3 | 8.1.3 | 消息推送 | 支持本地与远程推送通知 || 247 | @sdcx/pull-to-refresh | @react-native-ohos/pull-to-refresh | npm地址 | 链接 | 0.27.2 | 0.28.2 | 1.0.0 | 刷新组件 | 支持自定义加载动画,优化刷新体验 || 248 | react-native-callkeep | @react-native-ohos/react-native-callkeep | npm地址 | 链接 | 4.3.15 | 4.3.15 | 4.3.15 | 通话管理 | VoIP通话管理,支持来电去电 || 249 | react-native-nested-scroll | @react-native-oh-tpl/react-native-nested-scroll | npm地址 | 链接 | 0.14.3 | - | 0.15.0 | 滑动组件 | 嵌套滚动视图,支持嵌套滚动效果 || 250 | react-native-smartassets | @react-native-ohos/react-native-smartassets | npm地址 | 链接 | 1.0.6 | - | 1.0.6 | 资源管理 | 智能资源加载,适配鸿蒙资源管理 || 251 | @astrocoders/react-native-selectable-text | @react-native-ohos/react-native-selectable-text | npm地址 | 链接 | 1.5.2-1 | 1.5.2-1 | 开发中 | 文本组件 | 可选择文本组件,支持文本选择与复制 || 252 | react-native-sound-player | @react-native-oh-tpl/react-native-sound-player | npm地址 | 链接 | 0.14.6 | 0.14.6 | 开发中 | 音频 | 音频播放组件,支持本地和远程音频播放 || 253 | react-native-rsa-native | @react-native-ohos/react-native-rsa-native | npm地址 | 链接 | 2.0.6 | 2.0.6 | 开发中 | 安全加解密 | RSA加密解密,支持公钥加密和私钥签名 || 254 | react-native-immersive | @react-native-ohos/react-native-immersive | npm地址 | 链接 | 2.1.1 | 2.1.1 | 开发中 | 系统功能集成 | 沉浸式模式,控制全屏沉浸式体验 || 255 | react-native-cos-sdk | @react-native-ohos/react-native-cos-sdk | npm地址 | 链接 | 1.2.2-1 | 1.2.2-1 | 开发中 | 第三方SDK | 腾讯云COS对象存储SDK,支持文件上传下载 || 256 | react-native-blue-printer | @react-native-ohos/react-native-bluetooth-printer | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 短距通信 | 蓝牙打印库,支持连接蓝牙打印机 || 257 | react-native-smart-refresh | @react-native-ohos/react-native-smart-refresh | npm地址 | 链接 | 1.1.7 | 1.1.7 | 1.1.7 | 刷新组件 | 智能下拉刷新,支持下拉刷新和上拉加载 || 258 | react-native-vlc-media-player | @react-native-ohos/react-native-vlc-media-player | npm地址 | 链接 | 1.0.89 | 1.1.0 | 开发中 | 媒体组件 | VLC媒体播放器,支持多种视频格式 || 259 | react-native-router-flux | @react-native-ohos/react-native-router-flux | npm地址 | 链接 | 4.3.2 | 4.3.2 | 4.3.2 | 导航组件 | 路由导航库,支持场景式路由管理 || 260 | react-native-photo-manipulator | @react-native-ohos/react-native-photo-manipulator | npm地址 | 链接 | 1.9.3 | 1.9.3 | 1.9.4 | 图像 | 图片操作处理,支持裁剪、批注、水印 || 261 | react-native-draggable-flatlist | @react-native-ohos/react-native-draggable-flatlist | npm地址 | 链接 | 4.0.5 | 4.0.5 | 4.0.5 | 列表组件 | 拖拽排序列表,支持列表项拖拽排序 || 262 | teaset | @react-native-ohos/teaset | npm地址 | 链接 | 0.7.7 | 0.7.7 | 0.7.7 | UI组件库 | React Native UI组件库,提供丰富组件 || 263 | react-native-appearance | @react-native-oh-tpl/react-native-appearance | npm地址 | 链接 | 0.3.6 | 0.3.6 | 0.3.6 | 主题/样式框架 | 外观模式,监听系统深色/浅色模式切换 || 264 | react-native-camera | @react-native-ohos/react-native-camera | npm地址 | 链接 | 3.40.2 | 3.41.1 | 3.42.0 | 相机组件 | 相机组件,支持拍照和录像 || 265 | react-native-status-bar-height | @react-native-ohos/react-native-status-bar-height | npm地址 | 链接 | 2.6.1 | 2.6.1 | 2.6.1 | 状态栏组件 | 获取状态栏高度 || 266 | react-native-swiper-flatlist | @react-native-oh-tpl/react-native-swiper-flatlist | npm地址 | 链接 | 3.2.6 | 3.2.6 | 3.2.6 | 布局组件 | 轮播图组件,支持FlatList轮播展示 || 267 | react-native-webrtc | @react-native-ohos/react-native-webrtc | npm地址 | 链接 | 124.0.8 | 124.0.8 | 124.0.8 | 通信 | WebRTC通信库,支持音视频通话 || 268 | react-navigation-tabs | @react-native-ohos/react-navigation-tabs | npm地址 | 链接 | 开发中 | 2.7.1 | 2.7.1 | 导航组件 | 标签导航组件,提供标签页切换 || 269 | rive-react-native | @react-native-ohos/rive-react-native | npm地址 | 链接 | 9.8.0 | 9.8.0 | 开发中 | 动画 | Rive动画组件,支持矢量动画渲染 || 270 | react-native-mmkv | @react-native-ohos/react-native-mmkv | npm地址 | 链接 | 3.3.1-1 | 3.3.1-1 | 4.0.0 | 键值存储 | 高性能键值存储,基于MMKV || 271 | react-native-turbo-log | @react-native-ohos/react-native-turbo-log | npm地址 | 链接 | 0.6.1 | 0.7.0 | 开发中 | 日志工具 | 高性能日志库,提供文件日志记录 || 272 | react-native-nitro-modules | @react-native-ohos/react-native-nitro-modules | npm地址 | 链接 | - | 开发中 | 开发中 | 编程辅助工具 | Nitro模块,提供高性能跨语言通信 || 273 | react-native-wifi-reborn | @react-native-ohos/react-native-wifi-reborn | npm地址 | 链接 | 4.13.7 | 4.13.7 | 开发中 | 网络工具 | WiFi管理,连接和管理WiFi网络 || 274 | react-native-vibration-feedback | @react-native-ohos/react-native-vibration-feedback | npm地址 | 链接 | 1.0.1 | 1.1.0 | 开发中 | 交互组件 | 震动反馈组件,提供触觉反馈 || 275 | watermelondb | @react-native-ohos/watermelondb | npm地址 | 链接 | 0.29.0 | 0.29.0 | 0.29.0 | 数据库 | 高性能响应式数据库,支持离线优先应用 || 276 | @react-navigation/drawer | @react-native-ohos/drawer | npm地址 | 链接 | 开发中 | 7.3.11 | 7.3.11 | 导航组件 | 抽屉导航器,实现侧边栏滑动导航 || 277 | react-native-iap | @react-native-ohos/react-native-iap | npm地址 | 链接 | 13.0.5 | 13.0.5 | - | 第三方SDK | 应用内购买,支持商品购买和订阅 || 278 | react-native-compressor | @react-native-ohos/react-native-compressor | npm地址 | 链接 | 开发中 | 开发中 | - | 音视频、图像处理 | 压缩工具,支持图片和视频压缩 || 279 | react-native-gcanvas | @react-native-ohos/react-native-gcanvas | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 图形渲染 | Canvas画布组件,提供2D/3D图形绘制 || 280 | react-native-bluetooth-classic | @react-native-ohos/react-native-bluetooth-classic | npm地址 | 链接 | 开发中 | 开发中 | 开发中 | 短距通信 | 蓝牙经典通信,连接经典蓝牙设备 || 281 | react-native-douyin | @react-native-ohos/react-native-douyin | npm地址 | 链接 | 1.2.0 | 1.2.0 | 1.2.0 | 第三方SDK | 抖音SDK集成,支持抖音登录和分享 || 282 | lottie-react-native | @react-native-ohos/lottie-turbo-react-native | npm地址 | 链接 | 1.0.1 | 1.0.1 | 1.0.1 | 动画 | Lottie Turbo动画,基于Nitro的高性能动画 || 283 | react-native-ping | @react-native-ohos/react-native-ping | npm地址 | 链接 | 1.0.0 | 1.0.0 | 1.0.0 | 网络工具 | Ping工具,测试网络连通性和延迟 || 284 | react-native-screen-capture | @react-native-ohos/react-native-screen-capture | npm地址 | 链接 | 0.2.4 | 0.2.4 | - | 截图组件 | 屏幕捕获组件,支持截屏功能 || 285 | react-native-secure-key-store | @react-native-ohos/react-native-secure-key-store | npm地址 | 链接 | 2.0.11 | 2.1.0 | - | 安全加解密 | 安全密钥存储,加密存储敏感密钥 || 286 | jverification-react-native | @react-native-ohos/jverification-react-native | npm地址 | 链接 | 2.4.7 | 2.4.7 | - | 第三方SDK | 极光认证SDK,支持一键登录 || 287 | react-native-extra-dimensions-android | @react-native-ohos/react-native-extra-dimensions | npm地址 | 链接 | 1.2.7 | 1.2.7 | 1.2.7 | 系统工具 | 获取设备额外屏幕尺寸信息 || 288 | react-native-dialog | @react-native-ohos/react-native-dialog | npm地址 | 链接 | 9.3.1 | 9.3.1 | 9.3.1 | 弹窗组件 | 对话框组件,提供弹窗对话功能 || 289 | react-native-worklets | @react-native-ohos/react-native-worklets | npm地址 | 链接 | - | - | 1.0.1 | 自渲染框架 | Worklets多线程运行时,支持并行执行JS任务 | | 290 | react-native-jitsi | @react-native-ohos/react-native-jitsi | npm地址 | 链接 | - | 12.1.5 | 12.1.5 | 媒体组件 | 支持音视频会议、屏幕共享与聊天功能 |## RNJS 三方库> !TIP 以下 RNJS 三方库已适配 HarmonyOS 平台,在适配过程不涉及代码修改,可直接使用源库代码| 序号 | 原库名 | 文档链接 || ---- | ------------------------------------------------------------ |---------------------------|| 1 | @react-navigation/bottom-tabs | 链接 || 2 | @react-navigation/native | 链接 || 3 | react-native-calendars | 链接 || 4 | react-native-pickers | 链接 || 5 | react-native-action-button | 链接 || 6 | react-native-animate-number | 链接 || 7 | react-native-aria | 链接 || 8 | react-native-base64 | 链接 || 9 | react-native-canvas | 链接 || 10 | react-native-check-box | 链接 || 11 | react-native-confirmation-code-field | 链接 || 12 | react-native-dotenv | 链接 || 13 | react-native-drawer-layout-polyfill | 链接 || 14 | react-native-echarts-pro | 链接 || 15 | react-native-fit-Image | 链接 || 16 | react-native-popup-menu | 链接 || 17 | react-native-qrcode-svg | 链接 || 18 | react-native-reanimated-carousel | 链接 || 19 | react-native-reanimated-table | 链接 || 20 | react-native-redash | 链接 || 21 | react-native-render-html | 链接 || 22 | react-native-section-list-get-item-layout | 链接 || 23 | react-native-secharts | 链接 || 24 | recyclerlistview | 链接 || 25 | react-native-md5 | 链接 || 26 | react-native-dynamic | 链接 || 27 | @openspacelabs/react-native-zoomable-view | 链接 || 28 | rn-placeholder | 链接 || 29 | react-native-iconfont-cli | 链接 || 30 | react-native-mqtt | 链接 || 31 | react-native-easy-toast | 链接 || 32 | react-native-feather | 链接 || 33 | react-native-waterfall-flow | 链接 || 34 | react-native-vconsole | 链接 || 35 | react-native-ezswiper | 链接 || 36 | react-native-linear-gradient-text | 链接 || 37 | react-native-marquee-ab | 链接 || 38 | react-native-json-tree | 链接 || 39 | react-native-flexi-radio-button | 链接 || 40 | react-native-root-siblings | 链接 || 41 | react-native-drop-shadow | 链接 || 42 | @itenl/react-native-scrollable-tabview | 链接 || 43 | react-native-root-toast | 链接 || 44 | react-native-htmlview | 链接 || 45 | react-navigation-shared-element | 链接 || 46 | react-native-switch-selector | 链接 || 47 | @callstack/react-theme-provider | 链接 || 48 | react-native-animatable | 链接 || 49 | react-native-collapsible | 链接 || 50 | @react-native-community/hooks | 链接 || 51 | react-native-typing-animation | 链接 || 52 | @testing-library/react-native | 链接 || 53 | react-native-dropdown-picker | 链接 || 54 | react-native-size-matters | 链接 || 55 | react-native-gifted-chat | 链接 || 56 | react-native-shadow-2 | 链接 || 57 | @shopify/restyle | 链接 || 58 | react-native-url-polyfill | 链接 || 59 | react-native-shimmer-placeholder | 链接 || 60 | react-native-flash-message | 链接 || 61 | react-native-ratings | 链接 || 62 | react-native-element-dropdown | 链接 || 63 | react-native-easy-grid | 链接 || 64 | react-native-offline | 链接 || 65 | react-native-crypto-js | 链接 || 66 | react-native-deck-swiper | 链接 || 67 | react-native-autocomplete-dropdown | 链接 || 68 | @expo/react-native-action-sheet | 链接 || 69 | react-native-communications | 链接 || 70 | react-native-lightbox-v2 | 链接 || 71 | react-native-paper | 链接 || 72 | react-native-storage | 链接 || 73 | react-native-waterflow-list | 链接 || 74 | react-native-video-controls | 链接 || 75 | @freakycoder/react-native-bounceable | 链接 || 76 | react-native-material-design-styles | 链接 || 77 | react-native-flip-card | 链接 || 78 | react-native-masked-text | 链接 || 79 | reassure | 链接 || 80 | react-native-bouncy-checkbox | 链接 || 81 | react-native-parsed-text | 链接 || 82 | react-native-loading-spinner-overlay | 链接 || 83 | react-native-hyperlink | 链接 || 84 | react-native-autocomplete-input | 链接 || 85 | react-native-step-indicator | 链接 || 86 | react-native-walkthrough-tooltip | 链接 || 87 | react-native-autolink | 链接 || 88 | react-native-indicators | 链接 || 89 | react-native-material-ripple | 链接 || 90 | react-native-error-boundary | 链接 || 91 | react-native-responsive-fontSize | 链接 || 92 | react-native-button | 链接 || 93 | react-native-notifier | 链接 || 94 | react-native-graph | 链接 || 95 | react-native-mask-text | 链接 || 96 | react-native-confetti-cannon | 链接 || 97 | react-native-countdown-circle-timer | - || 98 | rn-sliding-up-panel | 链接 || 99 | react-navigation-header-buttons | 链接 || 100 | react-native-phone-number-input | 链接 || 101 | react-native-swipe-gestures | 链接 || 102 | react-native-signature-canvas | 链接 || 103 | react-native-multiple-select | 链接 || 104 | react-native-material-menu | 链接 || 105 | react-native-swipeable-list | 链接 || 106 | galio-framework | 链接 || 107 | react-native-copilot | 链接 || 108 | react-native-awesome-gallery | 链接 || 109 | react-navigation-bottom-sheet | 链接 || 110 | react-native-chart-kit | 链接 || 111 | react-native-modals | 链接 || 112 | react-native-recaptcha-that-works | 链接 || 113 | react-native-dismiss-keyboard | 链接 || 114 | @ant-design/react-native | 链接 || 115 | react-native-switch | 链接 || 116 | react-subscribe | 链接 || 117 | parse | 链接 || 118 | react-native-crypto | 链接 || 119 | react-native-vector-icons | 链接 | || 120 | react-native-reconnecting-websocket | 链接 | || 121 | react-native-elements | 链接|## JS 三方库> !TIP 以下 JS 三方库已适配 HarmonyOS 平台,在适配过程不涉及代码修改,可直接使用源库代码| 序号 | 原库名 | 文档链接 || ---- | ------------------------------------------------------------ |---------------------------|| 1 | axios | 链接 || 2 | crypto-js | 链接 || 3 | dayJs | 链接 || 4 | deepmerge | 链接 || 5 | EventBus | 链接 || 6 | htmlparser2 | 链接 || 7 | immer | 链接 || 8 | JsBarCode | 链接 || 9 | js-beautify | 链接 || 10 | lodash | 链接 || 11 | mobx | 链接 || 12 | mobx-react | 链接 || 13 | Moment | 链接 || 14 | parse5 | 链接 || 15 | prop-types | 链接 || 16 | qrcode-generator | 链接 || 17 | react-ahooks | 链接 || 18 | react-i18next | 链接 || 19 | react-redux | 链接 || 20 | react-router-dom | 链接 || 21 | react-use | 链接 || 22 | redux | 链接 || 23 | redux-actions | 链接 || 24 | redux-logger | 链接 || 25 | redux-persist | 链接 || 26 | redux-thunk | 链接 || 27 | redux-toolkit | 链接 || 28 | react-lifecycles-compat | 链接 || 29 | styled-components | 链接 || 30 | styled-system | 链接 || 31 | i18next | 链接 | |## 社区Github Organization: react-native-oh-library

相关推荐
坚果的博客1 小时前
从 0 到 1:用 CJMP 开发「每日早报」鸿蒙应用完整实战
华为·harmonyos
Magic-ZYJ1 小时前
HarmonyOS 权限申请完整流程:声明、检查、请求、拒绝后二次授权
华为·harmonyos·移动应用开发·arcts·arcui
张星河zen2 小时前
端侧AI芯片暗战,苹果华为小米新一代手机芯片技术路线详解
华为·小米·苹果·端侧·韬定律·玄戒
大雷神2 小时前
HarmonyOS ArkGraphics 2D场景化可变帧率实操——做一个智能帧率专注计时器
pytorch·华为·harmonyos
坚果的博客2 小时前
CPF-KMP-CMP:在鸿蒙上用 Kotlin 写跨平台应用
华为·kotlin·harmonyos
Hstar_chen12 小时前
开源一款 HarmonyOS 服务器监控客户端:星辰云巡 1.0.3
服务器·华为·harmonyos
2501_9197490319 小时前
华为鸿蒙免费视频播放器APP—小羊免费播放器
华为·harmonyos·鸿蒙
2501_9197490320 小时前
华为鸿蒙免费背书背课文背稿子APP—小羊背诵
华为·harmonyos·鸿蒙
OH_TPC21 小时前
HarmonyOS APP开发---"随手画"白板涂鸦App,需要用到这个库
harmonyos