13 Star 95 Fork 298

react-native-oh-library/usage-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

[!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-oh-tpl

[!TIP] "原库是否支持新架构"列为 "-" 表示该库不涉及新架构和老架构

[!TIP] "HarmonyOSReleases"列为 "-" 表示该库在适配 HarmonyOS 平台过程不涉及代码修改,可直接使用源库代码

序号 原库名 原库基线版本 原库是否支持新架构 HarmonyOS Releases 文档链接
1 @react-native-async-storage/async-storage 1.21.0 @react-native-oh-tpl/async-storage 链接
2 @react-native-camera-roll/camera-roll 6.0.0 @react-native-oh-tpl/camera-roll 链接
3 @react-native-clipboard/clipboard 1.13.2 @react-native-oh-tpl/clipboard 链接
4 @react-native-community/blur 4.4.0 @react-native-oh-tpl/blurReleases 链接
5 @react-native-community/checkbox 0.5.16 @react-native-oh-tpl/react-native-checkbox 链接
6 @react-native-community/datetimepicker 7.6.2 @react-native-oh-tpl/datetimepicker 链接
7 @react-native-community/geolocation 3.1.0 @react-native-oh-tpl/geolocation 链接
8 @react-native-community/netinfo 11.1.0 @react-native-oh-tpl/netinfo 链接
9 @react-native-community/progress-bar-android 1.0.4 @react-native-oh-tpl/progress-bar-android 链接
10 @react-native-community/progress-view 1.4.2 @react-native-oh-tpl/progress-view 链接
11 @react-native-community/push-notification-ios 1.11.0 @react-native-oh-tpl/push-notification-ios 链接
12 @react-native-community/slider 4.4.3 @react-native-oh-tpl/slider 链接
13 @react-native-community/toolbar-android 0.2.1 @react-native-oh-tpl/toolbar-android 链接
14 @react-native-cookies/cookies 6.2.1 @react-native-oh-tpl/cookies 链接
15 @react-native-masked-view/masked-view 0.2.9 @react-native-oh-tpl/masked-view 链接
16 @react-native-picker/picker 2.5.1 @react-native-oh-tpl/picker 链接
17 @react-native-segmented-control/segmented-control 2.5.2 @react-native-oh-tpl/segmented-control 链接
18 @react-navigation/bottom-tabs 6.5.11 - - 链接
19 @react-navigation/elements 1.3.21 - @react-native-oh-tpl/elements 链接
20 @react-navigation/native 6.1.9 - - 链接
21 @react-navigation/stack 6.3.19 - - 链接
22 @shopify/flash-list 1.6.3 @react-native-oh-tpl/flash-list 链接
23 react-native-idle-timer 2.2.3 开发中 开发中
24 react-native-wechat-lib 3.0.4 @react-native-ohos/react-native-wechat-lib 链接
25 jpush-react-native 3.1.1 @react-native-oh-tpl/jpush-react-native 链接
26 react-native-localization 2.3.2 @react-native-oh-tpl/react-native-localization 链接
27 react-native-search-bar 3.5.1 开发中 开发中
28 rn-bugly 1.3.0-beta.3 @react-native-oh-tpl/rn-bugly 链接
29 react-native-custom-keyboard 1.0.3 @react-native-oh-tpl/react-native-custom-keyboard 链接
30 react-native-slider 0.11.0 - - 链接
31 react-native-thumbnail 1.1.3 @react-native-oh-tpl/react-native-thumbnail 链接
32 react-native-doc-viewer 2.7.8 - @react-native-oh-tpl/react-native-doc-viewer 链接
33 react-native-alipay 5.0.2 @react-native-oh-tpl/react-native-alipay 链接
34 react-native-image-rotate 2.1.0 @react-native-oh-tpl/react-native-image-rotate 链接
35 lottie-react-native 6.4.1 @react-native-oh-tpl/lottie-react-native 链接
36 react-native-user-agent 2.3.1 @react-native-oh-tpl/react-native-user-agent 链接
37 react-native-idfa-aaid 1.2.0 @react-native-oh-tpl/react-native-idfa-aaid 链接
38 react-native-file-selector 1.0.2 @react-native-oh-tpl/react-native-file-selector 链接
39 react-native-exit-app 2.0.0 @react-native-oh-tpl/react-native-exit-app 链接
40 react-native-calendars 1.1304.1 - - 链接
41 react-native-tab-navigator 0.3.4 - @react-native-oh-tpl/react-native-tab-navigator 链接
42 react-native-qrcode 0.2.7 - @react-native-oh-tpl/react-native-qrcode 链接
43 react-native-pickers 2.0.0 - - 链接
44 react-native-video-cache 2.7.1 - @react-native-oh-library/react-native-video-cache 链接
45 react-native-action-button 2.8.5 - - 链接
46 react-native-animate-number 0.1.2 - - 链接
47 react-native-aria 0.2.3 - - 链接
48 react-native-autoheight-webview 1.6.5 - @react-native-oh-tpl/react-native-autoheight-webview 链接
49 react-native-base64 0.2.1 - - 链接
50 react-native-blob-util 0.19.6 @react-native-oh-tpl/react-native-blob-util 链接
51 react-native-canvas 0.1.39 - - 链接
52 react-native-check-box 2.1.0 - - 链接
53 react-native-confirmation-code-field 7.4.0 - - 链接
54 react-native-crypto-js 1.0.0 - - 链接
55 react-native-dotenv 3.4.9 - - 链接
56 react-native-drag-sort 2.4.4 @react-native-oh-tpl/react-native-drag-sort 链接
57 react-native-drawer-layout-polyfill 2.0.0 - - 链接
58 react-native-echarts-pro 1.9.1 - - 链接
59 react-native-exception-handler 2.10.10 @react-native-oh-tpl/react-native-exception-handler 链接
60 react-native-fast-image 8.6.3 @react-native-oh-tpl/react-native-fast-image 链接
61 react-native-fit-Image 1.5.5 - @react-native-oh-tpl/react-native-fit-Image 链接
62 react-native-fs 2.20.0 @react-native-oh-tpl/react-native-fs 链接
63 react-native-gesture-handler 2.14.1 @react-native-oh-tpl/react-native-gesture-handler 链接
64 react-native-image-editor 3.2.0 @react-native-oh-tpl/react-native-image-editor 链接
65 react-native-image-picker 7.0.3 @react-native-oh-tpl/react-native-image-picker 链接
66 react-native-image-zoom-viewer 3.0.1 - react-native-image-zoom-viewer 链接
67 react-native-image-viewing 0.2.2 @react-native-oh-tpl/react-native-image-viewing 链接
68 react-native-image-pan-zoom 2.1.12 - @react-native-oh-tpl/react-native-image-pan-zoom 链接
69 react-native-intersection-observer 0.2.0 - @react-native-oh-tpl/react-native-intersection-observer 链接
70 react-native-keyboard-aware-scroll-view 0.9.5 - @react-native-oh-tpl/react-native-keyboard-aware-scroll-view 链接
71 react-native-linear-gradient 3.0.0-alpha.1 @react-native-oh-tpl/react-native-linear-gradient 链接
72 react-native-maps 1.10.3 @react-native-oh-tpl/react-native-maps 链接
73 react-native-markdown-display 7.0.2 - @react-native-oh-tpl/react-native-markdown-display 链接
74 react-native-marquee 0.5.0 - @react-native-oh-tpl/react-native-marquee 链接
75 react-native-MJRefresh 0.7.0 @react-native-oh-tpl/react-native-mjrefresh 链接
76 react-native-pager-view 6.2.2 @react-native-oh-tpl/react-native-pager-view 链接
77 react-native-pdf 6.7.4 @react-native-oh-tpl/react-native-pdf 链接
78 react-native-permissions 4.1.5 @react-native-oh-tpl/react-native-permissions 链接
79 react-native-popover-view 5.1.7 - @react-native-oh-tpl/react-native-popover-view 链接
80 react-native-popup-menu 0.16.0 - - 链接
81 react-native-progress 5.0.1 - @react-native-oh-tpl/react-native-progress 链接
82 react-native-pull 2.0.4 - @react-native-oh-tpl/react-native-pull 链接
83 react-native-qrcode-svg 6.2.0 - - 链接
84 react-native-reanimated 3.6.0 @react-native-oh-tpl/react-native-reanimated 链接
85 react-native-reanimated-carousel 3.5.1 - - 链接
86 react-native-reanimated-table 0.2.0 - - 链接
87 react-native-redash 18.1.3 - - 链接
88 react-native-render-html 6.3.4 - - 链接
89 react-native-safe-area-context 4.7.4 @react-native-oh-tpl/react-native-safe-area-context 链接
90 react-native-screens 3.29.0 - 链接
91 react-native-scrollable-tab-view 1.0.0 - @react-native-oh-tpl/react-native-scrollable-tab-view 链接
92 react-native-section-list-get-item-layout 2.2.3 - - 链接
93 react-native-SmartRefreshLayout 0.6.7 @react-native-oh-tpl/react-native-SmartRefreshLayout 链接
94 react-native-snap-carousel 3.9.1 - @react-native-oh-tpl/react-native-snap-carousel 链接
95 react-native-sound 0.11.2 @react-native-oh-tpl/react-native-sound 链接
96 react-native-stickyheader 1.1.3 - @react-native-oh-tpl/react-native-stickyheader 链接
97 react-native-svg 15.0.0 @react-native-oh-tpl/react-native-svg 链接
98 react-native-swipe-list-view 3.2.9 - - 链接
99 react-native-swiper 1.6.0 - - 链接
100 react-native-tab-view 3.5.2 - @react-native-oh-tpl/react-native-tab-view 链接
101 react-native-text-size 4.0.0 @react-native-oh-tpl/react-native-text-size 链接
102 react-native-transitiongroup 1.2.0 - @react-native-oh-tpl/react-native-transitiongroup 链接
103 react-native-translucent-modal 1.1.0 @react-native-oh-tpl/react-native-translucent-modal 链接
104 react-native-vector-icons 10.0.3 - - 链接
105 react-native-video 5.2.1 @react-native-oh-tpl/react-native-video 链接
106 react-native-view-shot 3.8.0 @react-native-oh-tpl/react-native-view-shot 链接
107 react-native-webview 13.6.2 @react-native-oh-tpl/react-native-webview 链接
108 react-native-worklets-core 0.5.0 @react-native-oh-tpl/react-native-worklets-core 链接
109 react-subscribe 1.3.2 - - 链接
110 react-native-secharts 1.7.0 - - 链接
111 react-native-modalbox 2.0.2 - - 链接
112 recyclerlistview 4.2.0 - - 链接
113 react-native-modal-popover 2.1.3 - - 链接
114 react-native-md5 1.0.0 - - 链接
115 react-native-dynamic 1.0.0 - - 链接
116 @openspacelabs/react-native-zoomable-view 2.1.6 - - 链接
117 react-native-input-scroll-view 1.10.0 - 开发中 开发中
118 react-native-date-picker 5.0.4 - 开发中 开发中
119 rn-placeholder 3.0.3 - - 链接
120 react-native-iconfont-cli 2.2.4 - - 链接
121 react-native-mqtt 1.3.1 - - 链接
122 react-native-sensors 7.2.1 - @react-native-oh-tpl/react-native-sensors 链接
123 react-native-sortable-list 0.0.25 - @react-native-oh-tpl/react-native-sortable-list 链接
124 react-native-easy-toast 2.3.0 - - 链接
125 react-native-image-sequence-2 0.9.1 @react-native-oh-tpl/react-native-image-sequence-2 链接
126 react-native-feather 1.1.2 - - 链接
127 @react-navigation/native-stack 6.9.26 @react-native-oh-tpl/native-stack 链接
128 react-native-clippath 1.1.8 @react-native-oh-tpl/react-native-clippath 链接
129 react-native-waterfall-flow 1.1.5 链接
130 react-native-vconsole 0.1.11 链接
131 react-native-better-banner 0.0.1 链接
132 react-native-ezswiper 1.3.0 链接
133 react-native-image-header-scroll-view 0.10.3 链接
134 react-native-linear-gradient-text 1.2.8 链接
135 react-native-marquee-ab 2.0.0-rc.1 链接
136 react-native-reconnecting-websocket 1.0.3 链接
137 react-native-json-tree 1.3.0 链接
138 react-native-image-gallery 2.1.5 @react-native-oh-tpl/react-native-image-gallery 链接
139 react-native-image-crop-picker 0.40.3 @react-native-oh-tpl/react-native-image-crop-picker 链接
140 react-native-image-capinsets-next 0.6.1 - @react-native-oh-tpl/react-native-image-capinsets-next 链接
141 react-native-map-linking 1.0.1 @react-native-oh-tpl/react-native-map-linking 链接
142 react-native-vision-camera 4.0.1 @react-native-oh-tpl/react-native-vision-camera 链接
143 react-native-zip-archive 7.0.0 @react-native-oh-tpl/react-native-zip-archive 链接
144 react-native-audio 4.3.1 @react-native-oh-tpl/react-native-audio 链接
145 react-native-simple-toast 3.3.1 @react-native-oh-tpl/react-native-simple-toast 链接
146 react-native-localize 3.1.0 @react-native-oh-tpl/react-native-localize 链接
147 @bam.tech/react-native-image-resizer 3.0.9 @react-native-oh-tpl/react-native-image-resizer 链接
148 react-native-calendar-events 2.2.0 @react-native-oh-tpl/react-native-calendar-events 链接
149 react-native-fileupload 1.1.0 @react-native-oh-tpl/react-native-fileupload 链接
150 react-native-flexi-radio-button 0.2.1 - - 链接
151 react-native-root-siblings 5.0.1 - - 链接
152 react-native-root-modal 5.0.0 - @react-native-oh-tpl/react-native-root-modal 链接
153 react-native-switch-pro 1.0.5 - @react-native-oh-tpl/react-native-switch-pro 链接
154 react-native-drop-shadow 1.0.0 - - 链接
155 react-native-nested-scroll-view 9.0.0 - @react-native-oh-tpl/react-native-nested-scroll-view 链接
156 react-native-code-push 8.0.2 @react-native-oh-tpl/react-native-code-push 链接
157 react-native-safe-module 1.2.0 - @react-native-oh-tpl/react-native-safe-module 链接
158 react-native-sqlite-storage 6.0.1 @react-native-oh-tpl/react-native-sqlite-storage 链接
159 react-native-text-gradient 0.1.7 @react-native-oh-tpl/react-native-text-gradient 链接
160 react-native-bindingx 1.0.3 @react-native-oh-tpl/react-native-bindingx 链接
161 react-native-cardview 2.0.3 @react-native-oh-tpl/react-native-cardview 链接
162 react-native-largelist 3.1.0-rc.2 - @react-native-oh-tpl/react-native-largelist 链接
163 react-native-spring-scrollview 2.0.22 @react-native-oh-tpl/react-native-spring-scrollview 链接
164 react-native-color-matrix-image-filters 6.0.5 @react-native-oh-tpl/react-native-color-matrix-image-filters 链接
165 react-native-toast 1.0.7 @react-native-oh-tpl/react-native-toast 链接
166 react-native-syan-image-picker 0.5.3 @react-native-oh-tpl/react-native-syan-image-picker 链接
167 react-native-amap-geolocation 1.2.3 @react-native-oh-tpl/react-native-amap-geolocation 链接
168 react-native-splash-screen 3.3.0 @react-native-oh-tpl/react-native-splash-screen 链接
169 react-native-baidu-map 1.0.37 @react-native-oh-tpl/react-native-baidu-map 链接
170 react-native-ble-plx 3.2.0 @react-native-oh-tpl/react-native-ble-plx 链接
171 react-native-device-info 11.1.0 @react-native-oh-tpl/react-native-device-info 链接
172 react-native-amap3d 3.2.4 @react-native-oh-tpl/react-native-amap3d 链接
173 @itenl/react-native-scrollable-tabview 1.1.7 - - 链接
174 rneui 4.0.0-rc.8 - 开发中 开发中
175 react-native-root-toast 3.5.1 - - 链接
176 react-native-background-timer 2.4.1 @react-native-oh-tpl/react-native-background-timer 链接
177 react-native-htmlview 0.17.0 - - 链接
178 react-native-spinkit 1.5.1 - - 链接
179 react-navigation-shared-element 3.1.2 - - 链接
180 react-native-switch-selector 2.1.4 - - 链接
181 @callstack/react-theme-provider 3.0.9 - - 链接
182 react-native-http-bridge 0.6.1 @react-native-oh-tpl/react-native-http-bridge 链接
183 react-native-qr-decode-image-camera 1.1.3 @react-native-oh-tpl/react-native-qr-decode-image-camera 链接
184 react-native-touch-id 4.4.1 @react-native-oh-tpl/react-native-touch-id 链接
185 react-native-animatable 1.4.0 - - 链接
186 react-native-modal 13.0.1 - @react-native-oh-tpl/react-native-modal 链接
187 react-native-collapsible 1.6.1 - - 链接
188 react-native-contacts 7.0.7 - 链接
189 react-native-restart 0.0.27 @react-native-oh-tpl/react-native-restart 链接
190 react-native-system-setting 1.7.6 @react-native-oh-tpl/react-native-system-setting 链接
191 react-native-keep-awake 4.0.0 @react-native-oh-tpl/react-native-keep-awake 链接
192 @react-native-community/hooks 3.0.0 - - 链接
193 react-navigation 6 - @react-native-oh-tpl/react-navigation 链接
194 react-native-default-preference 1.4.4 @react-native-oh-tpl/react-native-default-preference 链接
195 react-native-ble-manager 11.5.5 @react-native-oh-tpl/react-native-ble-manager 链接
196 react-native-sensitive-info 6.0.0-alpha.9 @react-native-oh-tpl/react-native-sensitive-info 链接
197 react-native-typing-animation 0.1.7 - - 链接
198 react-native-multi-slider 2.2.2 - @react-native-oh-tpl/react-native-multi-slider 链接
199 react-native-orientation 3.1.3 - @react-native-oh-tpl/react-native-orientation 链接
200 rn-tourguide 3.3.0 - @react-native-oh-tpl/rn-tourguide 链接
201 react-native-performance 5.1.2 @react-native-oh-tpl/react-native-performance 链接
202 @testing-library/react-native 12.5.1 - - 链接
203 react-native-dropdown-picker 5.4.6 - - 链接
204 react-native-shake 5.6.2 @react-native-oh-tpl/react-native-shake 链接
205 react-native-material-dropdown 0.11.1 - @react-native-oh-tpl/react-native-material-dropdown 链接
206 react-native-document-picker 9.2.0 @react-native-oh-tpl/react-native-document-picker 链接
207 react-native-fingerprint-scanner 6.0.0 @react-native-oh-tpl/react-native-fingerprint-scanner 链接
208 react-native-get-random-values 1.11.0 @react-native-oh-tpl/react-native-get-random-values 链接
209 native-base 3.4.28 - @react-native-oh-tpl/native-base 链接
210 react-native-orientation-locker 1.7.0 @react-native-oh-library/react-native-orientation-locker 链接
211 react-native-ssl-pinning 1.5.7 - @react-native-oh-tpl/react-native-ssl-pinning 链接
212 react-native-bootsplash 6.1.1 @react-native-oh-tpl/react-native-bootsplash 链接
213 react-native-size-matters 0.4.2 - 链接
214 react-native-gifted-chat 2.4.0 - 开发中 开发中
215 parse 5.3.0-beta.1 - - 链接
216 react-native-shadow-2 7.0.8 - - 链接
217 @shopify/restyle 2.4.2 - - 链接
218 nativewind 2.0.11 - @react-native-oh-tpl/nativewind 链接
219 react-native-country-picker-modal 2.0.0 - @react-native-oh-tpl/react-native-country-picker-modal 链接
220 react-native-haptic-feedback 2.2.0 @react-native-oh-tpl/react-native-haptic-feedback 链接
221 react-native-url-polyfill 2.0.0 - - 链接
222 react-native-shimmer-placeholder 2.0.8 - 链接
223 react-native-flash-message 0.4.2 - - 链接
224 react-native-ratings 8.1.0 - - 链接
225 react-native-dropdownalert 5.1.0 @react-native-oh-tpl/react-native-dropdownalert 链接
226 react-native-element-dropdown 2.12.1 - - 链接
227 react-native-easy-grid 0.2.2 - - 链接
228 react-native-offline 6.0.2 - - 链接
229 react-native-material-ui 1.30.1 - @react-native-oh-tpl/react-native-material-ui 链接
230 react-native-credit-card-input 0.4.1 - @react-native-oh-tpl/react-native-credit-card-input 链接
231 react-native-crypto 2.2.0 - - 链接
232 react-native-unistyles 2.7.2 @react-native-oh-tpl/react-native-unistyles 链接
233 react-native-signature-capture 0.4.11 @react-native-oh-tpl/react-native-signature-capture 链接
234 react-native-deck-swiper 2.0.17 - - 链接
235 react-native-autocomplete-dropdown 4.0.0-rc.5 - - 链接
236 @klarna/react-native-vector-drawable 0.5.1 @react-native-oh-library/react-native-vector-drawable 链接
237 react-native-material-buttons 0.6.0 @react-native-oh-tpl/react-native-material-buttons 链接
238 @expo/react-native-action-sheet 4.0.1 - - 链接
239 react-native-communications 2.2.1 - - 链接
240 react-native-lightbox-v2 0.9.0 - - 链接
241 react-native-create-thumbnail 2.0.0 @react-native-oh-tpl/react-native-create-thumbnail 链接
242 react-native-paper 5.12.5 - - 链接
243 react-native-picker 0.6.1 - @react-native-oh-tpl/react-native-picker 链接
244 react-native-shared-element 0.8.9 @react-native-oh-tpl/react-native-shared-element 链接
245 @gorhom/bottom-sheet 5.0.0-alpha.11 - @react-native-oh-library/bottom-sheet 链接
246 react-native-mmkv-storage 0.10.2 @react-native-oh-tpl/react-native-mmkv-storage 链接
247 react-native-ui-lib 7.0.0 - @react-native-oh-tpl/react-native-ui-lib 链接
248 react-native-skia 1.3.7 @react-native-oh-tpl/react-native-skia 链接
249 react-native-print 0.10.0 @react-native-oh-tpl/react-native-print 链接
250 react-native-inappbrowser-reborn 3.7.0 @react-native-oh-tpl/react-native-inappbrowser-reborn 链接
251 react-native-picker-select 9.2.0 - @react-native-oh-tpl/react-native-picker-select 链接
252 react-native-track-player 4.1.1 @react-native-oh-tpl/react-native-track-player 链接
253 @invertase/react-native-apple-authentication 2.3.0 @react-native-oh-tpl/react-native-apple-authentication 链接
254 react-native-storage 1.0.1 - - 链接
255 react-native-camera-kit 13.0.0 @react-native-oh-tpl/react-native-camera-kit 链接
256 react-native-nfc-manager 3.15.1 @react-native-oh-tpl/react-native-nfc-manager 链接
257 react-native-blurhash 2.0.3 @react-native-oh-tpl/react-native-blurhash 链接
258 react-native-text-input-mask 3.1.5 @react-native-oh-tpl/react-native-text-input-mask 链接
259 realm-js 0.10.0 - @react-native-oh-tpl/realm-js 链接
260 react-native-charts-wrapper 0.6.0 @react-native-oh-tpl/react-native-charts-wrapper 链接
261 react-native-keyboard-controller 1.12.6 @react-native-oh-tpl/react-native-keyboard-controller 链接
262 react-native-waterflow-list 1.2.3 - - 链接
263 react-native-config 1.5.3 - @react-native-oh-library/react-native-config 链接
264 react-native-video-controls 2.8.1 - - 链接
265 react-native-context-menu-view 1.16.0 @react-native-oh-tpl/react-native-context-menu-view 链接
266 react-native-view-pdf 0.14.0 @react-native-oh-tpl/react-native-view-pdf 链接
267 react-native-hole-view 3.0.0-alpha4 @react-native-oh-tpl/react-native-hole-view 链接
268 react-native-material-textfield 0.16.1 - @react-native-oh-tpl/react-native-material-textfield 链接
269 react-native-iphone-screen-helper 2.1.1 - @react-native-oh-tpl/react-native-iphone-screen-helper 链接
270 @freakycoder/react-native-bounceable 1.0.3 - - 链接
271 react-native-material-design-styles 0.2.7 - - 链接
272 react-native-flip-card 3.5.7 - - 链接
273 react-native-randombytes 3.6.1 @react-native-oh-tpl/react-native-randombytes 链接
274 react-native-view-overflow 0.0.5 @react-native-oh-tpl/react-native-view-overflow 链接
275 react-native-masked-text 1.13.0 - - 链接
276 reassure 1.0.0 - 开发中 开发中
277 react-native-bouncy-checkbox 4.0.1 - - 链接
278 react-native-parsed-text 0.0.22 - - 链接
279 react-native-loading-spinner-overlay 3.0.1 - - 链接
280 voice 3.2.4 开发中 开发中
281 react-native-hyperlink 0.0.22 - - 链接
282 react-native-email-link 1.15.0 @react-native-oh-tpl/react-native-email-link 链接
283 react-native-autocomplete-input 5.4.0 - - 链接
284 react-native-image-zoom-viewer 3.0.1 - @react-native-oh-tpl/react-native-image-zoom-viewer 链接
285 react-native-background-fetch 4.2.5 开发中 开发中
286 react-native-step-indicator 1.0.3 - - 链接
287 react-native-textinput-maxlength-fixed 0.1.2 - @react-native-oh-tpl/react-native-textinput-maxlength-fixed 链接
288 react-native-walkthrough-tooltip 1.6.0 - 开发中 开发中
289 react-native-autolink 4.2.0 - - 链接
290 react-native-indicators 0.17.0 - - 链接
291 react-native-material-ripple 0.9.1 - 开发中 开发中
292 react-native-error-boundary 1.2.4 - - 链接
293 @react-native-community/audio-toolkit 2.0.3 - @react-native-oh-tpl/audio-toolkit 链接
294 react-native-svg-charts 5.3.0 - @react-native-oh-tpl/react-native-svg-charts 链接
295 react-native-file-viewer 2.1.5 @react-native-oh-tpl/react-native-file-viewer 链接
296 react-native-responsive-fontSize 0.5.1 - - 链接
297 react-native-button 3.1.0 - - 链接
298 react-native-typography 1.4.1 - 开发中 开发中
299 react-native-image-colors 2.4.0 @react-native-oh-tpl/react-native-image-colors 链接
300 react-content-loader 7.0.2 - @react-native-oh-tpl/react-content-loader 链接
301 react-native-snackbar 2.7.1 开发中 开发中
302 react-native-maps-directions 1.9.0 - 开发中 开发中
303 react-native-reanimated-bottom-sheet 1.0.0-alpha.22 - @react-native-oh-tpl/react-native-reanimated-bottom-sheet 链接
304 react-native-image-marker 1.2.6 开发中 开发中
305 react-native-audio-recorder-player 3.6.10 @react-native-oh-tpl/react-native-audio-recorder-player 链接
306 react-native-map-clustering 3.4.2 - 开发中 开发中
307 react-native-notifier 2.0.0 - 开发中 开发中
308 react-native-graph 1.1.0 - 开发中 开发中
309 react-native-mask-text 0.14.2 - - 链接
310 mixpanel-react-native 3.0.5 开发中 开发中
311 react-native-share 5.6.2 开发中 开发中
312 react-native-gifted-charts 1.4.26 - @react-native-oh-tpl/react-native-gifted-charts 链接
313 react-native-quick-base64 2.1.2 开发中 开发中
314 react-native-confetti-cannon 1.5.2 - 开发中 开发中
315 react-native-mail 6.1.1 开发中 开发中
316 react-native-countdown-circle-timer 3.2.1 - 开发中 开发中
317 rn-sliding-up-panel 2.4.6 - 开发中 开发中
318 react-native-tts 4.1.1 @react-native-oh-tpl/react-native-tts 链接
319 react-navigation-header-buttons 12.0.0 - 开发中 开发中
320 react-native-phone-number-input 2.1.0 - 开发中 开发中
321 react-native-version-number 0.3.6 开发中 开发中
322 react-native-keyboard-accessory 0.1.16 - 开发中 开发中
323 react-native-swipe-gestures 1.0.5 - - 链接
324 victory-native-xl 41.1.0 - @react-native-oh-tpl/victory-native-xl 链接
325 react-native-signature-canvas 4.7.2 - 链接
326 react-native-sticky-parallax-header 1.0.0-rc.9 - 开发中 开发中
327 react-native-multiple-select 0.5.12 - - 链接
328 react-native-switch 1.5.1 - 开发中 开发中
329 react-native-material-menu 2.0.0 - - 链接
330 react-native-swipeable-list 0.1.2 - - 链接
331 galio-framework 0.8.0 - 开发中 开发中
332 react-native-incall-manager 4.2.0 @react-native-oh-tpl/react-native-incall-manager 链接
333 react-native-securerandom 1.0.1 @react-native-oh-library/react-native-securerandom 链接
334 react-native-tcp-socket 6.2.0 开发中 开发中
335 react-native-scroll-bottom-sheet 0.7.0 - 开发中 开发中
336 react-native-send-intent 1.3.0 开发中 开发中
337 react-native-copilot 3.3.2 - 开发中 开发中
338 react-native-awesome-gallery 0.4.2 - 开发中 开发中
339 react-navigation-bottom-sheet 0.3.2 - 开发中 开发中
340 rn-emoji-keyboard 1.7.0 - 开发中 开发中
341 react-native-chart-kit 6.12.0 - - 链接
342 react-native-markdown-renderer 3.2.8 - 开发中 开发中
343 react-native-safe-modules 1.0.3 - 开发中 开发中
344 @react-native-ohos-community/auto-fill 1.0.1 - @react-native-ohos-community/auto-fill 链接
345 react-native-modals 0.22.3 - - 链接
346 react-native-network-info 5.2.1 @react-native-oh-tpl/react-native-network-info 链接
347 react-native-udp 4.1.7 - 开发中 开发中
348 react-native-recaptcha-that-works 2.0.0 - 开发中 开发中
349 react-native-dismiss-keyboard 1.0.0 - - 链接
350 react-native-file-access 3.1.0 开发中 开发中
351 react-native-compass-heading 1.2.0 开发中 开发中
352 react-native-bars 2.4.3 开发中 开发中
353 react-native-mlkit-ocr 0.3.0 @react-native-oh-tpl/react-native-mlkit-ocr 链接
354 react-native-screenshot-prevent 1.2.1 开发中 开发中
355 react-native-drax 0.10.3 - @react-native-oh-tpl/react-native-drax 链接
356 @op-engineering/op-sqlite 8.0.2 @react-native-oh-tpl/op-sqlite 链接
357 react-native-theme-switch-animation 0.6.0 开发中 开发中
358 react-native-keys 0.7.10 @react-native-oh-library/react-native-keys 链接
359 react-native-theme-control 6.0.0 开发中 开发中
360 @baronha/ting 1.2.1 开发中 开发中
361 react-native-localization-settings 1.0.2 开发中 开发中
362 @klarna/platform-colors 0.4.0 开发中 开发中
363 react-native-barcode-builder 2.0.0 - @react-native-oh-tpl/react-native-barcode-builder 链接
364 react-native-neomorph-shadows 1.1.2 @react-native-oh-tpl/react-native-neomorph-shadows 链接
365 @ant-design/react-native 5.1.0 - - 链接
366 @react-native-oh-tpl/react-native-screens 3.34.0 @react-native-oh-tpl/react-native-screens 链接

JS 三方库

[!TIP] 以下 JS 三方库已适配 HarmonyOS 平台,在适配过程不涉及代码修改,可直接使用源库代码

序号 原库名 适配版本 文档链接
1 axios 1.6.7 链接
2 crypto-js 4.2.0 链接
3 dayJs 1.11.1 链接
4 deepmerge 4.3.1 链接
5 EventBus 0.2.0 链接
6 htmlparser2 9.1.0 链接
7 immer 10.0.4 链接
8 JsBarCode 3.11.6 链接
9 js-beautify 1.15.1 链接
10 lodash 4.17.21 链接
11 mobx 6.10.0 链接
12 mobx-react 7.6.0 链接
13 Moment 2.30.1 链接
14 parse5 7.1.2 链接
15 prop-types 15.8.1 链接
16 qrcode-generator 1.4.4 链接
17 react-ahooks 3.7.11 链接
18 react-i18next 8.6.3 链接
19 react-redux 9.1.1 链接
20 react-router-dom 6.22.3 链接
21 react-use 17.2.4 链接
22 redux 5.0.1 链接
23 redux-actions 3.0.0 链接
24 redux-logger 3.0.6 链接
25 redux-persist 6.0.0 链接
26 redux-thunk 3.1.0 链接
27 redux-toolkit 2.2.3 链接
28 react-lifecycles-compat 3.0.4 链接
29 styled-components 6.1.8 链接
30 styled-system 5.1.5 链接
31 i18next 23.7.16 链接

社区

Github Organization: react-native-oh-library

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

react native openharmony 三方库说明文档 展开 收起
HTML
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/react-native-oh-library/usage-docs.git
git@gitee.com:react-native-oh-library/usage-docs.git
react-native-oh-library
usage-docs
usage-docs
master

搜索帮助