diff --git a/README.md b/README.md index 48bc84a521fd675698f40c0a54861bfb1fc6df32..af0e3f0f0eea049dc2a6821e2e473f55418a7df0 100644 --- a/README.md +++ b/README.md @@ -1,442 +1,6 @@ -> [!WARNING] 本文档仅用于三方库使用指导,不涉及任何 React Native OpenHarmony 框架的信息,且会随着 React Native OpenHarmony 框架持续迭代更新,当前版本不代表最终展示版本。 +# react-native-oh-library/usage-docs +## Documentation +[中文](./zh-cn/README.md) -# 简介 +[English](./en/README_EN.md) -> 如果你在找如何搭建环境的文档,请移步开发文档的 [搭建开发环境](https://gitee.com/react-native-oh-library/docs/blob/master/zh-cn/environment.md) 章节。 - -## 概述 - -该文档旨在帮助开发者在 HarmonyOS 平台使用 React Native OpenHarmony 的第三方库,并呈现每个三方库的信息。 - -## 贡献文档 - -欢迎您参与贡献,我们鼓励开发者以各种方式参与文档反馈和贡献。 - -您可以对现有文档进行评价、简单更改、反馈文档质量问题、贡献您的原创内容,详细请参考[贡献文档](/zh-cn/contribute.md)。 - -## 使用须知 - -- Codegen :三方库大部分适配了 Codegen ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。 -- C-API 架构:三方库后续只基于 RN C-API 架构演进,详细介绍请参考 [C-API 架构](zh-cn/capi-architecture.md) 。 -- RN 三方库补丁化移植:为避免对三方库其他平台产生影响,移植使用了补丁化移植,详细介绍请参考 [RN 三方库补丁化移植](zh-cn/patch.md) 。 -- RN框架 release包:本文档针对RN框架源码包使用说明,使用react_native_openharmony-xxx-release.har包时,还需要额外配置`target_compile_options`,详细介绍请参考 [release包使用说明](https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md#release%E5%8C%85%E4%BD%BF%E7%94%A8) 。 - -## RNOH 三方库总览 - -> [!TIP] NPM 公仓坐标:@react-native-oh-tpl - -> [!TIP] "原库是否支持新架构"列为 "-" 表示该库不涉及新架构和老架构 - -> [!TIP] "HarmonyOSReleases"列为 "-" 表示该库在适配 HarmonyOS 平台过程不涉及代码修改,可直接使用源库代码 - -| 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | HarmonyOS Releases | 文档链接 | -|------| ----------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -| 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | 是 | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage/releases) | [链接](/zh-cn/react-native-async-storage-async-storage.md) | -| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | 是 | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll/releases) | [链接](/zh-cn/react-native-cameraroll.md) | -| 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | 是 | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard/releases) | [链接](/zh-cn/react-native-clipboard-clipboard.md) | -| 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | 是 | [@react-native-oh-tpl/blurReleases](https://github.com/react-native-oh-library/react-native-blur/releases) | [链接](/zh-cn/react-native-community-blur.md) | -| 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | 否 | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox/releases) | [链接](/zh-cn/react-native-community-checkbox.md) | -| 6 | [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | 7.6.2 | 是 | [@react-native-oh-tpl/datetimepicker](https://github.com/react-native-oh-library/datetimepicker/releases) | [链接](/zh-cn/react-native-community-datetimepicker.md) | -| 7 | [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) | 3.1.0 | 是 | [@react-native-oh-tpl/geolocation](https://github.com/react-native-oh-library/react-native-geolocation/releases) | [链接](/zh-cn/react-native-community-geolocation.md) | -| 8 | [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | 11.1.0 | 是 | [@react-native-oh-tpl/netinfo](https://github.com/react-native-oh-library/react-native-netinfo/releases) | [链接](/zh-cn/react-native-community-netinfo.md) | -| 9 | [@react-native-community/progress-bar-android](https://github.com/react-native-progress-view/progress-bar-android) | 1.0.4 | 是 | [@react-native-oh-tpl/progress-bar-android](https://github.com/react-native-oh-library/progress-bar-android/releases) | [链接](/zh-cn/react-native-community-progress-bar-android.md) | -| 10 | [@react-native-community/progress-view](https://github.com/react-native-progress-view/progress-view) | 1.4.2 | 是 | [@react-native-oh-tpl/progress-view](https://github.com/react-native-oh-library/progress-view/releases) | [链接](/zh-cn/react-native-community-progress-view.md) | -| 11 | [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) | 1.11.0 | 否 | [@react-native-oh-tpl/push-notification-ios](https://github.com/react-native-oh-library/react-native-push-notification-ios/releases) | [链接](/zh-cn/react-native-community-push-notification-ios.md) | -| 12 | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | 4.4.3 | 是 | [@react-native-oh-tpl/slider](https://github.com/react-native-oh-library/react-native-slider/releases) | [链接](/zh-cn/react-native-community-slider.md) | -| 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | 是 | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android/releases) | [链接](/zh-cn/react-native-community-toolbar-android.md) | -| 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | 否 | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies/releases) | [链接](/zh-cn/react-native-cookies-cookies.md) | -| 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | 否 | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view/releases) | [链接](/zh-cn/react-native-masked-view-masked-view.md) | -| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | 是 | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker/releases) | [链接](/zh-cn/react-native-picker-picker.md) | -| 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | 否 | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control/releases) | [链接](/zh-cn/react-native-community-segmented-control.md) | -| 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | [链接](/zh-cn/react-navigation-bottom-tabs.md) | -| 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-navigation-elements.md) | -| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | [链接](/zh-cn/react-navigation-native.md) | -| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | [链接](/zh-cn/react-navigation-stack.md) | -| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | 否 | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list/releases) | [链接](/zh-cn/shopify-flash-list.md) | -| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | 否 | 开发中 | 开发中 | -| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | 否 | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib/releases) | [链接](/zh-cn/react-native-wechat-lib.md) | -| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | 否 | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native/releases) | [链接](/zh-cn/jpush-react-native.md) | -| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | 否 | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization/releases) | [链接](/zh-cn/react-native-localization.md) | -| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | 否 | 开发中 | 开发中 | -| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | 否 | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly/releases) | [链接](/zh-cn/rn-bugly.md) | -| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard/releases) | [链接](/zh-cn/react-native-custom-keyboard.md) | -| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | [链接](/zh-cn/react-native-slider.md) | -| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail/releases) | [链接](/zh-cn/react-native-thumbnail.md) | -| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer/releases) | [链接](/zh-cn/react-native-doc-viewer.md) | -| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | 否 | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay/releases) | [链接](/zh-cn/react-native-alipay.md) | -| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | 否 | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate/releases) | [链接](/zh-cn/react-native-image-rotate.md) | -| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | 是 | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native/releases) | [链接](/zh-cn/lottie-react-native.md) | -| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | 否 | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent/releases) | [链接](/zh-cn/react-native-user-agent.md) | -| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | 否 | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid/releases) | [链接](/zh-cn/react-native-idfa-aaid.md) | -| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | 否 | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector/releases) | [链接](/zh-cn/react-native-file-selector.md) | -| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | 是 | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app/releases) | [链接](/zh-cn/react-native-exit-app.md) | -| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | [链接](/zh-cn/react-native-calendars.md) | -| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) | [链接](/zh-cn/react-native-tab-navigator.md) | -| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode/releases) | [链接](/zh-cn/react-native-QRCode.md) | -| 43 | [react-native-pickers](https://github.com/iberHK/react-native-picker) | 2.0.0 | - | - | [链接](/zh-cn/react-native-pickers.md) | -| 44 | [react-native-video-cache](https://github.com/zhigang1992/react-native-video-cache) | 2.7.1 | - | [@react-native-oh-library/react-native-video-cache](https://github.com/react-native-oh-library/react-native-video-cache/releases) | [链接](/zh-cn/react-native-video-cache.md) | -| 45 | [react-native-action-button](https://github.com/mastermoo/react-native-action-button) | 2.8.5 | \- | \- | [链接](/zh-cn/react-native-action-button.md) | -| 46 | [react-native-animate-number](https://github.com/wkh237/react-native-animate-number) | 0.1.2 | \- | \- | [链接](/zh-cn/react-native-animate-number.md) | -| 47 | [react-native-aria](https://github.com/gluestack/react-native-aria/) | 0.2.3 | \- | \- | [链接](/zh-cn/react-native-aria.md) | -| 48 | [react-native-autoheight-webview](https://github.com/iou90/react-native-autoheight-webview) | 1.6.5 | \- | [@react-native-oh-tpl/react-native-autoheight-webview](https://github.com/react-native-oh-library/react-native-autoheight-webview/releases) | [链接](/zh-cn/react-native-autoheight-webview.md) | -| 49 | [react-native-base64](https://github.com/eranbo/react-native-base64) | 0.2.1 | \- | \- | [链接](/zh-cn/react-native-base64.md) | -| 50 | [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | 0.19.6 | 是 | [@react-native-oh-tpl/react-native-blob-util](https://github.com/react-native-oh-library/react-native-blob-util/releases) | [链接](/zh-cn/react-native-blob-util.md) | -| 51 | [react-native-canvas](https://github.com/iddan/react-native-canvas) | 0.1.39 | \- | \- | [链接](/zh-cn/react-native-canvas.md) | -| 52 | [react-native-check-box](https://github.com/crazycodeboy/react-native-check-box) | 2.1.0 | \- | \- | [链接](/zh-cn/react-native-check-box.md) | -| 53 | [react-native-confirmation-code-field](https://github.com/retyui/react-native-confirmation-code-field) | 7.4.0 | \- | \- | [链接](/zh-cn/react-native-confirmation-code-field.md) | -| 54 | [react-native-crypto-js](https://github.com/imchintan/react-native-crypto-js) | 1.0.0 | \- | \- | [链接](/zh-cn/react-native-crypto-js.md) | -| 55 | [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) | 3.4.9 | \- | \- | [链接](/zh-cn/react-native-dotenv.md) | -| 56 | [react-native-drag-sort](https://github.com/mochixuan/react-native-drag-sort) | 2.4.4 |否 | [@react-native-oh-tpl/react-native-drag-sort](https://github.com/react-native-oh-library/react-native-drag-sort/releases) | [链接](/zh-cn/react-native-drag-sort.md) | -| 57 | [react-native-drawer-layout-polyfill](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 2.0.0 | \- | \- | [链接](/zh-cn/react-native-drawer-layout-polyfill.md) | -| 58 | [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) | 1.9.1 | \- | \- | [链接](/zh-cn/react-native-echarts-pro.md) | -| 59 | [react-native-exception-handler](https://github.com/a7ul/react-native-exception-handler) | 2.10.10 | 否 | [@react-native-oh-tpl/react-native-exception-handler](https://github.com/react-native-oh-library/react-native-exception-handler/releases) | [链接](/zh-cn/react-native-exception-handler.md) | -| 60 | [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) | 8.6.3 | 否 | [@react-native-oh-tpl/react-native-fast-image](https://github.com/react-native-oh-library/react-native-fast-image/releases) | [链接](/zh-cn/react-native-fast-image.md) | -| 61 | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | 1.5.5 | \- | [@react-native-oh-tpl/react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image/releases) | [链接](/zh-cn/react-native-fit-Image.md) | -| 62 | [react-native-fs](https://github.com/itinance/react-native-fs) | 2.20.0 | 是 | [@react-native-oh-tpl/react-native-fs](https://github.com/react-native-oh-library/react-native-fs/releases) | [链接](/zh-cn/react-native-fs.md) | -| 63 | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | 2.14.1 | 否 | [@react-native-oh-tpl/react-native-gesture-handler](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler/releases) | [链接](/zh-cn/react-native-gesture-handler.md) | -| 64 | [react-native-image-editor](https://github.com/callstack/react-native-image-editor) | 3.2.0 | 是 | [@react-native-oh-tpl/react-native-image-editor](https://github.com/react-native-oh-library/react-native-image-editor/releases) | [链接](/zh-cn/react-native-image-editor.md) | -| 65 | [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) | 7.0.3 | 是 | [@react-native-oh-tpl/react-native-image-picker](https://github.com/react-native-oh-library/react-native-image-picker/releases) | [链接](/zh-cn/react-native-image-picker.md) | -| 66 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | \- | [react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) | [链接](/zh-cn/react-native-image-zoom-viewer.md) | -| 67 | [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing/blob/master) | 0.2.2 | | [@react-native-oh-tpl/react-native-image-viewing](https://github.com/react-native-oh-library/react-native-image-viewing/releases) | [链接](/zh-cn/react-native-image-viewing.md) | -| 68 | [react-native-image-pan-zoom](https://github.com/ascoders/react-native-image-zoom) | 2.1.12 | \- | [@react-native-oh-tpl/react-native-image-pan-zoom](https://github.com/react-native-oh-library/react-native-image-zoom/releases) | [链接](/zh-cn/react-native-image-pan-zoom.md) | -| 69 | [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | 0.2.0 | \- | [@react-native-oh-tpl/react-native-intersection-observer](https://github.com/react-native-oh-library/react-native-intersection-observer/releases) | [链接](/zh-cn/react-native-intersection-observer.md) | -| 70 | [react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) | 0.9.5 | \- | [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/releases) | [链接](/zh-cn/react-native-keyboard-aware-scroll-view.md) | -| 71 | [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) | 3.0.0-alpha.1 | 是 | [@react-native-oh-tpl/react-native-linear-gradient](https://github.com/react-native-oh-library/react-native-linear-gradient/releases) | [链接](/zh-cn/react-native-linear-gradient.md) | -| 72 | [react-native-maps](https://github.com/react-native-maps/react-native-maps) | 1.10.3 | 是 | [@react-native-oh-tpl/react-native-maps](https://github.com/react-native-maps/react-native-maps/releases) | [链接](/zh-cn/react-native-maps.md) | -| 73 | [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) | 7.0.2 | \- | [@react-native-oh-tpl/react-native-markdown-display](https://github.com/react-native-oh-library/react-native-markdown-display/releases) | [链接](/zh-cn/react-native-markdown-display.md) | -| 74 | [react-native-marquee](https://github.com/kyo504/react-native-marquee/blob/master) | 0.5.0 | \- | [@react-native-oh-tpl/react-native-marquee](https://github.com/react-native-oh-library/react-native-marquee/releases) | [链接](/zh-cn/react-native-marquee.md) | -| 75 | [react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh) | 0.7.0 | 否 | [@react-native-oh-tpl/react-native-mjrefresh](https://github.com/react-native-oh-library/react-native-MJRefresh/releases) | [链接](/zh-cn/react-native-MJRefresh.md) | -| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | 是 | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view/releases) | [链接](/zh-cn/react-native-pager-view.md) | -| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | 是 | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf/releases) | [链接](/zh-cn/react-native-pdf.md) | -| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | 是 | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions/releases) | [链接](/zh-cn/react-native-permissions.md) | -| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view/releases) | [链接](/zh-cn/react-native-popover-view.md) | -| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | [链接](/zh-cn/react-native-popup-menu.md) | -| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress/releases) | [链接](/zh-cn/react-native-progress.md) | -| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull/releases) | [链接](/zh-cn/react-native-pull.md) | -| 83 | [react-native-qrcode-svg](https://github.com/awesomejerry/react-native-qrcode-svg) | 6.2.0 | \- | - | [链接](/zh-cn/react-native-qrcode-svg.md) | -| 84 | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | 3.6.0 | 是 | [@react-native-oh-tpl/react-native-reanimated](https://github.com/react-native-oh-library/react-native-reanimated/releases) | [链接](/zh-cn/react-native-reanimated.md) | -| 85 | [react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel) | 3.5.1 | \- | \- | [链接](/zh-cn/react-native-reanimated-carousel.md) | -| 86 | [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) | 0.2.0 | \- | \- | [链接](/zh-cn/react-native-reanimated-table.md) | -| 87 | [react-native-redash](https://github.com/wcandillon/react-native-redash/) | 18.1.3 | \- | \- | [链接](/zh-cn/react-native-redash.md) | -| 88 | [react-native-render-html](https://github.com/meliorence/react-native-render-html) | 6.3.4 | \- | \- | [链接](/zh-cn/react-native-render-html.md) | -| 89 | [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | 4.7.4 | 是 | [@react-native-oh-tpl/react-native-safe-area-context](https://github.com/react-native-oh-library/react-native-safe-area-context/releases) | [链接](/zh-cn/react-native-safe-area-context.md) | -| 90 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.29.0 | 是 | \- | [链接](/zh-cn/react-native-screens.md) | -| 91 | [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view) | 1.0.0 | - | [@react-native-oh-tpl/react-native-scrollable-tab-view](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) | [链接](/zh-cn/react-native-scrollable-tab-view.md) | -| 92 | [react-native-section-list-get-item-layout](https://github.com/jsoendermann/rn-section-list-get-item-layout) | 2.2.3 | - | \- | [链接](/zh-cn/react-native-section-list-get-item-layout.md) | -| 93 | [react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout) | 0.6.7 | 否 | [@react-native-oh-tpl/react-native-SmartRefreshLayout](https://github.com/react-native-oh-library/react-native-SmartRefreshLayout/releases) | [链接](/zh-cn/react-native-SmartRefreshLayout.md) | -| 94 | [react-native-snap-carousel](https://github.com/meliorence/react-native-snap-carousel) | 3.9.1 | \- | [@react-native-oh-tpl/react-native-snap-carousel](https://github.com/react-native-oh-library/react-native-snap-carousel/releases) | [链接](/zh-cn/react-native-snap-carousel.md) | -| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | 是 | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound/releases) | [链接](/zh-cn/react-native-sound.md) | -| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader/releases) | [链接](/zh-cn/react-native-stickyheader.md) | -| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | 是 | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg/releases) | [链接](/zh-cn/react-native-svg-capi.md) | -| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | [链接](/zh-cn/react-native-swipe-list-view.md) | -| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | - | \- | [链接](/zh-cn/react-native-swiper.md) | -| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-native-tab-view.md) | -| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | 是 | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size/releases) | [链接](/zh-cn/react-native-text-size.md) | -| 102 | [react-native-transitiongroup](https://github.com/madsleejensen/react-native-transitiongroup) | 1.2.0 | \- | [@react-native-oh-tpl/react-native-transitiongroup](https://github.com/react-native-oh-library/react-native-transitiongroup/releases) | [链接](/zh-cn/react-native-transitiongroup.md) | -| 103 | [react-native-translucent-modal](https://github.com/23mf/react-native-translucent-modal) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-translucent-modal](https://github.com/react-native-oh-library/react-native-translucent-modal/releases) | [链接](/zh-cn/react-native-translucent-modal.md) | -| 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | [链接](/zh-cn/react-native-vector-icons.md) | -| 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [链接](/zh-cn/react-native-video.md) | -| 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | 否 | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot/releases) | [链接](/zh-cn/react-native-view-shot.md) | -| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | 是 | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview/releases) | [链接](/zh-cn/react-native-webview.md) | -| 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | 是 | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core/releases) | [链接](/zh-cn/react-native-worklets-core.md) | -| 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | [链接](/zh-cn/react-subscribe.md) | -| 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | [链接](/zh-cn/react-native-secharts.md) | -| 111 | [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | 2.0.2 | - | - | [链接](/zh-cn/react-native-modalbox.md) | -| 112 | [recyclerlistview](https://github.com/Flipkart/recyclerlistview) | 4.2.0 | \- | \- | [链接](/zh-cn/recyclerlistview.md) | -| 113 | [react-native-modal-popover](https://github.com/doomsower/react-native-modal-popover) | 2.1.3 | - | - | [链接](/zh-cn/react-native-modal-popover.md) | -| 114 | [react-native-md5](https://github.com/kmend/react-native-md5) | 1.0.0 | - | - | [链接](/zh-cn/react-native-md5.md) | -| 115 | [react-native-dynamic](https://github.com/codemotionapps/react-native-dynamic) | 1.0.0 | - | - | [链接](/zh-cn/react-native-dynamic.md) | -| 116 | [@openspacelabs/react-native-zoomable-view](https://github.com/openspacelabs/react-native-zoomable-view) | 2.1.6 | - | - | [链接](/zh-cn/openspacelabs-react-native-zoomable-view.md) | -| 117 | [react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view) | 1.10.0 | - | 开发中 | 开发中 | -| 118 | [react-native-date-picker](https://github.com/henninghall/react-native-date-picker) | 5.0.4 | - | 开发中 | 开发中 | -| 119 | [rn-placeholder](https://github.com/mfrachet/rn-placeholder) | 3.0.3 | \- | \- | [链接](/zh-cn/rn-placeholder.md) | -| 120 | [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) | 2.2.4 | - | - | [链接](/zh-cn/react-native-iconfont-cli.md) | -| 121 | [react-native-mqtt](https://github.com/Introvertuous/react-native-mqtt) | 1.3.1 | - | - | [链接](/zh-cn/react-native-mqtt.md) | -| 122 | [react-native-sensors](https://github.com/react-native-sensors/react-native-sensors) | 7.2.1 | \- | [@react-native-oh-tpl/react-native-sensors](https://github.com/react-native-oh-library/react-native-sensors/releases) | [链接](/zh-cn/react-native-sensors.md) | -| 123 | [react-native-sortable-list](https://github.com/gitim/react-native-sortable-list) | 0.0.25 | \- | [@react-native-oh-tpl/react-native-sortable-list](https://github.com/react-native-oh-library/react-native-sortable-list) | [链接](/zh-cn/react-native-sortable-list.md) | -| 124 | [react-native-easy-toast](https://github.com/crazycodeboy/react-native-easy-toast) | 2.3.0 | \- | \- | [链接](/zh-cn/react-native-easy-toast.md) | -| 125 | [react-native-image-sequence-2](https://github.com/bwindsor/react-native-image-sequence) | 0.9.1 | 否 | [@react-native-oh-tpl/react-native-image-sequence-2](https://github.com/react-native-oh-library/react-native-image-sequence/releases) | [链接](/zh-cn/react-native-image-sequence-2.md) | -| 126 | [react-native-feather](https://github.com/yigithanyucedag/react-native-feather) | 1.1.2 | \- | \- | [链接](/zh-cn/react-native-feather.md) | -| 127 | [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/main/packages/native-stack) | 6.9.26 | − | [@react-native-oh-tpl/native-stack](https://github.com/react-native-oh-library/react-navigation/tree/sig/packages/native-stack) | [链接](/zh-cn/react-navigation-native-stack.md) | -| 128 | [react-native-clippath](https://github.com/Only-IceSoul/react-native-clippath) | 1.1.8 | 是 | [@react-native-oh-tpl/react-native-clippath](https://github.com/react-native-oh-library/react-native-clippath/releases) | [链接](/zh-cn/react-native-clippath-capi.md) | -| 129 | [react-native-waterfall-flow](https://github.com/axerjs/react-native-waterfall-flow) | 1.1.5 | − | − | [链接](/zh-cn/react-native-waterfall-flow.md) | -| 130 | [react-native-vconsole](https://github.com/kafudev/react-native-vconsole) | 0.1.11 | − | − | [链接](/zh-cn/react-native-vconsole.md) | -| 131 | [react-native-better-banner](https://github.com/tmxiong/better-banner) | 0.0.1 | − | − | [链接](/zh-cn/react-native-better-banner.md) | -| 132 | [react-native-ezswiper](https://github.com/easyui/react-native-ezswiper) | 1.3.0 | − | − | [链接](/zh-cn/react-native-ezswiper.md) | -| 133 | [react-native-image-header-scroll-view](https://github.com/bamlab/react-native-image-header-scroll-view) | 0.10.3 | − | − | [链接](/zh-cn/react-native-image-header-scroll-view.md) | -| 134 | [react-native-linear-gradient-text](https://github.com/HMDarkFir3/react-native-linear-gradient-text) | 1.2.8 | − | − | [链接](/zh-cn/react-native-linear-gradient-text.md) | -| 135 | [react-native-marquee-ab](https://github.com/ZhangTaoK/react-native-marquee-ab) | 2.0.0-rc.1 | − | − | [链接](/zh-cn/react-native-marquee-ab.md) | -| 136 | [react-native-reconnecting-websocket](https://github.com/React-Sextant/react-native-reconnecting-websocket) | 1.0.3 | − | − | [链接](/zh-cn/react-native-reconnecting-websocket.md) | -| 137 | [react-native-json-tree](https://github.com/Dean177/react-native-json-tree) | 1.3.0 | − | − | [链接](/zh-cn/react-native-json-tree.md) | -| 138 | [react-native-image-gallery](https://github.com/meliorence/react-native-image-gallery) | 2.1.5 | − | [@react-native-oh-tpl/react-native-image-gallery](https://github.com/react-native-oh-library/react-native-image-gallery) | [链接](/zh-cn/react-native-image-gallery.md) | -| 139 | [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) | 0.40.3 | 是 | [@react-native-oh-tpl/react-native-image-crop-picker](https://github.com/react-native-oh-library/react-native-image-crop-picker/releases) | [链接](/zh-cn/react-native-image-crop-picker.md) | -| 140 | [react-native-image-capinsets-next](https://github.com/mayconmesquita/react-native-image-capinsets-next) | 0.6.1 | - | [@react-native-oh-tpl/react-native-image-capinsets-next](https://github.com/react-native-oh-library/react-native-image-capinsets-next/releases) | [链接](/zh-cn/react-native-image-capinsets-next.md) | -| 141 | [react-native-map-linking](https://github.com/starlight36/react-native-map-linking) | 1.0.1 | − | [@react-native-oh-tpl/react-native-map-linking](https://github.com/react-native-oh-library/react-native-map-linking/releases) | [链接](/zh-cn/react-native-map-linking.md) | -| 142 | [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) | 4.0.1 | 否 | [@react-native-oh-tpl/react-native-vision-camera](https://github.com/react-native-oh-library/react-native-vision-camera/releases) | [链接](/zh-cn/react-native-vision-camera.md) | -| 143 | [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) | 7.0.0 | 否 | [@react-native-oh-tpl/react-native-zip-archive](https://github.com/react-native-oh-library/react-native-zip-archive/releases) | [链接](/zh-cn/react-native-zip-archive.md) | -| 144 | [react-native-audio](https://github.com/jsierles/react-native-audio) | 4.3.1 | 否 | [@react-native-oh-tpl/react-native-audio](https://github.com/react-native-oh-library/react-native-audio/releases) | [链接](/zh-cn/react-native-audio.md) | -| 145 | [react-native-simple-toast](https://github.com/vonovak/react-native-simple-toast) | 3.3.1 | 是 | [@react-native-oh-tpl/react-native-simple-toast](https://github.com/react-native-oh-library/react-native-simple-toast/releases) | [链接](/zh-cn/react-native-simple-toast.md) | -| 146 | [react-native-localize](https://github.com/zoontek/react-native-localize) | 3.1.0 | 是 | [@react-native-oh-tpl/react-native-localize](https://github.com/react-native-oh-library/react-native-localize/releases) | [链接](/zh-cn/react-native-localize.md) | -| 147 | [@bam.tech/react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer) | 3.0.9 | 是 | [@react-native-oh-tpl/react-native-image-resizer](https://github.com/react-native-oh-library/react-native-image-resizer/releases) | [链接](/zh-cn/bam-tech-react-native-image-resizer.md) | -| 148 | [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events) | 2.2.0 | 否 | [@react-native-oh-tpl/react-native-calendar-events](https://github.com/react-native-oh-library/react-native-calendar-events/releases) | [链接](/zh-cn/react-native-calendar-events.md) | -| 149 | [react-native-fileupload](https://github.com/PhilippKrone/react-native-fileupload) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-fileupload](https://github.com/react-native-oh-library/react-native-fileupload/releases) | [链接](/zh-cn/react-native-fileupload.md) | -| 150 | [react-native-flexi-radio-button](https://github.com/thegamenicorus/react-native-flexi-radio-button) | 0.2.1 | - | \- | [链接](/zh-cn/react-native-flexi-radio-button.md) | -| 151 | [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings) | 5.0.1 | - | \- | [链接](/zh-cn/react-native-root-siblings.md) | -| 152 | [react-native-root-modal](https://github.com/magicismight/react-native-root-modal) | 5.0.0 | - | [@react-native-oh-tpl/react-native-root-modal](https://github.com/react-native-oh-library/react-native-root-modal/releases) | [链接](/zh-cn/react-native-root-modal.md) | -| 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro/releases) | [链接](/zh-cn/react-native-switch-pro.md) | -| 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | [链接](/zh-cn/react-native-drop-shadow.md) | -| 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) | [链接](/zh-cn/react-native-nested-scroll-view.md) | -| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | 是 | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push/releases) | [链接](/zh-cn/react-native-code-push.md) | -| 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module/releases) | [链接](/zh-cn/react-native-safe-module.md) | -| 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | 否 | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage/releases) | [链接](/zh-cn/react-native-sqlite-storage.md) | -| 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | 否 | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient/releases) | [链接](/zh-cn/react-native-text-gradient.md) | -| 160 | [react-native-bindingx](https://github.com/alibaba/bindingx) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-bindingx](https://github.com/react-native-oh-library/react-native-bindingx/releases) | [链接](/zh-cn/react-native-bindingx.md) | -| 161 | [react-native-cardview](https://github.com/Kishanjvaghela/react-native-cardview) | 2.0.3 | 否 | [@react-native-oh-tpl/react-native-cardview](https://github.com/react-native-oh-library/react-native-cardview/releases) | [链接](/zh-cn/react-native-cardview.md) | -| 162 | [react-native-largelist](https://github.com/bolan9999/react-native-largelist) | 3.1.0-rc.2 | \- | [@react-native-oh-tpl/react-native-largelist](https://github.com/react-native-oh-library/react-native-largelist/releases) | [链接](/zh-cn/react-native-largelist.md) | -| 163 | [react-native-spring-scrollview](https://github.com/bolan9999/react-native-spring-scrollview/tree/master) | 2.0.22 | 否 | [@react-native-oh-tpl/react-native-spring-scrollview](https://github.com/react-native-oh-library/react-native-spring-scrollview/releases) | [链接](/zh-cn/react-native-spring-scrollview.md) | -| 164 | [react-native-color-matrix-image-filters](https://github.com/iyegoroff/react-native-color-matrix-image-filters) | 6.0.5 | 是 | [@react-native-oh-tpl/react-native-color-matrix-image-filters](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters/releases) | [链接](/zh-cn/react-native-color-matrix-image-filters.md) | -| 165 | [react-native-toast](https://github.com/remobile/react-native-toast/tree/master) | 1.0.7 | 否 | [@react-native-oh-tpl/react-native-toast](https://github.com/react-native-oh-library/react-native-toast/releases) | [链接](/zh-cn/remobile-react-native-toast.md) | -| 166 | [ react-native-syan-image-picker ](https://github.com/syanbo/react-native-syan-image-picker) | 0.5.3 | 否 | [@react-native-oh-tpl/react-native-syan-image-picker](https://github.com/react-native-oh-library/react-native-syan-image-picker/releases) | [链接](/zh-cn/react-native-syan-image-picker.md) | -| 167 | [react-native-amap-geolocation](https://github.com/qiuxiang/react-native-amap-geolocation) | 1.2.3 | 否 | [@react-native-oh-tpl/react-native-amap-geolocation](https://github.com/react-native-oh-library/react-native-amap-geolocation/releases) | [链接](/zh-cn/react-native-amap-geolocation.md) | -| 168 | [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) | 3.3.0 | 否 | [@react-native-oh-tpl/react-native-splash-screen](https://github.com/react-native-oh-library/react-native-splash-screen/releases) | [链接](/zh-cn/react-native-splash-screen.md) | -| 169 | [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map) | 1.0.37 | 否 | [@react-native-oh-tpl/react-native-baidu-map](https://github.com/react-native-oh-library/react-native-baidu-map/releases) | [链接](/zh-cn/react-native-baidu-map.md) | -| 170 | [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx) | 3.2.0 | 否 | [@react-native-oh-tpl/react-native-ble-plx](https://github.com/react-native-oh-library/react-native-ble-plx/releases) | [链接](/zh-cn/react-native-ble-plx.md) | -| 171 | [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) | 11.1.0 | 否 | [@react-native-oh-tpl/react-native-device-info](https://github.com/react-native-oh-library/react-native-device-info/releases) | [链接](/zh-cn/react-native-device-info.md) | -| 172 | [react-native-amap3d](https://github.com/qiuxiang/react-native-amap3d) | 3.2.4 | 否 | [@react-native-oh-tpl/react-native-amap3d](https://github.com/react-native-oh-library/react-native-amap3d/releases) | [链接](/zh-cn/react-native-amap3d.md) | -| 173 | [@itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview) | 1.1.7 | - | - | [链接](/zh-cn/react-native-scrollable-tabview.md) | -| 174 | [rneui](https://github.com/react-native-elements/react-native-elements) | 4.0.0-rc.8 | - | 开发中 | 开发中 | -| 175 | [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) | 3.5.1 | - | - | [链接](/zh-cn/react-native-root-toast.md) | -| 176 | [react-native-background-timer](https://github.com/ocetnik/react-native-background-timer) | 2.4.1 | 否 | [@react-native-oh-tpl/react-native-background-timer](https://github.com/react-native-oh-library/react-native-background-timer/releases) | [链接](/zh-cn/react-native-background-timer.md) | -| 177 | [react-native-htmlview](https://github.com/jsdf/react-native-htmlview) | 0.17.0 | - | - | [链接](/zh-cn/react-native-htmlview.md) | -| 178 | [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 1.5.1 | - | - | [链接](/zh-cn/react-native-spinkit.md) | -| 179 | [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) | 3.1.2 | - | - | [链接](/zh-cn/react-navigation-shared-element.md) | -| 180 | [react-native-switch-selector](https://github.com/App2Sales/react-native-switch-selector) | 2.1.4 | - | - | [链接](/zh-cn/react-native-switch-selector.md) | -| 181 | [@callstack/react-theme-provider](https://github.com/callstack/react-theme-provider) | 3.0.9 | - | - | [链接](/zh-cn/callstack-react-theme-provider.md) | -| 182 | [react-native-http-bridge](https://github.com/alwx/react-native-http-bridge) | 0.6.1 | 是 | [@react-native-oh-tpl/react-native-http-bridge](https://github.com/react-native-oh-library/react-native-http-bridge/releases) | [链接](/zh-cn/react-native-http-bridge.md) | -| 183 | [react-native-qr-decode-image-camera](https://github.com/deepanrajkumar/react-native-qr-decode-image-camera) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-qr-decode-image-camera](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera/releases) | [链接](/zh-cn/react-native-qr-decode-image-camera.md) | -| 184 | [react-native-touch-id](https://github.com/naoufal/react-native-touch-id) | 4.4.1 | 否 | [@react-native-oh-tpl/react-native-touch-id](https://github.com/react-native-oh-library/react-native-touch-id/releases) | [链接](/zh-cn/react-native-touch-id.md) | -| 185 | [react-native-animatable](https://github.com/oblador/react-native-animatable) | 1.4.0 | - | - | [链接](/zh-cn/react-native-animatable.md) | -| 186 | [react-native-modal](https://github.com/react-native-modal/react-native-modal) | 13.0.1 | - | [@react-native-oh-tpl/react-native-modal](https://github.com/react-native-oh-library/react-native-modal/releases) | [链接](/zh-cn/react-native-modal.md) | -| 187 | [react-native-collapsible](https://github.com/oblador/react-native-collapsible) | 1.6.1 | - | - | [链接](/zh-cn/react-native-collapsible.md) | -| 188 | [react-native-contacts](https://github.com/rt2zz/react-native-contacts) | 7.0.7 | 否 | - | [链接](/zh-cn/react-native-contacts.md) | -| 189 | [react-native-restart](https://github.com/avishayil/react-native-restart) | 0.0.27 | 是 | [@react-native-oh-tpl/react-native-restart](https://github.com/react-native-oh-library/react-native-restart/releases) | [链接](/zh-cn/react-native-restart.md) | -| 190 | [react-native-system-setting](https://github.com/c19354837/react-native-system-setting) | 1.7.6 | 否 | [@react-native-oh-tpl/react-native-system-setting](https://github.com/react-native-oh-library/react-native-system-setting/releases) | [链接](/zh-cn/react-native-system-setting.md) | -| 191 | [react-native-keep-awake](https://github.com/corbt/react-native-keep-awake) | 4.0.0 | 否 | [@react-native-oh-tpl/react-native-keep-awake](https://github.com/react-native-oh-library/react-native-keep-awake/releases) | [链接](/zh-cn/react-native-keep-awake.md) | -| 192 | [@react-native-community/hooks](https://github.com/react-native-community/hooks) | 3.0.0 | - | - |[链接](/zh-cn/react-native-community-hooks.md) | -| 193 | [react-navigation](https://github.com/react-navigation/react-navigation) | 6 | - | [@react-native-oh-tpl/react-navigation](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-navigation.md) | -| 194 | [react-native-default-preference](https://github.com/kevinresol/react-native-default-preference) | 1.4.4 | 否 | [@react-native-oh-tpl/react-native-default-preference](https://github.com/react-native-oh-library/react-native-default-preference/releases) | [链接](/zh-cn/react-native-default-preference.md) | -| 195 | [react-native-ble-manager](https://github.com/innoveit/react-native-ble-manager) | 11.5.5 | 否 | [@react-native-oh-tpl/react-native-ble-manager](https://github.com/react-native-oh-library/react-native-ble-manager/releases) | [链接](/zh-cn/react-native-ble-manager.md) | -| 196 | [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) | 6.0.0-alpha.9 | 否 | [@react-native-oh-tpl/react-native-sensitive-info](https://github.com/react-native-oh-library/react-native-sensitive-info/releases) | [链接](/zh-cn/react-native-sensitive-info.md) | -| 197 | [react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation) | 0.1.7 | - | - | [链接](/zh-cn/react-native-typing-animation.md) | -| 198 | [react-native-multi-slider](https://github.com/ptomasroos/react-native-multi-slider) | 2.2.2 | - | [@react-native-oh-tpl/react-native-multi-slider](https://github.com/react-native-oh-library/react-native-multi-slider/releases) | [链接](/zh-cn/react-native-multi-slider.md) | -| 199 | [react-native-orientation](https://github.com/yamill/react-native-orientation) | 3.1.3 | - | [@react-native-oh-tpl/react-native-orientation](https://github.com/react-native-oh-library/react-native-orientation/releases) | [链接](/zh-cn/react-native-orientation.md) | -| 200 | [rn-tourguide](https://github.com/xcarpentier/rn-tourguide) | 3.3.0 | - | [@react-native-oh-tpl/rn-tourguide](https://github.com/react-native-oh-library/rn-tourguide/releases) | [链接](/zh-cn/rn-tourguide.md) | -| 201 | [react-native-performance](https://github.com/oblador/react-native-performance/tree/master/packages/react-native-performance) | 5.1.2 | 是 | [@react-native-oh-tpl/react-native-performance](https://github.com/react-native-oh-library/react-native-performance/releases) | [链接](/zh-cn/react-native-performance.md) | -| 202 | [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | 12.5.1 | - | - | [链接](/zh-cn/react-native-testing-library.md) | -| 203 | [react-native-dropdown-picker](https://github.com/hossein-zare/react-native-dropdown-picker) | 5.4.6 | - | - | [链接](/zh-cn/react-native-dropdown-picker.md) | -| 204 | [react-native-shake](https://github.com/Doko-Demo-Doa/react-native-shake) | 5.6.2 | 是 | [@react-native-oh-tpl/react-native-shake ](https://github.com/react-native-oh-library/react-native-shake/releases) | [链接](/zh-cn/react-native-shake.md) | -| 205 | [react-native-material-dropdown](https://github.com/n4kz/react-native-material-dropdown) | 0.11.1 | - | [@react-native-oh-tpl/react-native-material-dropdown](https://github.com/react-native-oh-library/react-native-material-dropdown/releases) | [链接](/zh-cn/react-native-material-dropdown.md) | -| 206 | [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) | 9.2.0 | 是 | [@react-native-oh-tpl/react-native-document-picker](https://github.com/react-native-oh-library/document-picker/releases) | [链接](/zh-cn/react-native-document-picker.md) | -| 207 | [react-native-fingerprint-scanner](https://github.com/hieuvp/react-native-fingerprint-scanner) | 6.0.0 | 否 | [@react-native-oh-tpl/react-native-fingerprint-scanner](https://github.com/react-native-oh-library/react-native-fingerprint-scanner/releases) | [链接](/zh-cn/react-native-fingerprint-scanner.md) | -| 208 | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | 1.11.0 | 否 | [@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values/releases) | [链接](/zh-cn/react-native-get-random-values.md) | -| 209 | [native-base](https://github.com/GeekyAnts/NativeBase) | 3.4.28 | - | [@react-native-oh-tpl/native-base](https://github.com/react-native-oh-library/NativeBase) | [链接](/zh-cn/NativeBase.md) | -| 210 | [react-native-orientation-locker](https://github.com/wonday/react-native-orientation-locker) | 1.7.0 | 否 | [@react-native-oh-library/react-native-orientation-locker](https://github.com/react-native-oh-library/react-native-orientation-locker/releases) | [链接](/zh-cn/react-native-orientation-locker.md) | -| 211 | [react-native-ssl-pinning](https://github.com/MaxToyberman/react-native-ssl-pinning) | 1.5.7 | - | [@react-native-oh-tpl/react-native-ssl-pinning](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | [链接](/zh-cn/react-native-ssl-pinning.md) | -| 212 | [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | 6.1.1 | 是 | [@react-native-oh-tpl/react-native-bootsplash](https://github.com/react-native-oh-library/react-native-bootsplash/releases) | [链接](/zh-cn/react-native-bootsplash.md) | -| 213 | [react-native-size-matters](https://github.com/nirsky/react-native-size-matters) | 0.4.2 | 否 | - | [链接](/zh-cn/react-native-size-matters.md) | -| 214 | [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) | 2.4.0 | - | 开发中 | 开发中 | -| 215 | [parse](https://github.com/parse-community/Parse-SDK-JS) | 5.3.0-beta.1 | - | - | [链接](/zh-cn/Parse-SDK-JS.md) | -| 216 | [react-native-shadow-2](https://github.com/SrBrahma/react-native-shadow-2) | 7.0.8 | - | - | [链接](/zh-cn/react-native-shadow-2.md) | -| 217 | [@shopify/restyle](https://github.com/Shopify/restyle) | 2.4.2 | - | - | [链接](/zh-cn/Shopify-restyle.md) | -| 218 | [nativewind](https://github.com/marklawlor/nativewind/tree/main/packages/nativewind) | 2.0.11 | - | [@react-native-oh-tpl/nativewind](https://github.com/react-native-oh-library/nativewind/releases) | [链接](/zh-cn/nativewind.md) | -| 219 | [react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal) | 2.0.0 | - | [@react-native-oh-tpl/react-native-country-picker-modal](https://github.com/react-native-oh-library/react-native-country-picker-modal/releases) | [链接](/zh-cn/react-native-country-picker-modal.md) | -| 220 | [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback) | 2.2.0 | 是 | [@react-native-oh-tpl/react-native-haptic-feedback](https://github.com/react-native-oh-library/react-native-haptic-feedback/releases) | [链接](/zh-cn/react-native-haptic-feedback.md) | -| 221 | [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | 2.0.0 | - | - | [链接](/zh-cn/react-native-url-polyfill.md) | -| 222 | [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder) | 2.0.8 | 否 | - | [链接](/zh-cn/react-native-shimmer-placeholder.md) | -| 223 | [react-native-flash-message](https://github.com/lucasferreira/react-native-flash-message) | 0.4.2 | - | - | [链接](/zh-cn/react-native-flash-message.md) | -| 224 | [react-native-ratings](https://github.com/Monte9/react-native-ratings) | 8.1.0 | - | - | [链接](/zh-cn/react-native-ratings.md) | -| 225 | [react-native-dropdownalert](https://github.com/testshallpass/react-native-dropdownalert) | 5.1.0 | 否 | [@react-native-oh-tpl/react-native-dropdownalert](https://github.com/react-native-oh-library/react-native-dropdownalert/releases) | [链接](/zh-cn/react-native-dropdownalert.md) -| 226 | [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | 2.12.1 | - | - | [链接](/zh-cn/react-native-element-dropdown.md) -| 227 | [react-native-easy-grid](https://github.com/GeekyAnts/react-native-easy-grid) | 0.2.2 | - | - | [链接](/zh-cn/react-native-easy-grid.md) | -| 228 | [react-native-offline](https://github.com/rgommezz/react-native-offline) | 6.0.2 | - |- | [链接](/zh-cn/react-native-offline.md) | -| 229 | [react-native-material-ui](https://github.com/xotahal/react-native-material-ui) | 1.30.1 | - | [@react-native-oh-tpl/react-native-material-ui](https://github.com/react-native-oh-library/react-native-material-ui/releases) | [链接](/zh-cn/react-native-material-ui.md) | -| 230 | [react-native-credit-card-input](https://github.com/sbycrosz/react-native-credit-card-input) | 0.4.1 | - | [@react-native-oh-tpl/react-native-credit-card-input](https://github.com/react-native-oh-library/react-native-credit-card-input) | [链接](/zh-cn/react-native-credit-card-input.md) | -| 231 | [react-native-crypto](https://github.com/tradle/react-native-crypto) | 2.2.0 | - | - | [链接](/zh-cn/react-native-crypto.md) | -| 232 | [react-native-unistyles](https://github.com/jpudysz/react-native-unistyles) | 2.7.2 | 否 | [@react-native-oh-tpl/react-native-unistyles](https://github.com/react-native-oh-library/react-native-unistyles/releases) | [链接](/zh-cn/react-native-unistyles.md) | -| 233 | [react-native-signature-capture](https://github.com/RepairShopr/react-native-signature-capture) | 0.4.11 | 否 | [@react-native-oh-tpl/react-native-signature-capture](https://github.com/react-native-oh-library/react-native-signature-capture/releases) | [链接](/zh-cn/react-native-signature-capture.md) | -| 234 | [react-native-deck-swiper](https://github.com/alexbrillant/react-native-deck-swiper) | 2.0.17 | - | - | [链接](/zh-cn/react-native-deck-swiper.md) | -| 235 | [react-native-autocomplete-dropdown](https://github.com/onmotion/react-native-autocomplete-dropdown) | 4.0.0-rc.5 | - | - | [链接](/zh-cn/react-native-autocomplete-dropdown.md) | -| 236 | [@klarna/react-native-vector-drawable](https://github.com/klarna-incubator/react-native-vector-drawable) | 0.5.1 | 是 | [@react-native-oh-library/react-native-vector-drawable](https://github.com/react-native-oh-library/react-native-vector-drawable) | [链接](/zh-cn/react-native-vector-drawable.md) | -| 237 | [react-native-material-buttons](https://github.com/n4kz/react-native-material-buttons) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-material-buttons](https://github.com/react-native-oh-library/react-native-material-buttons/releases) | [链接](/zh-cn/react-native-material-buttons.md) | -| 238 | [@expo/react-native-action-sheet](https://github.com/expo/react-native-action-sheet) | 4.0.1 | - | - | [链接](/zh-cn/react-native-action-sheet.md) | -| 239 | [react-native-communications](https://github.com/davebeehively/react-native-communications) | 2.2.1 | - | - | [链接](/zh-cn/react-native-communications.md) | -| 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | [链接](/zh-cn/react-native-lightbox.md) | -| 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | 否 | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail/releases) | [链接](/zh-cn/react-native-create-thumbnail.md) | -| 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | [链接](/zh-cn/react-native-paper.md) | -| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker/releases) | [链接](/zh-cn/react-native-picker.md) | -| 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | 是 | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element/releases) | [链接](/zh-cn/react-native-shared-element.md) | -| 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [链接](/zh-cn/gorhom-bottom-sheet.md) | -| 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | 否 | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage/releases) | [链接](/zh-cn/react-native-mmkv-storage.md) | -| 247 | [react-native-ui-lib](https://github.com/wix/react-native-ui-lib) | 7.0.0 | - | [@react-native-oh-tpl/react-native-ui-lib](https://github.com/react-native-oh-library/react-native-ui-lib/releases) | [链接](/zh-cn/react-native-ui-lib.md) | -| 248 | [react-native-skia](https://github.com/Shopify/react-native-skia) | 1.3.7 | 是 | [@react-native-oh-tpl/react-native-skia](https://github.com/react-native-oh-library/react-native-skia) | [链接](/zh-cn/react-native-skia.md) | -| 249 | [react-native-print](https://github.com/christopherdro/react-native-print) | 0.10.0 | 否 | [@react-native-oh-tpl/react-native-print](https://github.com/react-native-oh-library/react-native-print/releases) |[链接](/zh-cn/react-native-print.md) | -| 250 | [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) | 3.7.0 | 否 | [@react-native-oh-tpl/react-native-inappbrowser-reborn](https://github.com/react-native-oh-library/react-native-inappbrowser/releases) | [链接](/zh-cn/react-native-inappbrowser.md) | -| 251 | [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) | 9.2.0 | - | [@react-native-oh-tpl/react-native-picker-select](https://github.com/react-native-oh-library/react-native-picker-select) | [链接](/zh-cn/react-native-picker-select.md) | -| 252 | [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-track-player](https://github.com/react-native-oh-library/react-native-track-player/releases) | [链接](/zh-cn/react-native-track-player.md) | -| 253 | [@invertase/react-native-apple-authentication](https://github.com/invertase/react-native-apple-authentication) | 2.3.0 | 否 | [@react-native-oh-tpl/react-native-apple-authentication](https://github.com/react-native-oh-library/react-native-apple-authentication/releases) | [链接](/zh-cn/react-native-apple-authentication.md) | -| 254 | [react-native-storage](https://github.com/sunnylqm/react-native-storage) | 1.0.1 | - | - | [链接](/zh-cn/react-native-storage.md) -| 255 | [react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit) | 13.0.0 | 是 | [@react-native-oh-tpl/react-native-camera-kit](https://github.com/react-native-oh-library/react-native-camera-kit/releases) | [链接](/zh-cn/react-native-camera-kit.md) | -| 256 | [react-native-nfc-manager](https://github.com/revtel/react-native-nfc-manager) | 3.15.1 | 是 | [@react-native-oh-tpl/react-native-nfc-manager](https://github.com/react-native-oh-library/react-native-nfc-manager/releases) | [链接](/zh-cn/react-native-nfc-manager.md) | -| 257 | [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash) | 2.0.3 | 是 | [@react-native-oh-tpl/react-native-blurhash](https://github.com/react-native-oh-library/react-native-blurhash/releases) | [链接](/zh-cn/react-native-blurhash.md) | -| 258 | [react-native-text-input-mask](https://github.com/react-native-text-input-mask/react-native-text-input-mask) | 3.1.5 | 否 | [@react-native-oh-tpl/react-native-text-input-mask](https://github.com/react-native-oh-library/react-native-text-input-mask/releases) | [链接](/zh-cn/react-native-text-input-mask.md) | -| 259 | [realm-js](https://github.com/realm/realm-js) | 0.10.0 | - | [@react-native-oh-tpl/realm-js](https://github.com/react-native-oh-library/realm-js/releases) | [链接](/zh-cn/realm-js.md) | -| 260 | [react-native-charts-wrapper](https://github.com/wuxudong/react-native-charts-wrapper) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-charts-wrapper](https://github.com/react-native-oh-library/react-native-charts-wrapper/releases) | [链接](/zh-cn/react-native-charts-wrapper.md) | -| 261 | [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | 1.12.6 | 是 |[@react-native-oh-tpl/react-native-keyboard-controller](https://github.com/react-native-oh-library/react-native-keyboard-controller/releases) | [链接](/zh-cn/react-native-keyboard-controller.md) | -| 262 | [react-native-waterflow-list](https://github.com/ZakZheng/react-native-waterflow-list) | 1.2.3 | - | - | [链接](/zh-cn/react-native-waterflow-list.md) | -| 263 | [react-native-config](https://github.com/lugg/react-native-config) | 1.5.3 | - | [@react-native-oh-library/react-native-config](https://github.com/react-native-oh-library/react-native-config/releases) | [链接](/zh-cn/react-native-config.md) | -| 264 | [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) | 2.8.1 | - | - | [链接](/zh-cn/react-native-video-controls.md) | -| 265 | [react-native-context-menu-view](https://github.com/mpiannucci/react-native-context-menu-view) | 1.16.0 | 否 | [@react-native-oh-tpl/react-native-context-menu-view](https://github.com/react-native-oh-library/react-native-context-menu-view) | [链接](/zh-cn/react-native-context-menu-view.md) | -| 266 | [react-native-view-pdf](https://github.com/rumax/react-native-PDFView) | 0.14.0 | 否 | [@react-native-oh-tpl/react-native-view-pdf](https://github.com/react-native-oh-library/react-native-PDFView/releases) | [链接](/zh-cn/react-native-view-pdf.md) | -| 267 | [react-native-hole-view](https://github.com/ibitcy/react-native-hole-view) | 3.0.0-alpha4 | 是 | [@react-native-oh-tpl/react-native-hole-view](https://github.com/react-native-oh-library/react-native-hole-view/releases) | [链接](/zh-cn/react-native-hole-view.md) | -| 268 | [react-native-material-textfield](https://github.com/n4kz/react-native-material-textfield) | 0.16.1 | - | [@react-native-oh-tpl/react-native-material-textfield](https://github.com/react-native-oh-library/react-native-material-textfield/releases) | [链接](/zh-cn/react-native-material-textfield.md) | -| 269 | [react-native-iphone-screen-helper](https://github.com/chlee1001/react-native-iphone-screen-helper) | 2.1.1 | - | [@react-native-oh-tpl/react-native-iphone-screen-helper](https://github.com/react-native-oh-library/react-native-iphone-screen-helper/releases) | [链接](/zh-cn/react-native-iphone-screen-helper.md) | -| 270 | [@freakycoder/react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable) | 1.0.3 | - | - | [链接](/zh-cn/freakycoder-react-native-bounceable.md) | -| 271 | [react-native-material-design-styles](https://github.com/binggg/react-native-material-design-styles) | 0.2.7 | - | - | [链接](/zh-cn/react-native-material-design-styles.md) | -| 272 | [react-native-flip-card](https://github.com/moschan/react-native-flip-card) | 3.5.7 | - | - | [链接](/zh-cn/react-native-flip-card.md) | -| 273 | [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes) | 3.6.1 | 否 | [@react-native-oh-tpl/react-native-randombytes](https://github.com/react-native-oh-library/react-native-randombytes/releases) | [链接](/zh-cn/react-native-randombytes.md) | -| 274 | [react-native-view-overflow](https://github.com/entria/react-native-view-overflow) | 0.0.5 | 是 | [@react-native-oh-tpl/react-native-view-overflow](https://github.com/react-native-oh-library/react-native-view-overflow/releases) | [链接](/zh-cn/react-native-view-overflow.md) | -| 275 | [react-native-masked-text](https://github.com/benhurott/react-native-masked-text) | 1.13.0 | - | - | [链接](/zh-cn/react-native-masked-text.md) | -| 276 | [reassure](https://github.com/callstack/reassure) | 1.0.0 | - | 开发中 | 开发中 | -| 277 | [react-native-bouncy-checkbox](https://github.com/WrathChaos/react-native-bouncy-checkbox) | 4.0.1 | - | - | [链接](/zh-cn/react-native-bouncy-checkbox.md) | -| 278 | [react-native-parsed-text](https://github.com/taskrabbit/react-native-parsed-text) | 0.0.22 | - | - | [链接](/zh-cn/react-native-parsed-text.md) | -| 279 | [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) | 3.0.1 | - | - | [链接](/zh-cn/react-native-loading-spinner-overlay.md) | -| 280 | [voice](https://github.com/react-native-voice/voice) | 3.2.4 | 否 | 开发中 | 开发中 | -| 281 | [react-native-hyperlink](https://github.com/obipawan/react-native-hyperlink) | 0.0.22 | - | - | [链接](/zh-cn/react-native-hyperlink.md) | -| 282 | [react-native-email-link](https://github.com/flexible-agency/react-native-email-link) | 1.15.0 | 是 | [@react-native-oh-tpl/react-native-email-link](https://github.com/react-native-oh-library/react-native-email-link/releases) | [链接](/zh-cn/react-native-email-link.md) | -| 283 | [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) | 5.4.0 | - | - | [链接](/zh-cn/react-native-autocomplete-input.md) | -| 284 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | - | [@react-native-oh-tpl/react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) |[链接](/zh-cn/react-native-image-zoom-viewer.md) | -| 285 | [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) | 4.2.5 | 否 | 开发中 | 开发中 | -| 286 | [react-native-step-indicator](https://github.com/24ark/react-native-step-indicator) | 1.0.3 | - | - | [链接](/zh-cn/react-native-step-indicator.md) | -| 287 | [react-native-textinput-maxlength-fixed](https://github.com/2017398956/react-native-textinput-maxlength-fixed) | 0.1.2 | - | [@react-native-oh-tpl/react-native-textinput-maxlength-fixed](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed/releases) | [链接](/zh-cn/react-native-textinput-maxlength-fixed.md) | -| 288 | [react-native-walkthrough-tooltip](https://github.com/CompanyCam/react-native-walkthrough-tooltip) | 1.6.0 | - | 开发中 | 开发中 | -| 289 | [react-native-autolink](https://github.com/joshswan/react-native-autolink) | 4.2.0 | - | - | [链接](/zh-cn/react-native-autoLink.md) | -| 290 | [react-native-indicators](https://github.com/n4kz/react-native-indicators) | 0.17.0 | - | - | [链接](/zh-cn/react-native-indicators.md) | -| 291 | [react-native-material-ripple](https://github.com/n4kz/react-native-material-ripple) | 0.9.1 | - | 开发中 | 开发中 | -| 292 | [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) | 1.2.4 | - | - | [链接](/zh-cn/react-native-error-boundary.md) | -| 293 | [@react-native-community/audio-toolkit](https://github.com/react-native-audio-toolkit/react-native-audio-toolkit) | 2.0.3 | - | [@react-native-oh-tpl/audio-toolkit](https://github.com/react-native-oh-library/react-native-audio-toolkit/releases) | [链接](/zh-cn/react-native-audio-toolkit.md) | -| 294 | [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts) | 5.3.0 | - | [@react-native-oh-tpl/react-native-svg-charts](https://github.com/react-native-oh-library/react-native-svg-charts/releases) | [链接](/zh-cn/react-native-svg-charts.md) | -| 295 | [react-native-file-viewer](https://github.com/vinzscam/react-native-file-viewer) | 2.1.5 | 否 | [@react-native-oh-tpl/react-native-file-viewer](https://github.com/react-native-oh-library/react-native-file-viewer/releases) | [链接](/zh-cn/react-native-file-viewer.md) | -| 296 | [react-native-responsive-fontSize](https://github.com/heyman333/react-native-responsive-fontsize) | 0.5.1 | - | - | [链接](/zh-cn/react-native-responsive-fontsize.md) | -| 297 | [react-native-button](https://github.com/ide/react-native-button) | 3.1.0 | - | - | [链接](/zh-cn/react-native-button.md) | -| 298 | [react-native-typography](https://github.com/hectahertz/react-native-typography) | 1.4.1 | - | 开发中 | 开发中 | -| 299 | [react-native-image-colors](https://github.com/osamaqarem/react-native-image-colors) | 2.4.0 | 否 | [@react-native-oh-tpl/react-native-image-colors](https://github.com/react-native-oh-library/react-native-image-colors/releases) | [链接](/zh-cn/react-native-image-colors.md) | -| 300 | [react-content-loader](https://github.com/danilowoz/react-content-loader) | 7.0.2 | - | [@react-native-oh-tpl/react-content-loader](https://github.com/react-native-oh-library/react-content-loader/releases) | [链接](/zh-cn/react-content-loader.md) | -| 301 | [react-native-snackbar](https://github.com/cooperka/react-native-snackbar) | 2.7.1 | 否 | 开发中 | 开发中 | -| 302 | [react-native-maps-directions](https://github.com/bramus/react-native-maps-directions) | 1.9.0 | - | 开发中 | 开发中 | -| 303 | [react-native-reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet) | 1.0.0-alpha.22 | - | [@react-native-oh-tpl/react-native-reanimated-bottom-sheet](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet/releases) | [链接](/zh-cn/react-native-reanimated-bottom-sheet.md) | -| 304 | [react-native-image-marker](https://github.com/JimmyDaddy/react-native-image-marker) | 1.2.6 | 否 | 开发中 | 开发中 | -| 305 | [react-native-audio-recorder-player](https://github.com/dooboolab/react-native-audio-recorder-player) | 3.6.10 | 是 |[@react-native-oh-tpl/react-native-audio-recorder-player](https://github.com/react-native-oh-library/react-native-audio-recorder-player/releases) | [链接](/zh-cn/react-native-audio-recorder-player.md) | -| 306 | [react-native-map-clustering](https://github.com/venits/react-native-map-clustering) | 3.4.2 | - | 开发中 | 开发中 | -| 307 | [react-native-notifier](https://github.com/seniv/react-native-notifier) | 2.0.0 | - | 开发中 | 开发中 | -| 308 | [react-native-graph](https://github.com/margelo/react-native-graph) | 1.1.0 | - | 开发中 | 开发中 | -| 309 | [react-native-mask-text](https://github.com/akinncar/react-native-mask-text) | 0.14.2 | - | - | [链接](/zh-cn/react-native-mask-text.md) | -| 310 | [mixpanel-react-native](https://github.com/mixpanel/mixpanel-react-native) | 3.0.5 | 否 | 开发中 | 开发中 | -| 311 | [react-native-share](https://github.com/react-native-share/react-native-share) | 5.6.2 | 是 | 开发中 | 开发中 | -| 312 | [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | 1.4.26 | - | [@react-native-oh-tpl/react-native-gifted-charts](https://github.com/react-native-oh-library/react-native-gifted-charts/releases) | [链接](/zh-cn/react-native-gifted-charts.md) | -| 313 | [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) | 2.1.2 | 否 | 开发中 | 开发中 | -| 314 | [react-native-confetti-cannon](https://github.com/VincentCATILLON/react-native-confetti-cannon) | 1.5.2 | - | 开发中 | 开发中 | -| 315 | [react-native-mail](https://github.com/chirag04/react-native-mail) | 6.1.1 | 否 | 开发中 | 开发中 | -| 316 | [react-native-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/mobile) | 3.2.1 | - | 开发中 | 开发中 | -| 317 | [rn-sliding-up-panel](https://github.com/octopitus/rn-sliding-up-panel) | 2.4.6 | - | 开发中 | 开发中 | -| 318 | [react-native-tts](https://github.com/ak1394/react-native-tts) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-tts](https://github.com/react-native-oh-library/react-native-tts/releases) | [链接](/zh-cn/react-native-tts.md) | -| 319 | [react-navigation-header-buttons](https://github.com/vonovak/react-navigation-header-buttons) | 12.0.0 | - | 开发中 | 开发中 | -| 320 | [react-native-phone-number-input](https://github.com/garganurag893/react-native-phone-number-input) | 2.1.0 | - | 开发中 | 开发中 | -| 321 | [react-native-version-number](https://github.com/APSL/react-native-version-number) | 0.3.6 | 否 | 开发中 | 开发中 | -| 322 | [react-native-keyboard-accessory](https://github.com/ardaogulcan/react-native-keyboard-accessory) | 0.1.16 | - | 开发中 | 开发中 | -| 323 | [react-native-swipe-gestures](https://github.com/glepur/react-native-swipe-gestures) | 1.0.5 | - | - | [链接](/zh-cn/react-native-swipe-gestures.md) | -| 324 | [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl) | 41.1.0 | - | [@react-native-oh-tpl/victory-native-xl](https://github.com/react-native-oh-library/victory-native-xl/releases) | [链接](/zh-cn/victory-native-xl.md) | -| 325 | [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | 4.7.2 | 是 | - | [链接](/zh-cn/react-native-signature-canvas.md) | -| 326 | [react-native-sticky-parallax-header](https://github.com/netguru/sticky-parallax-header) | 1.0.0-rc.9 | - | 开发中 | 开发中 | -| 327 | [react-native-multiple-select](https://github.com/toystars/react-native-multiple-select) | 0.5.12 | - | - | [链接](/zh-cn/react-native-multiple-select.md) | -| 328 | [react-native-switch](https://github.com/shahen94/react-native-switch) | 1.5.1 | - | 开发中 | 开发中 | -| 329 | [react-native-material-menu](https://github.com/mxck/react-native-material-menu) | 2.0.0 | - | - | [链接](/zh-cn/react-native-material-menu.md) | -| 330 | [react-native-swipeable-list](https://github.com/esthor/react-native-swipeable-list) | 0.1.2 | - | - | [链接](/zh-cn/react-native-swipeable-list.md) | -| 331 | [galio-framework](https://github.com/galio-org/galio) | 0.8.0 | - | 开发中 | 开发中 | -| 332 | [react-native-incall-manager](https://github.com/react-native-webrtc/react-native-incall-manager) | 4.2.0 | 否 | [@react-native-oh-tpl/react-native-incall-manager](https://github.com/react-native-oh-library/react-native-incall-manager/releases) | [链接](/zh-cn/react-native-incall-manager.md) | -| 333 | [react-native-securerandom](https://github.com/rh389/react-native-securerandom) | 1.0.1 | 否 | [@react-native-oh-library/react-native-securerandom](https://github.com/react-native-oh-library/react-native-securerandom/releases) | [链接](/zh-cn/react-native-securerandom.md) | -| 334 | [react-native-tcp-socket](https://github.com/Rapsssito/react-native-tcp-socket) | 6.2.0 | 否 | 开发中 | 开发中 | -| 335 | [react-native-scroll-bottom-sheet](https://github.com/rgommezz/react-native-scroll-bottom-sheet) | 0.7.0 | - | 开发中 | 开发中 | -| 336 | [react-native-send-intent](https://github.com/lucasferreira/react-native-send-intent) | 1.3.0 | 是 | 开发中 | 开发中 | -| 337 | [react-native-copilot](https://github.com/mohebifar/react-native-copilot) | 3.3.2 | - | 开发中 | 开发中 | -| 338 | [react-native-awesome-gallery](https://github.com/Flair-Dev/react-native-awesome-gallery) | 0.4.2 | - | 开发中 | 开发中 | -| 339 | [react-navigation-bottom-sheet](https://github.com/th3rdwave/react-navigation-bottom-sheet) | 0.3.2 | - | 开发中 | 开发中 | -| 340 | [rn-emoji-keyboard](https://github.com/TheWidlarzGroup/rn-emoji-keyboard) | 1.7.0 | - | 开发中 | 开发中 | -| 341 | [react-native-chart-kit](https://github.com/indiespirit/react-native-chart-kit) | 6.12.0 | - | - | [链接](/zh-cn/react-native-chart-kit.md) | -| 342 | [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer) | 3.2.8 | - | 开发中 | 开发中 | -| 343 | [react-native-safe-modules](https://github.com/emilioicai/react-native-safe-modules) | 1.0.3 | - | 开发中 | 开发中 | -| 344 | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | 1.0.1 | - | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill/releases) | [链接](/zh-cn/react-native-ohos-community-auto-fill.md) | -| 345 | [react-native-modals](https://github.com/jacklam718/react-native-modals) | 0.22.3 | - | - | [链接](/zh-cn/react-native-modals.md) | -| 346 | [react-native-network-info](https://github.com/pusherman/react-native-network-info) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-network-info](https://github.com/react-native-oh-library/react-native-network-info/releases) | [链接](/zh-cn/react-native-network-info.md) | -| 347 | [react-native-udp](https://github.com/tradle/react-native-udp) | 4.1.7 | - | 开发中 | 开发中 | -| 348 | [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 2.0.0 | - | 开发中 | 开发中 | -| 349 | [react-native-dismiss-keyboard](https://github.com/DanielMSchmidt/react-native-dismiss-keyboard) | 1.0.0 | - | - | [链接](/zh-cn/react-native-dismiss-keyboard.md) | -| 350 | [react-native-file-access](https://github.com/alpha0010/react-native-file-access) | 3.1.0 | 是 | 开发中 | 开发中 | -| 351 | [react-native-compass-heading](https://github.com/firofame/react-native-compass-heading) | 1.2.0 | 否 | 开发中 | 开发中 | -| 352 | [react-native-bars](https://github.com/zoontek/react-native-bars) | 2.4.3 | 是 | 开发中 | 开发中 | -| 353 | [react-native-mlkit-ocr](https://github.com/agoldis/react-native-mlkit-ocr) | 0.3.0 | 是 | [@react-native-oh-tpl/react-native-mlkit-ocr](https://github.com/react-native-oh-library/react-native-mlkit-ocr/releases) | [链接](/zh-cn/react-native-mlkit-ocr.md) | -| 354 | [react-native-screenshot-prevent](https://github.com/killserver/react-native-screenshot-prevent) | 1.2.1 | 是 | 开发中 | 开发中 | -| 355 | [react-native-drax](https://github.com/nuclearpasta/react-native-drax) | 0.10.3 | - | [@react-native-oh-tpl/react-native-drax](https://github.com/react-native-oh-library/react-native-drax) | [链接](/zh-cn/react-native-drax.md) | -| 356 | [@op-engineering/op-sqlite](https://github.com/OP-Engineering/op-sqlite) | 8.0.2 | 是 | [@react-native-oh-tpl/op-sqlite](https://github.com/react-native-oh-library/op-sqlite/releases) | [链接](/zh-cn/op-engineering-op-sqlite.md) | -| 357 | [react-native-theme-switch-animation](https://github.com/WadhahEssam/react-native-theme-switch-animation) | 0.6.0 | 是 | 开发中 | 开发中 | -| 358 | [react-native-keys](https://github.com/numandev1/react-native-keys) | 0.7.10 | 是 | [@react-native-oh-library/react-native-keys](https://github.com/react-native-oh-library/react-native-keys/releases) | [链接](/zh-cn/react-native-keys.md) | -| 359 | [react-native-theme-control](https://github.com/vonovak/react-native-theme-control) | 6.0.0 | 否 | 开发中 | 开发中 | -| 360 | [@baronha/ting](https://github.com/baronha/ting) | 1.2.1 | 是 | 开发中 | 开发中 | -| 361 | [react-native-localization-settings](https://github.com/jakex7/react-native-localization-settings) | 1.0.2 | 是 | 开发中 | 开发中 | -| 362 | [@klarna/platform-colors](https://github.com/klarna-incubator/platform-colors) | 0.4.0 | 是 | 开发中 | 开发中 | -| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder/releases) | [链接](/zh-cn/react-native-barcode-builder.md) | -| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | 否 | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows/releases) | [链接](/zh-cn/react-native-neomorph-shadows.md) | -| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | [链接](/zh-cn/ant-design-react-native.md) | -| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | 是 | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens/releases) | [链接](/zh-cn/react-native-oh-tpl-react-native-screens.md) | -| 367 | [ffmpeg-kit-react-native](https://github.com/arthenica/ffmpeg-kit/tree/main/react-native) | 6.0.2 | - | [@react-native-oh-tpl/react-native-ffmpeg-kit](https://github.com/react-native-oh-library/ffmpeg-kit/releases) | [链接](/zh-cn/react-native-ffmpeg-kit.md) | - -## JS 三方库 - -> [!TIP] 以下 JS 三方库已适配 HarmonyOS 平台,在适配过程不涉及代码修改,可直接使用源库代码 - -| 序号 | 原库名 | 适配版本 | 文档链接 | -| ---- | ------------------------------------------------------------ | --------- |---------------------------| -| 1 | [axios](https://github.com/axios/axios) | 1.6.7 | [链接](/zh-cn/js/axios.md) | -| 2 | [crypto-js](https://github.com/brix/crypto-js/tree/4.2.0) | 4.2.0 | [链接](/zh-cn/js/crypto-js.md) | -| 3 | [dayJs](https://github.com/iamkun/dayjs?tab=readme-ov-file) | 1.11.1 | [链接](/zh-cn/js/dayJs.md) | -| 4 | [deepmerge](https://github.com/TehShrike/deepmerge) | 4.3.1 | [链接](/zh-cn/js/deepmerge.md) | -| 5 | [EventBus](https://github.com/krasimir/EventBus) | 0.2.0 | [链接](/zh-cn/js/EventBus.md) | -| 6 | [htmlparser2](https://github.com/fb55/htmlparser2) | 9.1.0 | [链接](/zh-cn/js/htmlparser2.md) | -| 7 | [immer](https://github.com/immerjs/immer) | 10.0.4 | [链接](/zh-cn/js/Immer.md) | -| 8 | [JsBarCode](https://github.com/lindell/JsBarcode) | 3.11.6 | [链接](/zh-cn/js/jsbarcode.md) | -| 9 | [js-beautify](https://github.com/beautifier/js-beautify) | 1.15.1 | [链接](/zh-cn/js/js-beautify.md) | -| 10 | [lodash](https://github.com/lodash/lodash/tree/4.17.21) | 4.17.21 | [链接](/zh-cn/js/lodash.md) | -| 11 | [mobx](https://github.com/mobxjs/mobx/tree/mobx@6.10.0) | 6.10.0 | [链接](/zh-cn/js/mobx.md) | -| 12 | [mobx-react](https://github.com/mobxjs/mobx/tree/mobx-react@7.6.0) | 7.6.0 | [链接](/zh-cn/js/mobx-react.md) | -| 13 | [Moment](https://github.com/moment/moment) | 2.30.1 | [链接](/zh-cn/js/moment.md) | -| 14 | [parse5](https://github.com/inikulin/parse5) | 7.1.2 | [链接](/zh-cn/js/parse5.md) | -| 15 | [prop-types](https://github.com/facebook/prop-types/tree/v15.8.1) | 15.8.1 | [链接](/zh-cn/js/prop-types.md) | -| 16 | [qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator) | 1.4.4 | [链接](/zh-cn/js/qrcode-generator.md) | -| 17 | [react-ahooks](https://github.com/alibaba/hooks) | 3.7.11 | [链接](/zh-cn/js/react-ahooks.md) | -| 18 | [react-i18next](https://github.com/i18next/react-i18next) | 8.6.3 | [链接](/zh-cn/js/react-i18next.md) | -| 19 | [react-redux](https://github.com/reduxjs/react-redux) | 9.1.1 | [链接](/zh-cn/js/react-redux.md) | -| 20 | [react-router-dom](https://github.com/remix-run/react-router) | 6.22.3 | [链接](/zh-cn/js/react-router-dom.md) | -| 21 | [react-use](https://github.com/zenghongtu/react-use) | 17.2.4 | [链接](/zh-cn/js/react-use.md) | -| 22 | [redux](https://github.com/reduxjs/redux) | 5.0.1 | [链接](/zh-cn/js/redux.md) | -| 23 | [redux-actions](https://github.com/redux-utilities/redux-actions) | 3.0.0 | [链接](/zh-cn/js/redux-actions.md) | -| 24 | [redux-logger](https://github.com/LogRocket/redux-logger) | 3.0.6 | [链接](/zh-cn/js/redux-logger.md) | -| 25 | [redux-persist](https://github.com/rt2zz/redux-persist) | 6.0.0 | [链接](/zh-cn/js/redux-persist.md) | -| 26 | [redux-thunk](https://github.com/reduxjs/redux-thunk) | 3.1.0 | [链接](/zh-cn/js/redux-thunk.md) | -| 27 | [redux-toolkit](https://github.com/reduxjs/redux-toolkit) | 2.2.3 | [链接](/zh-cn/js/redux-toolkit.md) | -| 28 | [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat) | 3.0.4 | [链接](/zh-cn/js/react-lifecycles-compat.md) | -| 29 | [styled-components](https://github.com/styled-components/styled-components) | 6.1.8 | [链接](/zh-cn/js/styled-components.md) | -| 30 | [styled-system](https://github.com/styled-system/styled-system) | 5.1.5 | [链接](/zh-cn/js/styled-system.md) | -| 31 | [i18next](https://github.com/i18next/i18next) | 23.7.16 | [链接](/zh-cn/js/i18next.md) | - -## 社区 - -[Github Organization: react-native-oh-library](https://github.com/react-native-oh-library) diff --git a/en/README_EN.md b/en/README_EN.md index 2a2a2576dc72866966ee222664a5b0bd51323979..ea272b92ba7b29ac3e4874f7ad09af33023f57c6 100644 --- a/en/README_EN.md +++ b/en/README_EN.md @@ -29,374 +29,376 @@ You can evaluate existing documentation, make simple changes, report quality iss > [!TIP] f the "HarmonyOS Releases" column is marked with "-", it indicates that the library did not require code modification during adaptation to the HarmonyOS platform and can directly use the source library code. -| NO. | Source Library Name | Original Library Baseline Version | New Architecture Supported in Source Library | HarmonyOS Releases | Documentation Link | -| ---- | ----------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -| 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | Yes | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage/releases) | [Link](/zh-cn/react-native-async-storage-async-storage.md) | -| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | Yes | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll/releases) | [Link](/zh-cn/react-native-cameraroll.md) | -| 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | Yes | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard/releases) | [Link](/zh-cn/react-native-clipboard-clipboard.md) | -| 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | Yes | [@react-native-oh-tpl/blurReleases](https://github.com/react-native-oh-library/react-native-blur/releases) | [Link](/zh-cn/react-native-community-blur.md) | -| 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | No | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox/releases) | [Link](/zh-cn/react-native-community-checkbox.md) | -| 6 | [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | 7.6.2 | Yes | [@react-native-oh-tpl/datetimepicker](https://github.com/react-native-oh-library/datetimepicker/releases) | [Link](/zh-cn/react-native-community-datetimepicker.md) | -| 7 | [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) | 3.1.0 | Yes | [@react-native-oh-tpl/geolocation](https://github.com/react-native-oh-library/react-native-geolocation/releases) | [Link](/zh-cn/react-native-community-geolocation.md) | -| 8 | [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | 11.1.0 | Yes | [@react-native-oh-tpl/netinfo](https://github.com/react-native-oh-library/react-native-netinfo/releases) | [Link](/zh-cn/react-native-community-netinfo.md) | -| 9 | [@react-native-community/progress-bar-android](https://github.com/react-native-progress-view/progress-bar-android) | 1.0.4 | Yes | [@react-native-oh-tpl/progress-bar-android](https://github.com/react-native-oh-library/progress-bar-android/releases) | [Link](/zh-cn/react-native-community-progress-bar-android.md) | -| 10 | [@react-native-community/progress-view](https://github.com/react-native-progress-view/progress-view) | 1.4.2 | Yes | [@react-native-oh-tpl/progress-view](https://github.com/react-native-oh-library/progress-view/releases) | [Link](/zh-cn/react-native-community-progress-view.md) | -| 11 | [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) | 1.11.0 | No | [@react-native-oh-tpl/push-notification-ios](https://github.com/react-native-oh-library/react-native-push-notification-ios/releases) | [Link](/zh-cn/react-native-community-push-notification-ios.md) | -| 12 | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | 4.4.3 | Yes | [@react-native-oh-tpl/slider](https://github.com/react-native-oh-library/react-native-slider/releases) | [Link](/zh-cn/react-native-community-slider.md) | -| 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | Yes | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android/releases) | [Link](/zh-cn/react-native-community-toolbar-android.md) | -| 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | No | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies/releases) | [Link](/zh-cn/react-native-cookies-cookies.md) | -| 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | No | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view/releases) | [Link](/zh-cn/react-native-masked-view-masked-view.md) | -| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | Yes | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker/releases) | [Link](/zh-cn/react-native-picker-picker.md) | -| 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | No | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control/releases) | [Link](/zh-cn/react-native-community-segmented-control.md) | -| 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | [Link](/zh-cn/react-navigation-bottom-tabs.md) | -| 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation/releases) | [Link](/zh-cn/react-navigation-elements.md) | -| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | [Link](/zh-cn/react-navigation-native.md) | -| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | [Link](/zh-cn/react-navigation-stack.md) | -| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | No | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list/releases) | [Link](/zh-cn/shopify-flash-list.md) | -| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | No | In Progress | In Progress | -| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | No | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib/releases) | [Link](/zh-cn/react-native-wechat-lib.md) | -| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | No | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native/releases) | [Link](/zh-cn/jpush-react-native.md) | -| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | No | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization/releases) | [Link](/zh-cn/react-native-localization.md) | -| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | No | In Progress | In Progress | -| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | No | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly/releases) | [Link](/zh-cn/rn-bugly.md) | -| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | No | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard/releases) | [Link](/zh-cn/react-native-custom-keyboard.md) | -| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | [Link](/zh-cn/react-native-slider.md) | -| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | No | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail/releases) | [Link](/zh-cn/react-native-thumbnail.md) | -| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer/releases) | [Link](/zh-cn/react-native-doc-viewer.md) | -| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | No | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay/releases) | [Link](/zh-cn/react-native-alipay.md) | -| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | No | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate/releases) | [Link](/zh-cn/react-native-image-rotate.md) | -| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | Yes | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native/releases) | [Link](/zh-cn/lottie-react-native.md) | -| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | No | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent/releases) | [Link](/zh-cn/react-native-user-agent.md) | -| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | No | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid/releases) | [Link](/zh-cn/react-native-idfa-aaid.md) | -| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | No | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector/releases) | [Link](/zh-cn/react-native-file-selector.md) | -| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | Yes | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app/releases) | [Link](/zh-cn/react-native-exit-app.md) | -| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | [Link](/zh-cn/react-native-calendars.md) | -| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) | [Link](/zh-cn/react-native-tab-navigator.md) | -| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode/releases) | [Link](/zh-cn/react-native-QRCode.md) | -| 43 | [react-native-pickers](https://github.com/iberHK/react-native-picker) | 2.0.0 | - | - | [Link](/zh-cn/react-native-pickers.md) | -| 44 | [react-native-video-cache](https://github.com/zhigang1992/react-native-video-cache) | 2.7.1 | - | [@react-native-oh-library/react-native-video-cache](https://github.com/react-native-oh-library/react-native-video-cache/releases) | [Link](/zh-cn/react-native-video-cache.md) | -| 45 | [react-native-action-button](https://github.com/mastermoo/react-native-action-button) | 2.8.5 | \- | \- | [Link](/zh-cn/react-native-action-button.md) | -| 46 | [react-native-animate-number](https://github.com/wkh237/react-native-animate-number) | 0.1.2 | \- | \- | [Link](/zh-cn/react-native-animate-number.md) | -| 47 | [react-native-aria](https://github.com/gluestack/react-native-aria/) | 0.2.3 | \- | \- | [Link](/zh-cn/react-native-aria.md) | -| 48 | [react-native-autoheight-webview](https://github.com/iou90/react-native-autoheight-webview) | 1.6.5 | \- | [@react-native-oh-tpl/react-native-autoheight-webview](https://github.com/react-native-oh-library/react-native-autoheight-webview/releases) | [Link](/zh-cn/react-native-autoheight-webview.md) | -| 49 | [react-native-base64](https://github.com/eranbo/react-native-base64) | 0.2.1 | \- | \- | [Link](/zh-cn/react-native-base64.md) | -| 50 | [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | 0.19.6 | Yes | [@react-native-oh-tpl/react-native-blob-util](https://github.com/react-native-oh-library/react-native-blob-util/releases) | [Link](/zh-cn/react-native-blob-util.md) | -| 51 | [react-native-canvas](https://github.com/iddan/react-native-canvas) | 0.1.39 | \- | \- | [Link](/zh-cn/react-native-canvas.md) | -| 52 | [react-native-check-box](https://github.com/crazycodeboy/react-native-check-box) | 2.1.0 | \- | \- | [Link](/zh-cn/react-native-check-box.md) | -| 53 | [react-native-confirmation-code-field](https://github.com/retyui/react-native-confirmation-code-field) | 7.4.0 | \- | \- | [Link](/zh-cn/react-native-confirmation-code-field.md) | -| 54 | [react-native-crypto-js](https://github.com/imchintan/react-native-crypto-js) | 1.0.0 | \- | \- | [Link](/zh-cn/react-native-crypto-js.md) | -| 55 | [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) | 3.4.9 | \- | \- | [Link](/zh-cn/react-native-dotenv.md) | -| 56 | [react-native-drag-sort](https://github.com/mochixuan/react-native-drag-sort) | 2.4.4 | No | [@react-native-oh-tpl/react-native-drag-sort](https://github.com/react-native-oh-library/react-native-drag-sort/releases) | [Link](/zh-cn/react-native-drag-sort.md) | -| 57 | [react-native-drawer-layout-polyfill](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 2.0.0 | \- | \- | [Link](/zh-cn/react-native-drawer-layout-polyfill.md) | -| 58 | [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) | 1.9.1 | \- | \- | [Link](/zh-cn/react-native-echarts-pro.md) | -| 59 | [react-native-exception-handler](https://github.com/a7ul/react-native-exception-handler) | 2.10.10 | No | [@react-native-oh-tpl/react-native-exception-handler](https://github.com/react-native-oh-library/react-native-exception-handler/releases) | [Link](/zh-cn/react-native-exception-handler.md) | -| 60 | [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) | 8.6.3 | No | [@react-native-oh-tpl/react-native-fast-image](https://github.com/react-native-oh-library/react-native-fast-image/releases) | [Link](/zh-cn/react-native-fast-image.md) | -| 61 | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | 1.5.5 | \- | [@react-native-oh-tpl/react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image/releases) | [Link](/zh-cn/react-native-fit-Image.md) | -| 62 | [react-native-fs](https://github.com/itinance/react-native-fs) | 2.20.0 | Yes | [@react-native-oh-tpl/react-native-fs](https://github.com/react-native-oh-library/react-native-fs/releases) | [Link](/zh-cn/react-native-fs.md) | -| 63 | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | 2.14.1 | No | [@react-native-oh-tpl/react-native-gesture-handler](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler/releases) | [Link](/zh-cn/react-native-gesture-handler.md) | -| 64 | [react-native-image-editor](https://github.com/callstack/react-native-image-editor) | 3.2.0 | Yes | [@react-native-oh-tpl/react-native-image-editor](https://github.com/react-native-oh-library/react-native-image-editor/releases) | [Link](/zh-cn/react-native-image-editor.md) | -| 65 | [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) | 7.0.3 | Yes | [@react-native-oh-tpl/react-native-image-picker](https://github.com/react-native-oh-library/react-native-image-picker/releases) | [Link](/zh-cn/react-native-image-picker.md) | -| 66 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | \- | [react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) | [Link](/zh-cn/react-native-image-zoom-viewer.md) | -| 67 | [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing/blob/master) | 0.2.2 | | [@react-native-oh-tpl/react-native-image-viewing](https://github.com/react-native-oh-library/react-native-image-viewing/releases) | [Link](/zh-cn/react-native-image-viewing.md) | -| 68 | [react-native-image-pan-zoom](https://github.com/ascoders/react-native-image-zoom) | 2.1.12 | \- | [@react-native-oh-tpl/react-native-image-pan-zoom](https://github.com/react-native-oh-library/react-native-image-zoom/releases) | [Link](/zh-cn/react-native-image-pan-zoom.md) | -| 69 | [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | 0.2.0 | \- | [@react-native-oh-tpl/react-native-intersection-observer](https://github.com/react-native-oh-library/react-native-intersection-observer/releases) | [Link](/zh-cn/react-native-intersection-observer.md) | -| 70 | [react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) | 0.9.5 | \- | [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/releases) | [Link](/zh-cn/react-native-keyboard-aware-scroll-view.md) | -| 71 | [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) | 3.0.0-alpha.1 | Yes | [@react-native-oh-tpl/react-native-linear-gradient](https://github.com/react-native-oh-library/react-native-linear-gradient/releases) | [Link](/zh-cn/react-native-linear-gradient.md) | -| 72 | [react-native-maps](https://github.com/react-native-maps/react-native-maps) | 1.10.3 | Yes | [@react-native-oh-tpl/react-native-maps](https://github.com/react-native-maps/react-native-maps/releases) | [Link](/zh-cn/react-native-maps.md) | -| 73 | [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) | 7.0.2 | \- | [@react-native-oh-tpl/react-native-markdown-display](https://github.com/react-native-oh-library/react-native-markdown-display/releases) | [Link](/zh-cn/react-native-markdown-display.md) | -| 74 | [react-native-marquee](https://github.com/kyo504/react-native-marquee/blob/master) | 0.5.0 | \- | [@react-native-oh-tpl/react-native-marquee](https://github.com/react-native-oh-library/react-native-marquee/releases) | [Link](/zh-cn/react-native-marquee.md) | -| 75 | [react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh) | 0.7.0 | No | [@react-native-oh-tpl/react-native-mjrefresh](https://github.com/react-native-oh-library/react-native-MJRefresh/releases) | [Link](/zh-cn/react-native-MJRefresh.md) | -| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | Yes | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view/releases) | [Link](/zh-cn/react-native-pager-view.md) | -| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | Yes | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf/releases) | [Link](/zh-cn/react-native-pdf.md) | -| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | Yes | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions/releases) | [Link](/zh-cn/react-native-permissions.md) | -| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view/releases) | [Link](/zh-cn/react-native-popover-view.md) | -| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | [Link](/zh-cn/react-native-popup-menu.md) | -| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress/releases) | [Link](/zh-cn/react-native-progress.md) | -| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull/releases) | [Link](/zh-cn/react-native-pull.md) | -| 83 | [react-native-qrcode-svg](https://github.com/awesomejerry/react-native-qrcode-svg) | 6.2.0 | \- | - | [Link](/zh-cn/react-native-qrcode-svg.md) | -| 84 | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | 3.6.0 | Yes | [@react-native-oh-tpl/react-native-reanimated](https://github.com/react-native-oh-library/react-native-reanimated/releases) | [Link](/zh-cn/react-native-reanimated.md) | -| 85 | [react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel) | 3.5.1 | \- | \- | [Link](/zh-cn/react-native-reanimated-carousel.md) | -| 86 | [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) | 0.2.0 | \- | \- | [Link](/zh-cn/react-native-reanimated-table.md) | -| 87 | [react-native-redash](https://github.com/wcandillon/react-native-redash/) | 18.1.3 | \- | \- | [Link](/zh-cn/react-native-redash.md) | -| 88 | [react-native-render-html](https://github.com/meliorence/react-native-render-html) | 6.3.4 | \- | \- | [Link](/zh-cn/react-native-render-html.md) | -| 89 | [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | 4.7.4 | Yes | [@react-native-oh-tpl/react-native-safe-area-context](https://github.com/react-native-oh-library/react-native-safe-area-context/releases) | [Link](/zh-cn/react-native-safe-area-context.md) | -| 90 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.29.0 | Yes | \- | [Link](/zh-cn/react-native-screens.md) | -| 91 | [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view) | 1.0.0 | - | [@react-native-oh-tpl/react-native-scrollable-tab-view](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) | [Link](/zh-cn/react-native-scrollable-tab-view.md) | -| 92 | [react-native-section-list-get-item-layout](https://github.com/jsoendermann/rn-section-list-get-item-layout) | 2.2.3 | - | \- | [Link](/zh-cn/react-native-section-list-get-item-layout.md) | -| 93 | [react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout) | 0.6.7 | No | [@react-native-oh-tpl/react-native-SmartRefreshLayout](https://github.com/react-native-oh-library/react-native-SmartRefreshLayout/releases) | [Link](/zh-cn/react-native-SmartRefreshLayout.md) | -| 94 | [react-native-snap-carousel](https://github.com/meliorence/react-native-snap-carousel) | 3.9.1 | \- | [@react-native-oh-tpl/react-native-snap-carousel](https://github.com/react-native-oh-library/react-native-snap-carousel/releases) | [Link](/zh-cn/react-native-snap-carousel.md) | -| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | Yes | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound/releases) | [Link](/zh-cn/react-native-sound.md) | -| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader/releases) | [Link](/zh-cn/react-native-stickyheader.md) | -| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | Yes | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg/releases) | [Link](/zh-cn/react-native-svg-capi.md) | -| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | [Link](/zh-cn/react-native-swipe-list-view.md) | -| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | - | \- | [Link](/zh-cn/react-native-swiper.md) | -| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation/releases) | [Link](/zh-cn/react-native-tab-view.md) | -| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | Yes | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size/releases) | [Link](/zh-cn/react-native-text-size.md) | -| 102 | [react-native-transitiongroup](https://github.com/madsleejensen/react-native-transitiongroup) | 1.2.0 | \- | [@react-native-oh-tpl/react-native-transitiongroup](https://github.com/react-native-oh-library/react-native-transitiongroup/releases) | [Link](/zh-cn/react-native-transitiongroup.md) | -| 103 | [react-native-translucent-modal](https://github.com/23mf/react-native-translucent-modal) | 1.1.0 | No | [@react-native-oh-tpl/react-native-translucent-modal](https://github.com/react-native-oh-library/react-native-translucent-modal/releases) | [Link](/zh-cn/react-native-translucent-modal.md) | -| 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | [Link](/zh-cn/react-native-vector-icons.md) | -| 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | Yes | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [Link](/zh-cn/react-native-video.md) | -| 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | No | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot/releases) | [Link](/zh-cn/react-native-view-shot.md) | -| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | Yes | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview/releases) | [Link](/zh-cn/react-native-webview.md) | -| 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | Yes | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core/releases) | [Link](/zh-cn/react-native-worklets-core.md) | -| 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | [Link](/zh-cn/react-subscribe.md) | -| 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | [Link](/zh-cn/react-native-secharts.md) | -| 111 | [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | 2.0.2 | - | - | [Link](/zh-cn/react-native-modalbox.md) | -| 112 | [recyclerlistview](https://github.com/Flipkart/recyclerlistview) | 4.2.0 | \- | \- | [Link](/zh-cn/recyclerlistview.md) | -| 113 | [react-native-modal-popover](https://github.com/doomsower/react-native-modal-popover) | 2.1.3 | - | - | [Link](/zh-cn/react-native-modal-popover.md) | -| 114 | [react-native-md5](https://github.com/kmend/react-native-md5) | 1.0.0 | - | - | [Link](/zh-cn/react-native-md5.md) | -| 115 | [react-native-dynamic](https://github.com/codemotionapps/react-native-dynamic) | 1.0.0 | - | - | [Link](/zh-cn/react-native-dynamic.md) | -| 116 | [@openspacelabs/react-native-zoomable-view](https://github.com/openspacelabs/react-native-zoomable-view) | 2.1.6 | - | - | [Link](/zh-cn/openspacelabs-react-native-zoomable-view.md) | -| 117 | [react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view) | 1.10.0 | - | In Progress | In Progress | -| 118 | [react-native-date-picker](https://github.com/henninghall/react-native-date-picker) | 5.0.4 | - | In Progress | In Progress | -| 119 | [rn-placeholder](https://github.com/mfrachet/rn-placeholder) | 3.0.3 | \- | \- | [Link](/zh-cn/rn-placeholder.md) | -| 120 | [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) | 2.2.4 | - | - | [Link](/zh-cn/react-native-iconfont-cli.md) | -| 121 | [react-native-mqtt](https://github.com/Introvertuous/react-native-mqtt) | 1.3.1 | - | - | [Link](/zh-cn/react-native-mqtt.md) | -| 122 | [react-native-sensors](https://github.com/react-native-sensors/react-native-sensors) | 7.2.1 | \- | [@react-native-oh-tpl/react-native-sensors](https://github.com/react-native-oh-library/react-native-sensors/releases) | [Link](/zh-cn/react-native-sensors.md) | -| 123 | [react-native-sortable-list](https://github.com/gitim/react-native-sortable-list) | 0.0.25 | \- | [@react-native-oh-tpl/react-native-sortable-list](https://github.com/react-native-oh-library/react-native-sortable-list) | [Link](/zh-cn/react-native-sortable-list.md) | -| 124 | [react-native-easy-toast](https://github.com/crazycodeboy/react-native-easy-toast) | 2.3.0 | \- | \- | [Link](/zh-cn/react-native-easy-toast.md) | -| 125 | [react-native-image-sequence-2](https://github.com/bwindsor/react-native-image-sequence) | 0.9.1 | No | [@react-native-oh-tpl/react-native-image-sequence-2](https://github.com/react-native-oh-library/react-native-image-sequence/releases) | [Link](/zh-cn/react-native-image-sequence-2.md) | -| 126 | [react-native-feather](https://github.com/yigithanyucedag/react-native-feather) | 1.1.2 | \- | \- | [Link](/zh-cn/react-native-feather.md) | -| 127 | [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/main/packages/native-stack) | 6.9.26 | − | [@react-native-oh-tpl/native-stack](https://github.com/react-native-oh-library/react-navigation/tree/sig/packages/native-stack) | [Link](/zh-cn/react-navigation-native-stack.md) | -| 128 | [react-native-clippath](https://github.com/Only-IceSoul/react-native-clippath) | 1.1.8 | Yes | [@react-native-oh-tpl/react-native-clippath](https://github.com/react-native-oh-library/react-native-clippath/releases) | [Link](/zh-cn/react-native-clippath-capi.md) | -| 129 | [react-native-waterfall-flow](https://github.com/axerjs/react-native-waterfall-flow) | 1.1.5 | − | − | [Link](/zh-cn/react-native-waterfall-flow.md) | -| 130 | [react-native-vconsole](https://github.com/kafudev/react-native-vconsole) | 0.1.11 | − | − | [Link](/zh-cn/react-native-vconsole.md) | -| 131 | [react-native-better-banner](https://github.com/tmxiong/better-banner) | 0.0.1 | − | − | [Link](/zh-cn/react-native-better-banner.md) | -| 132 | [react-native-ezswiper](https://github.com/easyui/react-native-ezswiper) | 1.3.0 | − | − | [Link](/zh-cn/react-native-ezswiper.md) | -| 133 | [react-native-image-header-scroll-view](https://github.com/bamlab/react-native-image-header-scroll-view) | 0.10.3 | − | − | [Link](/zh-cn/react-native-image-header-scroll-view.md) | -| 134 | [react-native-linear-gradient-text](https://github.com/HMDarkFir3/react-native-linear-gradient-text) | 1.2.8 | − | − | [Link](/zh-cn/react-native-linear-gradient-text.md) | -| 135 | [react-native-marquee-ab](https://github.com/ZhangTaoK/react-native-marquee-ab) | 2.0.0-rc.1 | − | − | [Link](/zh-cn/react-native-marquee-ab.md) | -| 136 | [react-native-reconnecting-websocket](https://github.com/React-Sextant/react-native-reconnecting-websocket) | 1.0.3 | − | − | [Link](/zh-cn/react-native-reconnecting-websocket.md) | -| 137 | [react-native-json-tree](https://github.com/Dean177/react-native-json-tree) | 1.3.0 | − | − | [Link](/zh-cn/react-native-json-tree.md) | -| 138 | [react-native-image-gallery](https://github.com/meliorence/react-native-image-gallery) | 2.1.5 | − | [@react-native-oh-tpl/react-native-image-gallery](https://github.com/react-native-oh-library/react-native-image-gallery) | [Link](/zh-cn/react-native-image-gallery.md) | -| 139 | [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) | 0.40.3 | Yes | [@react-native-oh-tpl/react-native-image-crop-picker](https://github.com/react-native-oh-library/react-native-image-crop-picker/releases) | [Link](/zh-cn/react-native-image-crop-picker.md) | -| 140 | [react-native-image-capinsets-next](https://github.com/mayconmesquita/react-native-image-capinsets-next) | 0.6.1 | - | [@react-native-oh-tpl/react-native-image-capinsets-next](https://github.com/react-native-oh-library/react-native-image-capinsets-next/releases) | [Link](/zh-cn/react-native-image-capinsets-next.md) | -| 141 | [react-native-map-linking](https://github.com/starlight36/react-native-map-linking) | 1.0.1 | − | [@react-native-oh-tpl/react-native-map-linking](https://github.com/react-native-oh-library/react-native-map-linking/releases) | [Link](/zh-cn/react-native-map-linking.md) | -| 142 | [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) | 4.0.1 | No | [@react-native-oh-tpl/react-native-vision-camera](https://github.com/react-native-oh-library/react-native-vision-camera/releases) | [Link](/zh-cn/react-native-vision-camera.md) | -| 143 | [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) | 7.0.0 | No | [@react-native-oh-tpl/react-native-zip-archive](https://github.com/react-native-oh-library/react-native-zip-archive/releases) | [Link](/zh-cn/react-native-zip-archive.md) | -| 144 | [react-native-audio](https://github.com/jsierles/react-native-audio) | 4.3.1 | No | [@react-native-oh-tpl/react-native-audio](https://github.com/react-native-oh-library/react-native-audio/releases) | [Link](/zh-cn/react-native-audio.md) | -| 145 | [react-native-simple-toast](https://github.com/vonovak/react-native-simple-toast) | 3.3.1 | Yes | [@react-native-oh-tpl/react-native-simple-toast](https://github.com/react-native-oh-library/react-native-simple-toast/releases) | [Link](/zh-cn/react-native-simple-toast.md) | -| 146 | [react-native-localize](https://github.com/zoontek/react-native-localize) | 3.1.0 | Yes | [@react-native-oh-tpl/react-native-localize](https://github.com/react-native-oh-library/react-native-localize/releases) | [Link](/zh-cn/react-native-localize.md) | -| 147 | [@bam.tech/react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer) | 3.0.9 | Yes | [@react-native-oh-tpl/react-native-image-resizer](https://github.com/react-native-oh-library/react-native-image-resizer/releases) | [Link](/zh-cn/bam-tech-react-native-image-resizer.md) | -| 148 | [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events) | 2.2.0 | No | [@react-native-oh-tpl/react-native-calendar-events](https://github.com/react-native-oh-library/react-native-calendar-events/releases) | [Link](/zh-cn/react-native-calendar-events.md) | -| 149 | [react-native-fileupload](https://github.com/PhilippKrone/react-native-fileupload) | 1.1.0 | No | [@react-native-oh-tpl/react-native-fileupload](https://github.com/react-native-oh-library/react-native-fileupload/releases) | [Link](/zh-cn/react-native-fileupload.md) | -| 150 | [react-native-flexi-radio-button](https://github.com/thegamenicorus/react-native-flexi-radio-button) | 0.2.1 | - | \- | [Link](/zh-cn/react-native-flexi-radio-button.md) | -| 151 | [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings) | 5.0.1 | - | \- | [Link](/zh-cn/react-native-root-siblings.md) | -| 152 | [react-native-root-modal](https://github.com/magicismight/react-native-root-modal) | 5.0.0 | - | [@react-native-oh-tpl/react-native-root-modal](https://github.com/react-native-oh-library/react-native-root-modal/releases) | [Link](/zh-cn/react-native-root-modal.md) | -| 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro/releases) | [Link](/zh-cn/react-native-switch-pro.md) | -| 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | [Link](/zh-cn/react-native-drop-shadow.md) | -| 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) | [Link](/zh-cn/react-native-nested-scroll-view.md) | -| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | Yes | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push/releases) | [Link](/zh-cn/react-native-code-push.md) | -| 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module/releases) | [Link](/zh-cn/react-native-safe-module.md) | -| 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | No | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage/releases) | [Link](/zh-cn/react-native-sqlite-storage.md) | -| 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | No | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient/releases) | [Link](/zh-cn/react-native-text-gradient.md) | -| 160 | [react-native-bindingx](https://github.com/alibaba/bindingx) | 1.0.3 | No | [@react-native-oh-tpl/react-native-bindingx](https://github.com/react-native-oh-library/react-native-bindingx/releases) | [Link](/zh-cn/react-native-bindingx.md) | -| 161 | [react-native-cardview](https://github.com/Kishanjvaghela/react-native-cardview) | 2.0.3 | No | [@react-native-oh-tpl/react-native-cardview](https://github.com/react-native-oh-library/react-native-cardview/releases) | [Link](/zh-cn/react-native-cardview.md) | -| 162 | [react-native-largelist](https://github.com/bolan9999/react-native-largelist) | 3.1.0-rc.2 | \- | [@react-native-oh-tpl/react-native-largelist](https://github.com/react-native-oh-library/react-native-largelist/releases) | [Link](/zh-cn/react-native-largelist.md) | -| 163 | [react-native-spring-scrollview](https://github.com/bolan9999/react-native-spring-scrollview/tree/master) | 2.0.22 | No | [@react-native-oh-tpl/react-native-spring-scrollview](https://github.com/react-native-oh-library/react-native-spring-scrollview/releases) | [Link](/zh-cn/react-native-spring-scrollview.md) | -| 164 | [react-native-color-matrix-image-filters](https://github.com/iyegoroff/react-native-color-matrix-image-filters) | 6.0.5 | Yes | [@react-native-oh-tpl/react-native-color-matrix-image-filters](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters/releases) | [Link](/zh-cn/react-native-color-matrix-image-filters.md) | -| 165 | [react-native-toast](https://github.com/remobile/react-native-toast/tree/master) | 1.0.7 | No | [@react-native-oh-tpl/react-native-toast](https://github.com/react-native-oh-library/react-native-toast/releases) | [Link](/zh-cn/remobile-react-native-toast.md) | -| 166 | [ react-native-syan-image-picker ](https://github.com/syanbo/react-native-syan-image-picker) | 0.5.3 | No | [@react-native-oh-tpl/react-native-syan-image-picker](https://github.com/react-native-oh-library/react-native-syan-image-picker/releases) | [Link](/zh-cn/react-native-syan-image-picker.md) | -| 167 | [react-native-amap-geolocation](https://github.com/qiuxiang/react-native-amap-geolocation) | 1.2.3 | No | [@react-native-oh-tpl/react-native-amap-geolocation](https://github.com/react-native-oh-library/react-native-amap-geolocation/releases) | [Link](/zh-cn/react-native-amap-geolocation.md) | -| 168 | [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) | 3.3.0 | No | [@react-native-oh-tpl/react-native-splash-screen](https://github.com/react-native-oh-library/react-native-splash-screen/releases) | [Link](/zh-cn/react-native-splash-screen.md) | -| 169 | [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map) | 1.0.37 | No | [@react-native-oh-tpl/react-native-baidu-map](https://github.com/react-native-oh-library/react-native-baidu-map/releases) | [Link](/zh-cn/react-native-baidu-map.md) | -| 170 | [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx) | 3.2.0 | No | [@react-native-oh-tpl/react-native-ble-plx](https://github.com/react-native-oh-library/react-native-ble-plx/releases) | [Link](/zh-cn/react-native-ble-plx.md) | -| 171 | [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) | 11.1.0 | No | [@react-native-oh-tpl/react-native-device-info](https://github.com/react-native-oh-library/react-native-device-info/releases) | [Link](/zh-cn/react-native-device-info.md) | -| 172 | [react-native-amap3d](https://github.com/qiuxiang/react-native-amap3d) | 3.2.4 | No | [@react-native-oh-tpl/react-native-amap3d](https://github.com/react-native-oh-library/react-native-amap3d/releases) | [Link](/zh-cn/react-native-amap3d.md) | -| 173 | [@itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview) | 1.1.7 | - | - | [Link](/zh-cn/react-native-scrollable-tabview.md) | -| 174 | [rneui](https://github.com/react-native-elements/react-native-elements) | 4.0.0-rc.8 | - | In Progress | In Progress | -| 175 | [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) | 3.5.1 | - | - | [Link](/zh-cn/react-native-root-toast.md) | -| 176 | [react-native-background-timer](https://github.com/ocetnik/react-native-background-timer) | 2.4.1 | No | [@react-native-oh-tpl/react-native-background-timer](https://github.com/react-native-oh-library/react-native-background-timer/releases) | [Link](/zh-cn/react-native-background-timer.md) | -| 177 | [react-native-htmlview](https://github.com/jsdf/react-native-htmlview) | 0.17.0 | - | - | [Link](/zh-cn/react-native-htmlview.md) | -| 178 | [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 1.5.1 | - | - | [Link](/zh-cn/react-native-spinkit.md) | -| 179 | [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) | 3.1.2 | - | - | [Link](/zh-cn/react-navigation-shared-element.md) | -| 180 | [react-native-switch-selector](https://github.com/App2Sales/react-native-switch-selector) | 2.1.4 | - | - | [Link](/zh-cn/react-native-switch-selector.md) | -| 181 | [@callstack/react-theme-provider](https://github.com/callstack/react-theme-provider) | 3.0.9 | - | - | [Link](/zh-cn/callstack-react-theme-provider.md) | -| 182 | [react-native-http-bridge](https://github.com/alwx/react-native-http-bridge) | 0.6.1 | Yes | [@react-native-oh-tpl/react-native-http-bridge](https://github.com/react-native-oh-library/react-native-http-bridge/releases) | [Link](/zh-cn/react-native-http-bridge.md) | -| 183 | [react-native-qr-decode-image-camera](https://github.com/deepanrajkumar/react-native-qr-decode-image-camera) | 1.1.3 | No | [@react-native-oh-tpl/react-native-qr-decode-image-camera](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera/releases) | [Link](/zh-cn/react-native-qr-decode-image-camera.md) | -| 184 | [react-native-touch-id](https://github.com/naoufal/react-native-touch-id) | 4.4.1 | No | [@react-native-oh-tpl/react-native-touch-id](https://github.com/react-native-oh-library/react-native-touch-id/releases) | [Link](/zh-cn/react-native-touch-id.md) | -| 185 | [react-native-animatable](https://github.com/oblador/react-native-animatable) | 1.4.0 | - | - | [Link](/zh-cn/react-native-animatable.md) | -| 186 | [react-native-modal](https://github.com/react-native-modal/react-native-modal) | 13.0.1 | - | [@react-native-oh-tpl/react-native-modal](https://github.com/react-native-oh-library/react-native-modal/releases) | [Link](/zh-cn/react-native-modal.md) | -| 187 | [react-native-collapsible](https://github.com/oblador/react-native-collapsible) | 1.6.1 | - | - | [Link](/zh-cn/react-native-collapsible.md) | -| 188 | [react-native-contacts](https://github.com/rt2zz/react-native-contacts) | 7.0.7 | No | - | [Link](/zh-cn/react-native-contacts.md) | -| 189 | [react-native-restart](https://github.com/avishayil/react-native-restart) | 0.0.27 | Yes | [@react-native-oh-tpl/react-native-restart](https://github.com/react-native-oh-library/react-native-restart/releases) | [Link](/zh-cn/react-native-restart.md) | -| 190 | [react-native-system-setting](https://github.com/c19354837/react-native-system-setting) | 1.7.6 | No | [@react-native-oh-tpl/react-native-system-setting](https://github.com/react-native-oh-library/react-native-system-setting/releases) | [Link](/zh-cn/react-native-system-setting.md) | -| 191 | [react-native-keep-awake](https://github.com/corbt/react-native-keep-awake) | 4.0.0 | No | [@react-native-oh-tpl/react-native-keep-awake](https://github.com/react-native-oh-library/react-native-keep-awake/releases) | [Link](/zh-cn/react-native-keep-awake.md) | -| 192 | [@react-native-community/hooks](https://github.com/react-native-community/hooks) | 3.0.0 | - | - |[Link](/zh-cn/react-native-community-hooks.md) | -| 193 | [react-navigation](https://github.com/react-navigation/react-navigation) | 6 | - | [@react-native-oh-tpl/react-navigation](https://github.com/react-native-oh-library/react-navigation/releases) | [Link](/zh-cn/react-navigation.md) | -| 194 | [react-native-default-preference](https://github.com/kevinresol/react-native-default-preference) | 1.4.4 | No | [@react-native-oh-tpl/react-native-default-preference](https://github.com/react-native-oh-library/react-native-default-preference/releases) | [Link](/zh-cn/react-native-default-preference.md) | -| 195 | [react-native-ble-manager](https://github.com/innoveit/react-native-ble-manager) | 11.5.5 | No | [@react-native-oh-tpl/react-native-ble-manager](https://github.com/react-native-oh-library/react-native-ble-manager/releases) | [Link](/zh-cn/react-native-ble-manager.md) | -| 196 | [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) | 6.0.0-alpha.9 | No | [@react-native-oh-tpl/react-native-sensitive-info](https://github.com/react-native-oh-library/react-native-sensitive-info/releases) | [Link](/zh-cn/react-native-sensitive-info.md) | -| 197 | [react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation) | 0.1.7 | - | - | [Link](/zh-cn/react-native-typing-animation.md) | -| 198 | [react-native-multi-slider](https://github.com/ptomasroos/react-native-multi-slider) | 2.2.2 | - | [@react-native-oh-tpl/react-native-multi-slider](https://github.com/react-native-oh-library/react-native-multi-slider/releases) | [Link](/zh-cn/react-native-multi-slider.md) | -| 199 | [react-native-orientation](https://github.com/yamill/react-native-orientation) | 3.1.3 | - | [@react-native-oh-tpl/react-native-orientation](https://github.com/react-native-oh-library/react-native-orientation/releases) | [Link](/zh-cn/react-native-orientation.md) | -| 200 | [rn-tourguide](https://github.com/xcarpentier/rn-tourguide) | 3.3.0 | - | [@react-native-oh-tpl/rn-tourguide](https://github.com/react-native-oh-library/rn-tourguide/releases) | [Link](/zh-cn/rn-tourguide.md) | -| 201 | [react-native-performance](https://github.com/oblador/react-native-performance/tree/master/packages/react-native-performance) | 5.1.2 | Yes | [@react-native-oh-tpl/react-native-performance](https://github.com/react-native-oh-library/react-native-performance/releases) | [Link](/zh-cn/react-native-performance.md) | -| 202 | [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | 12.5.1 | - | - | [Link](/zh-cn/react-native-testing-library.md) | -| 203 | [react-native-dropdown-picker](https://github.com/hossein-zare/react-native-dropdown-picker) | 5.4.6 | - | - | [Link](/zh-cn/react-native-dropdown-picker.md) | -| 204 | [react-native-shake](https://github.com/Doko-Demo-Doa/react-native-shake) | 5.6.2 | Yes | [@react-native-oh-tpl/react-native-shake ](https://github.com/react-native-oh-library/react-native-shake/releases) | [Link](/zh-cn/react-native-shake.md) | -| 205 | [react-native-material-dropdown](https://github.com/n4kz/react-native-material-dropdown) | 0.11.1 | - | [@react-native-oh-tpl/react-native-material-dropdown](https://github.com/react-native-oh-library/react-native-material-dropdown/releases) | [Link](/zh-cn/react-native-material-dropdown.md) | -| 206 | [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) | 9.2.0 | Yes | [@react-native-oh-tpl/react-native-document-picker](https://github.com/react-native-oh-library/document-picker/releases) | [Link](/zh-cn/react-native-document-picker.md) | -| 207 | [react-native-fingerprint-scanner](https://github.com/hieuvp/react-native-fingerprint-scanner) | 6.0.0 | No | [@react-native-oh-tpl/react-native-fingerprint-scanner](https://github.com/react-native-oh-library/react-native-fingerprint-scanner/releases) | [Link](/zh-cn/react-native-fingerprint-scanner.md) | -| 208 | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | 1.11.0 | No | [@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values/releases) | [Link](/zh-cn/react-native-get-random-values.md) | -| 209 | [native-base](https://github.com/GeekyAnts/NativeBase) | 3.4.28 | - | [@react-native-oh-tpl/native-base](https://github.com/react-native-oh-library/NativeBase) | [Link](/zh-cn/NativeBase.md) | -| 210 | [react-native-orientation-locker](https://github.com/wonday/react-native-orientation-locker) | 1.7.0 | No | [@react-native-oh-library/react-native-orientation-locker](https://github.com/react-native-oh-library/react-native-orientation-locker/releases) | [Link](/zh-cn/react-native-orientation-locker.md) | -| 211 | [react-native-ssl-pinning](https://github.com/MaxToyberman/react-native-ssl-pinning) | 1.5.7 | - | [@react-native-oh-tpl/react-native-ssl-pinning](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | [Link](/zh-cn/react-native-ssl-pinning.md) | -| 212 | [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | 6.1.1 | Yes | [@react-native-oh-tpl/react-native-bootsplash](https://github.com/react-native-oh-library/react-native-bootsplash/releases) | [Link](/zh-cn/react-native-bootsplash.md) | -| 213 | [react-native-size-matters](https://github.com/nirsky/react-native-size-matters) | 0.4.2 | No | - | [Link](/zh-cn/react-native-size-matters.md) | -| 214 | [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) | 2.4.0 | - | In Progress | In Progress | -| 215 | [parse](https://github.com/parse-community/Parse-SDK-JS) | 5.3.0-beta.1 | - | - | [Link](/zh-cn/Parse-SDK-JS.md) | -| 216 | [react-native-shadow-2](https://github.com/SrBrahma/react-native-shadow-2) | 7.0.8 | - | - | [Link](/zh-cn/react-native-shadow-2.md) | -| 217 | [@shopify/restyle](https://github.com/Shopify/restyle) | 2.4.2 | - | - | [Link](/zh-cn/Shopify-restyle.md) | -| 218 | [nativewind](https://github.com/marklawlor/nativewind/tree/main/packages/nativewind) | 2.0.11 | - | [@react-native-oh-tpl/nativewind](https://github.com/react-native-oh-library/nativewind/releases) | [Link](/zh-cn/nativewind.md) | -| 219 | [react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal) | 2.0.0 | - | [@react-native-oh-tpl/react-native-country-picker-modal](https://github.com/react-native-oh-library/react-native-country-picker-modal/releases) | [Link](/zh-cn/react-native-country-picker-modal.md) | -| 220 | [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback) | 2.2.0 | Yes | [@react-native-oh-tpl/react-native-haptic-feedback](https://github.com/react-native-oh-library/react-native-haptic-feedback/releases) | [Link](/zh-cn/react-native-haptic-feedback.md) | -| 221 | [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | 2.0.0 | - | - | [Link](/zh-cn/react-native-url-polyfill.md) | -| 222 | [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder) | 2.0.8 | No | - | [Link](/zh-cn/react-native-shimmer-placeholder.md) | -| 223 | [react-native-flash-message](https://github.com/lucasferreira/react-native-flash-message) | 0.4.2 | - | - | [Link](/zh-cn/react-native-flash-message.md) | -| 224 | [react-native-ratings](https://github.com/Monte9/react-native-ratings) | 8.1.0 | - | - | [Link](/zh-cn/react-native-ratings.md) | -| 225 | [react-native-dropdownalert](https://github.com/testshallpass/react-native-dropdownalert) | 5.1.0 | No | [@react-native-oh-tpl/react-native-dropdownalert](https://github.com/react-native-oh-library/react-native-dropdownalert/releases) | [Link](/zh-cn/react-native-dropdownalert.md) | -| 226 | [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | 2.12.1 | - | - | [Link](/zh-cn/react-native-element-dropdown.md) -| 227 | [react-native-easy-grid](https://github.com/GeekyAnts/react-native-easy-grid) | 0.2.2 | - | - | [Link](/zh-cn/react-native-easy-grid.md) | -| 228 | [react-native-offline](https://github.com/rgommezz/react-native-offline) | 6.0.2 | - | - | [Link](/zh-cn/react-native-offline.md) | -| 229 | [react-native-material-ui](https://github.com/xotahal/react-native-material-ui) | 1.30.1 | - | [@react-native-oh-tpl/react-native-material-ui](https://github.com/react-native-oh-library/react-native-material-ui/releases) | [Link](/zh-cn/react-native-material-ui.md) | -| 230 | [react-native-credit-card-input](https://github.com/sbycrosz/react-native-credit-card-input) | 0.4.1 | - | [@react-native-oh-tpl/react-native-credit-card-input](https://github.com/react-native-oh-library/react-native-credit-card-input) | [Link](/zh-cn/react-native-credit-card-input.md) | -| 231 | [react-native-crypto](https://github.com/tradle/react-native-crypto) | 2.2.0 | - | - | [Link](/zh-cn/react-native-crypto.md) | -| 232 | [react-native-unistyles](https://github.com/jpudysz/react-native-unistyles) | 2.7.2 | No | [@react-native-oh-tpl/react-native-unistyles](https://github.com/react-native-oh-library/react-native-unistyles/releases) | [Link](/zh-cn/react-native-unistyles.md) | -| 233 | [react-native-signature-capture](https://github.com/RepairShopr/react-native-signature-capture) | 0.4.11 | No | [@react-native-oh-tpl/react-native-signature-capture](https://github.com/react-native-oh-library/react-native-signature-capture/releases) | [Link](/zh-cn/react-native-signature-capture.md) | -| 234 | [react-native-deck-swiper](https://github.com/alexbrillant/react-native-deck-swiper) | 2.0.17 | - | - | [Link](/zh-cn/react-native-deck-swiper.md) | -| 235 | [react-native-autocomplete-dropdown](https://github.com/onmotion/react-native-autocomplete-dropdown) | 4.0.0-rc.5 | - | - | [Link](/zh-cn/react-native-autocomplete-dropdown.md) | -| 236 | [@klarna/react-native-vector-drawable](https://github.com/klarna-incubator/react-native-vector-drawable) | 0.5.1 | Yes | [@react-native-oh-library/react-native-vector-drawable](https://github.com/react-native-oh-library/react-native-vector-drawable) | [Link](/zh-cn/react-native-vector-drawable.md) | -| 237 | [react-native-material-buttons](https://github.com/n4kz/react-native-material-buttons) | 0.6.0 | No | [@react-native-oh-tpl/react-native-material-buttons](https://github.com/react-native-oh-library/react-native-material-buttons/releases) | [Link](/zh-cn/react-native-material-buttons.md) | -| 238 | [@expo/react-native-action-sheet](https://github.com/expo/react-native-action-sheet) | 4.0.1 | - | - | [Link](/zh-cn/react-native-action-sheet.md) | -| 239 | [react-native-communications](https://github.com/davebeehively/react-native-communications) | 2.2.1 | - | - | [Link](/zh-cn/react-native-communications.md) | -| 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | [Link](/zh-cn/react-native-lightbox.md) | -| 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | No | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail/releases) | [Link](/zh-cn/react-native-create-thumbnail.md) | -| 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | [Link](/zh-cn/react-native-paper.md) | -| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker/releases) | [Link](/zh-cn/react-native-picker.md) | -| 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | Yes | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element/releases) | [Link](/zh-cn/react-native-shared-element.md) | -| 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [Link](/zh-cn/gorhom-bottom-sheet.md) | -| 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | No | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage/releases) | [Link](/zh-cn/react-native-mmkv-storage.md) | -| 247 | [react-native-ui-lib](https://github.com/wix/react-native-ui-lib) | 7.0.0 | - | [@react-native-oh-tpl/react-native-ui-lib](https://github.com/react-native-oh-library/react-native-ui-lib/releases) | [Link](/zh-cn/react-native-ui-lib.md) | -| 248 | [react-native-skia](https://github.com/Shopify/react-native-skia) | 1.3.7 | Yes | [@react-native-oh-tpl/react-native-skia](https://github.com/react-native-oh-library/react-native-skia) | [Link](/zh-cn/react-native-skia.md) | -| 249 | [react-native-print](https://github.com/christopherdro/react-native-print) | 0.10.0 | No | [@react-native-oh-tpl/react-native-print](https://github.com/react-native-oh-library/react-native-print/releases) |[Link](/zh-cn/react-native-print.md) | -| 250 | [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) | 3.7.0 | No | [@react-native-oh-tpl/react-native-inappbrowser-reborn](https://github.com/react-native-oh-library/react-native-inappbrowser/releases) | [Link](/zh-cn/react-native-inappbrowser.md) | -| 251 | [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) | 9.2.0 | - | [@react-native-oh-tpl/react-native-picker-select](https://github.com/react-native-oh-library/react-native-picker-select) | [Link](/zh-cn/react-native-picker-select.md) | -| 252 | [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | 4.1.1 | Yes | [@react-native-oh-tpl/react-native-track-player](https://github.com/react-native-oh-library/react-native-track-player/releases) | [Link](/zh-cn/react-native-track-player.md) | -| 253 | [@invertase/react-native-apple-authentication](https://github.com/invertase/react-native-apple-authentication) | 2.3.0 | No | [@react-native-oh-tpl/react-native-apple-authentication](https://github.com/react-native-oh-library/react-native-apple-authentication/releases) | [Link](/zh-cn/react-native-apple-authentication.md) | -| 254 | [react-native-storage](https://github.com/sunnylqm/react-native-storage) | 1.0.1 | - | - | [Link](/zh-cn/react-native-storage.md) | -| 255 | [react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit) | 13.0.0 | Yes | [@react-native-oh-tpl/react-native-camera-kit](https://github.com/react-native-oh-library/react-native-camera-kit/releases) | [Link](/zh-cn/react-native-camera-kit.md) | -| 256 | [react-native-nfc-manager](https://github.com/revtel/react-native-nfc-manager) | 3.15.1 | Yes | [@react-native-oh-tpl/react-native-nfc-manager](https://github.com/react-native-oh-library/react-native-nfc-manager/releases) | [Link](/zh-cn/react-native-nfc-manager.md) | -| 257 | [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash) | 2.0.3 | Yes | [@react-native-oh-tpl/react-native-blurhash](https://github.com/react-native-oh-library/react-native-blurhash/releases) | [Link](/zh-cn/react-native-blurhash.md) | -| 258 | [react-native-text-input-mask](https://github.com/react-native-text-input-mask/react-native-text-input-mask) | 3.1.5 | No | [@react-native-oh-tpl/react-native-text-input-mask](https://github.com/react-native-oh-library/react-native-text-input-mask/releases) | [Link](/zh-cn/react-native-text-input-mask.md) | -| 259 | [realm-js](https://github.com/realm/realm-js) | 0.10.0 | - | [@react-native-oh-tpl/realm-js](https://github.com/react-native-oh-library/realm-js/releases) | [Link](/zh-cn/realm-js.md) | -| 260 | [react-native-charts-wrapper](https://github.com/wuxudong/react-native-charts-wrapper) | 0.6.0 | No | [@react-native-oh-tpl/react-native-charts-wrapper](https://github.com/react-native-oh-library/react-native-charts-wrapper/releases) | [Link](/zh-cn/react-native-charts-wrapper.md) | -| 261 | [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | 1.12.6 | Yes |[@react-native-oh-tpl/react-native-keyboard-controller](https://github.com/react-native-oh-library/react-native-keyboard-controller/releases) | [Link](/zh-cn/react-native-keyboard-controller.md) | -| 262 | [react-native-config](https://github.com/lugg/react-native-config) | 1.5.3 | - | [@react-native-oh-library/react-native-config](https://github.com/react-native-oh-library/react-native-config/releases) | [Link](/zh-cn/react-native-config.md) | -| 263 | [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) | 2.8.1 | - | - | [Link](/zh-cn/react-native-video-controls.md) | -| 264 | [react-native-waterflow-list](https://github.com/ZakZheng/react-native-waterflow-list) | 1.2.3 | - | - | [Link](/zh-cn/react-native-waterflow-list.md) | -| 265 | [react-native-context-menu-view](https://github.com/mpiannucci/react-native-context-menu-view) | 1.16.0 | No | [@react-native-oh-tpl/react-native-context-menu-view](https://github.com/react-native-oh-library/react-native-context-menu-view) | [Link](/zh-cn/react-native-context-menu-view.md) | -| 266 | [react-native-view-pdf](https://github.com/rumax/react-native-PDFView) | 0.14.0 | No | [@react-native-oh-tpl/react-native-view-pdf](https://github.com/react-native-oh-library/react-native-PDFView/releases) | [Link](/zh-cn/react-native-view-pdf.md) | -| 267 | [react-native-hole-view](https://github.com/ibitcy/react-native-hole-view) | 3.0.0-alpha4 | Yes | [@react-native-oh-tpl/react-native-hole-view](https://github.com/react-native-oh-library/react-native-hole-view/releases) | [Link](/zh-cn/react-native-hole-view.md) | -| 268 | [react-native-material-textfield](https://github.com/n4kz/react-native-material-textfield) | 0.16.1 | - | [@react-native-oh-tpl/react-native-material-textfield](https://github.com/react-native-oh-library/react-native-material-textfield/releases) | [Link](/zh-cn/react-native-material-textfield.md) | -| 269 | [react-native-iphone-screen-helper](https://github.com/chlee1001/react-native-iphone-screen-helper) | 2.1.1 | - | [@react-native-oh-tpl/react-native-iphone-screen-helper](https://github.com/react-native-oh-library/react-native-iphone-screen-helper/releases) | [Link](/zh-cn/react-native-iphone-screen-helper.md) | -| 270 | [@freakycoder/react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable) | 1.0.3 | - | - | [Link](/zh-cn/freakycoder-react-native-bounceable.md) | -| 271 | [react-native-material-design-styles](https://github.com/binggg/react-native-material-design-styles) | 0.2.7 | - | - | [Link](/zh-cn/react-native-material-design-styles.md) | -| 272 | [react-native-flip-card](https://github.com/moschan/react-native-flip-card) | 3.5.7 | - | - | [Link](/zh-cn/react-native-flip-card.md) | -| 273 | [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes) | 3.6.1 | No | [@react-native-oh-tpl/react-native-randombytes](https://github.com/react-native-oh-library/react-native-randombytes/releases) | [Link](/zh-cn/react-native-randombytes.md) | -| 274 | [react-native-view-overflow](https://github.com/entria/react-native-view-overflow) | 0.0.5 | Yes | [@react-native-oh-tpl/react-native-view-overflow](https://github.com/react-native-oh-library/react-native-view-overflow/releases) | [Link](/zh-cn/react-native-view-overflow.md) | -| 275 | [react-native-masked-text](https://github.com/benhurott/react-native-masked-text) | 1.13.0 | - | - | [Link](/zh-cn/react-native-masked-text.md) | -| 276 | [reassure](https://github.com/callstack/reassure) | 1.0.0 | - | In Progress | In Progress | -| 277 | [react-native-bouncy-checkbox](https://github.com/WrathChaos/react-native-bouncy-checkbox) | 4.0.1 | - | - | [Link](/zh-cn/react-native-bouncy-checkbox.md) | -| 278 | [react-native-parsed-text](https://github.com/taskrabbit/react-native-parsed-text) | 0.0.22 | - | - | [Link](/zh-cn/react-native-parsed-text.md) | -| 279 | [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) | 3.0.1 | - | - | [Link](/zh-cn/react-native-loading-spinner-overlay.md) | -| 280 | [voice](https://github.com/react-native-voice/voice) | 3.2.4 | No | In Progress | In Progress | -| 281 | [react-native-hyperlink](https://github.com/obipawan/react-native-hyperlink) | 0.0.22 | - | - | [Link](/zh-cn/react-native-hyperlink.md) | -| 282 | [react-native-email-link](https://github.com/flexible-agency/react-native-email-link) | 1.15.0 | Yes | [@react-native-oh-tpl/react-native-email-link](https://github.com/react-native-oh-library/react-native-email-link/releases) | [Link](/zh-cn/react-native-email-link.md) | -| 283 | [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) | 5.4.0 | - | - | [Link](/zh-cn/react-native-autocomplete-input.md) | -| 284 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | - | [@react-native-oh-tpl/react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) |[Link](/zh-cn/react-native-image-zoom-viewer.md) | -| 285 | [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) | 4.2.5 | No | In Progress | In Progress | -| 286 | [react-native-step-indicator](https://github.com/24ark/react-native-step-indicator) | 1.0.3 | - | - | [Link](/zh-cn/react-native-step-indicator.md) | -| 287 | [react-native-textinput-maxlength-fixed](https://github.com/2017398956/react-native-textinput-maxlength-fixed) | 0.1.2 | - | [@react-native-oh-tpl/react-native-textinput-maxlength-fixed](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed/releases) | [Link](/zh-cn/react-native-textinput-maxlength-fixed.md) | -| 288 | [react-native-walkthrough-tooltip](https://github.com/CompanyCam/react-native-walkthrough-tooltip) | 1.6.0 | - | In Progress | In Progress | -| 289 | [react-native-autolink](https://github.com/joshswan/react-native-autolink) | 4.2.0 | - | - | [Link](/zh-cn/react-native-autoLink.md) | -| 290 | [react-native-indicators](https://github.com/n4kz/react-native-indicators) | 0.17.0 | - | - | [Link](/zh-cn/react-native-indicators.md) | -| 291 | [react-native-material-ripple](https://github.com/n4kz/react-native-material-ripple) | 0.9.1 | - | In Progress | In Progress | -| 292 | [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) | 1.2.4 | - | - | [Link](/zh-cn/react-native-error-boundary.md) | -| 293 | [@react-native-community/audio-toolkit](https://github.com/react-native-audio-toolkit/react-native-audio-toolkit) | 2.0.3 | - | [@react-native-oh-tpl/audio-toolkit](https://github.com/react-native-oh-library/react-native-audio-toolkit/releases) | [Link](/zh-cn/react-native-audio-toolkit.md) | -| 294 | [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts) | 5.3.0 | - | [@react-native-oh-tpl/react-native-svg-charts](https://github.com/react-native-oh-library/react-native-svg-charts/releases) | [Link](/zh-cn/react-native-svg-charts.md) | -| 295 | [react-native-file-viewer](https://github.com/vinzscam/react-native-file-viewer) | 2.1.5 | No | [@react-native-oh-tpl/react-native-file-viewer](https://github.com/react-native-oh-library/react-native-file-viewer/releases) | [Link](/zh-cn/react-native-file-viewer.md) | -| 296 | [react-native-responsive-fontSize](https://github.com/heyman333/react-native-responsive-fontsize) | 0.5.1 | - | - | [Link](/zh-cn/react-native-responsive-fontsize.md) | -| 297 | [react-native-button](https://github.com/ide/react-native-button) | 3.1.0 | - | - | [Link](/zh-cn/react-native-button.md) | -| 298 | [react-native-typography](https://github.com/hectahertz/react-native-typography) | 1.4.1 | - | In Progress | In Progress | -| 299 | [react-native-image-colors](https://github.com/osamaqarem/react-native-image-colors) | 2.4.0 | No | [@react-native-oh-tpl/react-native-image-colors](https://github.com/react-native-oh-library/react-native-image-colors/releases) | [Link](/zh-cn/react-native-image-colors.md) | -| 300 | [react-content-loader](https://github.com/danilowoz/react-content-loader) | 7.0.2 | - | [@react-native-oh-tpl/react-content-loader](https://github.com/react-native-oh-library/react-content-loader/releases) | [Link](/zh-cn/react-content-loader.md) | -| 301 | [react-native-snackbar](https://github.com/cooperka/react-native-snackbar) | 2.7.1 | No | In Progress | In Progress | -| 302 | [react-native-maps-directions](https://github.com/bramus/react-native-maps-directions) | 1.9.0 | - | In Progress | In Progress | -| 303 | [react-native-reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet) | 1.0.0-alpha.22 | - | [@react-native-oh-tpl/react-native-reanimated-bottom-sheet](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet/releases) | [Link](/zh-cn/react-native-reanimated-bottom-sheet.md) | -| 304 | [react-native-image-marker](https://github.com/JimmyDaddy/react-native-image-marker) | 1.2.6 | No | In Progress | In Progress | -| 305 | [react-native-audio-recorder-player](https://github.com/dooboolab/react-native-audio-recorder-player) | 3.6.10 | Yes |[@react-native-oh-tpl/react-native-audio-recorder-player](https://github.com/react-native-oh-library/react-native-audio-recorder-player/releases) | [Link](/zh-cn/react-native-audio-recorder-player.md) | -| 306 | [react-native-map-clustering](https://github.com/venits/react-native-map-clustering) | 3.4.2 | - | In Progress | In Progress | -| 307 | [react-native-notifier](https://github.com/seniv/react-native-notifier) | 2.0.0 | - | In Progress | In Progress | -| 308 | [react-native-graph](https://github.com/margelo/react-native-graph) | 1.1.0 | - | In Progress | In Progress | -| 309 | [react-native-mask-text](https://github.com/akinncar/react-native-mask-text) | 0.14.2 | - | - | [Link](/zh-cn/react-native-mask-text.md) | -| 310 | [mixpanel-react-native](https://github.com/mixpanel/mixpanel-react-native) | 3.0.5 | No | In Progress | In Progress | -| 311 | [react-native-share](https://github.com/react-native-share/react-native-share) | 5.6.2 | Yes | In Progress | In Progress | -| 312 | [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | 1.4.26 | - | [@react-native-oh-tpl/react-native-gifted-charts](https://github.com/react-native-oh-library/react-native-gifted-charts/releases) | [Link](/zh-cn/react-native-gifted-charts.md) | -| 313 | [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) | 2.1.2 | No | In Progress | In Progress | -| 314 | [react-native-confetti-cannon](https://github.com/VincentCATILLON/react-native-confetti-cannon) | 1.5.2 | - | In Progress | In Progress | -| 315 | [react-native-mail](https://github.com/chirag04/react-native-mail) | 6.1.1 | No | In Progress | In Progress | -| 316 | [react-native-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/mobile) | 3.2.1 | - | In Progress | In Progress | -| 317 | [rn-sliding-up-panel](https://github.com/octopitus/rn-sliding-up-panel) | 2.4.6 | - | In Progress | In Progress | -| 318 | [react-native-tts](https://github.com/ak1394/react-native-tts) | 4.1.1 | Yes | [@react-native-oh-tpl/react-native-tts](https://github.com/react-native-oh-library/react-native-tts/releases) | [Link](/zh-cn/react-native-tts.md) | -| 319 | [react-navigation-header-buttons](https://github.com/vonovak/react-navigation-header-buttons) | 12.0.0 | - | In Progress | In Progress | -| 320 | [react-native-phone-number-input](https://github.com/garganurag893/react-native-phone-number-input) | 2.1.0 | - | In Progress | In Progress | -| 321 | [react-native-version-number](https://github.com/APSL/react-native-version-number) | 0.3.6 | No | In Progress | In Progress | -| 322 | [react-native-keyboard-accessory](https://github.com/ardaogulcan/react-native-keyboard-accessory) | 0.1.16 | - | In Progress | In Progress | -| 323 | [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl) | 41.1.0 | - | [@react-native-oh-tpl/victory-native-xl](https://github.com/react-native-oh-library/victory-native-xl/releases) | [Link](/zh-cn/victory-native-xl.md) | -| 324 | [react-native-swipe-gestures](https://github.com/glepur/react-native-swipe-gestures) | 1.0.5 | - | - | [Link](/zh-cn/react-native-swipe-gestures.md) | -| 325 | [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | 4.7.2 | Yes | - | [Link](/zh-cn/react-native-signature-canvas.md) | -| 326 | [react-native-sticky-parallax-header](https://github.com/netguru/sticky-parallax-header) | 1.0.0-rc.9 | - | In Progress | In Progress | -| 327 | [react-native-multiple-select](https://github.com/toystars/react-native-multiple-select) | 0.5.12 | - | - | [Link](/zh-cn/react-native-multiple-select.md) | -| 328 | [react-native-switch](https://github.com/shahen94/react-native-switch) | 1.5.1 | - | In Progress | In Progress | -| 329 | [react-native-material-menu](https://github.com/mxck/react-native-material-menu) | 2.0.0 | - | - | [Link](/zh-cn/react-native-material-menu.md) | -| 330 | [react-native-swipeable-list](https://github.com/esthor/react-native-swipeable-list) | 0.1.2 | - | - | [Link](/zh-cn/react-native-swipeable-list.md) | -| 331 | [galio-framework](https://github.com/galio-org/galio) | 0.8.0 | - | In Progress | In Progress | -| 332 | [react-native-incall-manager](https://github.com/react-native-webrtc/react-native-incall-manager) | 4.2.0 | No | [@react-native-oh-tpl/react-native-incall-manager](https://github.com/react-native-oh-library/react-native-incall-manager/releases) | [Link](/zh-cn/react-native-incall-manager.md) | -| 333 | [react-native-securerandom](https://github.com/rh389/react-native-securerandom) | 1.0.1 | No | [@react-native-oh-library/react-native-securerandom](https://github.com/react-native-oh-library/react-native-securerandom/releases) | [Link](/zh-cn/react-native-securerandom.md) | -| 334 | [react-native-tcp-socket](https://github.com/Rapsssito/react-native-tcp-socket) | 6.2.0 | No | In Progress | In Progress | -| 335 | [react-native-scroll-bottom-sheet](https://github.com/rgommezz/react-native-scroll-bottom-sheet) | 0.7.0 | - | In Progress | In Progress | -| 336 | [react-native-send-intent](https://github.com/lucasferreira/react-native-send-intent) | 1.3.0 | Yes | In Progress | In Progress | -| 337 | [react-native-copilot](https://github.com/mohebifar/react-native-copilot) | 3.3.2 | - | In Progress | In Progress | -| 338 | [react-native-awesome-gallery](https://github.com/Flair-Dev/react-native-awesome-gallery) | 0.4.2 | - | In Progress | In Progress | -| 339 | [react-navigation-bottom-sheet](https://github.com/th3rdwave/react-navigation-bottom-sheet) | 0.3.2 | - | In Progress | In Progress | -| 340 | [rn-emoji-keyboard](https://github.com/TheWidlarzGroup/rn-emoji-keyboard) | 1.7.0 | - | In Progress | In Progress | -| 341 | [react-native-chart-kit](https://github.com/indiespirit/react-native-chart-kit) | 6.12.0 | - | - | [Link](/zh-cn/react-native-chart-kit.md) | -| 342 | [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer) | 3.2.8 | - | In Progress | In Progress | -| 343 | [react-native-safe-modules](https://github.com/emilioicai/react-native-safe-modules) | 1.0.3 | - | In Progress | In Progress | -| 344 | [react-native-modals](https://github.com/jacklam718/react-native-modals) | 0.22.3 | - | - | [Link](/zh-cn/react-native-modals.md) | -| 345 | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | 1.0.1 | - | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill/releases) | [Link](/zh-cn/react-native-ohos-community-auto-fill.md) | -| 346 | [react-native-network-info](https://github.com/pusherman/react-native-network-info) | 5.2.1 | Yes | [@react-native-oh-tpl/react-native-network-info](https://github.com/react-native-oh-library/react-native-network-info/releases) | [Link](/zh-cn/react-native-network-info.md) | -| 347 | [react-native-udp](https://github.com/tradle/react-native-udp) | 4.1.7 | - | In Progress | In Progress | -| 348 | [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 2.0.0 | - | In Progress | In Progress | -| 349 | [react-native-dismiss-keyboard](https://github.com/DanielMSchmidt/react-native-dismiss-keyboard) | 1.0.0 | - | - | [Link](/zh-cn/react-native-dismiss-keyboard.md) | -| 350 | [react-native-file-access](https://github.com/alpha0010/react-native-file-access) | 3.1.0 | Yes | In Progress | In Progress | -| 351 | [react-native-compass-heading](https://github.com/firofame/react-native-compass-heading) | 1.2.0 | No | In Progress | In Progress | -| 352 | [react-native-bars](https://github.com/zoontek/react-native-bars) | 2.4.3 | Yes | In Progress | In Progress | -| 353 | [react-native-mlkit-ocr](https://github.com/agoldis/react-native-mlkit-ocr) | 0.3.0 | Yes | [@react-native-oh-tpl/react-native-mlkit-ocr](https://github.com/react-native-oh-library/react-native-mlkit-ocr/releases) | [Link](/zh-cn/react-native-mlkit-ocr.md) | -| 354 | [react-native-screenshot-prevent](https://github.com/killserver/react-native-screenshot-prevent) | 1.2.1 | Yes | In Progress | In Progress | -| 355 | [react-native-drax](https://github.com/nuclearpasta/react-native-drax) | 0.10.3 | - | [@react-native-oh-tpl/react-native-drax](https://github.com/react-native-oh-library/react-native-drax) | [Link](/zh-cn/react-native-drax.md) | -| 356 | [@op-engineering/op-sqlite](https://github.com/OP-Engineering/op-sqlite) | 8.0.2 | Yes | [@react-native-oh-tpl/op-sqlite](https://github.com/react-native-oh-library/op-sqlite/releases) | [Link](/en/op-engineering-op-sqlite.md) | -| 357 | [react-native-theme-switch-animation](https://github.com/WadhahEssam/react-native-theme-switch-animation) | 0.6.0 | Yes | In Progress | In Progress | -| 358 | [react-native-keys](https://github.com/numandev1/react-native-keys) | 0.7.10 | Yes | [@react-native-oh-library/react-native-keys](https://github.com/react-native-oh-library/react-native-keys/releases) | [Link](/zh-cn/react-native-keys.md) | -| 359 | [react-native-theme-control](https://github.com/vonovak/react-native-theme-control) | 6.0.0 | No | In Progress | In Progress | -| 360 | [@baronha/ting](https://github.com/baronha/ting) | 1.2.1 | Yes | In Progress | In Progress | -| 361 | [react-native-localization-settings](https://github.com/jakex7/react-native-localization-settings) | 1.0.2 | Yes | In Progress | In Progress | -| 362 | [@klarna/platform-colors](https://github.com/klarna-incubator/platform-colors) | 0.4.0 | Yes | In Progress | In Progress | -| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder/releases) | [Link](/zh-cn/react-native-barcode-builder.md) | -| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | No | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows/releases) | [Link](/zh-cn/react-native-neomorph-shadows.md) | -| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | [Link](/zh-cn/ant-design-react-native.md) | -| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | yes | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens/releases) | [Link](/zh-cn/react-native-oh-tpl-react-native-screens.md) | +| NO. | Source Library Name | Original Library Baseline Version | New Architecture Supported in Source Library | HarmonyOS library name | npm publishing address | Documentation Link | +| ---- | ------------------ | -------------- | ------------------ | ----------------- | ---------------- | ------------ | +| 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | Yes | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/async-storage) | [Link](/zh-cn/react-native-async-storage-async-storage.md) | +| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | Yes | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [Link](/zh-cn/react-native-cameraroll.md) | +| 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | Yes | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/clipboard) | [Link](/zh-cn/react-native-clipboard-clipboard.md) | +| 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | Yes | [@react-native-oh-tpl/blur](https://github.com/react-native-oh-library/react-native-blur) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/blur) | [Link](/zh-cn/react-native-community-blur.md) | +| 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | No | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox) | [npm Link](https://www.npmjs.com/package/react-native-check-box) | [Link](/zh-cn/react-native-community-checkbox.md) | +| 6 | [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | 7.6.2 | Yes | [@react-native-oh-tpl/datetimepicker](https://github.com/react-native-oh-library/datetimepicker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/datetimepicker) | [Link](/zh-cn/react-native-community-datetimepicker.md) | +| 7 | [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) | 3.1.0 | Yes | [@react-native-oh-tpl/geolocation](https://github.com/react-native-oh-library/react-native-geolocation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/geolocation) | [Link](/zh-cn/react-native-community-geolocation.md) | +| 8 | [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | 11.1.0 | Yes | [@react-native-oh-tpl/netinfo](https://github.com/react-native-oh-library/react-native-netinfo) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/netinfo) | [Link](/zh-cn/react-native-community-netinfo.md) | +| 9 | [@react-native-community/progress-bar-android](https://github.com/react-native-progress-view/progress-bar-android) | 1.0.4 | Yes | [@react-native-oh-tpl/progress-bar-android](https://github.com/react-native-oh-library/progress-bar-android) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/progress-bar-android) | [Link](/zh-cn/react-native-community-progress-bar-android.md) | +| 10 | [@react-native-community/progress-view](https://github.com/react-native-progress-view/progress-view) | 1.4.2 | Yes | [@react-native-oh-tpl/progress-view](https://github.com/react-native-oh-library/progress-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/progress-view) | [Link](/zh-cn/react-native-community-progress-view.md) | +| 11 | [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) | 1.11.0 | No | [@react-native-oh-tpl/push-notification-ios](https://github.com/react-native-oh-library/react-native-push-notification-ios) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/push-notification-ios) | [Link](/zh-cn/react-native-community-push-notification-ios.md) | +| 12 | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | 4.4.3 | Yes | [@react-native-oh-tpl/slider](https://github.com/react-native-oh-library/react-native-slider) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/slider) | [Link](/zh-cn/react-native-community-slider.md) | +| 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | Yes | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/toolbar-android) | [Link](/zh-cn/react-native-community-toolbar-android.md) | +| 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | No | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/cookies) | [Link](/zh-cn/react-native-cookies-cookies.md) | +| 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | No | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/masked-view) | [Link](/zh-cn/react-native-masked-view-masked-view.md) | +| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | Yes | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [Link](/zh-cn/react-native-picker-picker.md) | +| 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | No | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/segmented-control) | [Link](/zh-cn/react-native-community-segmented-control.md) | +| 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | \- | [Link](/zh-cn/react-navigation-bottom-tabs.md) | +| 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/elements) | [Link](/zh-cn/react-navigation-elements.md) | +| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | \- | [Link](/zh-cn/react-navigation-native.md) | +| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | \- | [Link](/zh-cn/react-navigation-stack.md) | +| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | No | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/flash-list) | [Link](/zh-cn/shopify-flash-list.md) | +| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | No | In Progress | In Progress | In Progress | +| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | No | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | [npm Link](https://www.npmjs.com/package/@react-native-ohos/react-native-wechat-lib) | [Link](/zh-cn/react-native-wechat-lib.md) | +| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | No | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/jpush-react-native) | [Link](/zh-cn/jpush-react-native.md) | +| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | No | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localization) | [Link](/zh-cn/react-native-localization.md) | +| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | No | In Progress | In Progress | In Progress | +| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | No | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/rn-bugly) | [Link](/zh-cn/rn-bugly.md) | +| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | No | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-custom-keyboard) | [Link](/zh-cn/react-native-custom-keyboard.md) | +| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | \- | [Link](/zh-cn/react-native-slider.md) | +| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | No | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-thumbnail) | [Link](/zh-cn/react-native-thumbnail.md) | +| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-doc-viewer) | [Link](/zh-cn/react-native-doc-viewer.md) | +| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | No | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-alipay) | [Link](/zh-cn/react-native-alipay.md) | +| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | No | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-rotate) | [Link](/zh-cn/react-native-image-rotate.md) | +| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | Yes | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/lottie-react-native) | [Link](/zh-cn/lottie-react-native.md) | +| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | No | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-user-agent) | [Link](/zh-cn/react-native-user-agent.md) | +| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | No | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-idfa-aaid) | [Link](/zh-cn/react-native-idfa-aaid.md) | +| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | No | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-selector) | [Link](/zh-cn/react-native-file-selector.md) | +| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | Yes | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exit-app) | [Link](/zh-cn/react-native-exit-app.md) | +| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | - | [Link](/zh-cn/react-native-calendars.md) | +| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-navigator) | [Link](/zh-cn/react-native-tab-navigator.md) | +| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-qrcode) | [Link](/zh-cn/react-native-QRCode.md) | +| 43 | [react-native-pickers](https://github.com/iberHK/react-native-picker) | 2.0.0 | - | - | - | [Link](/zh-cn/react-native-pickers.md) | +| 44 | [react-native-video-cache](https://github.com/zhigang1992/react-native-video-cache) | 2.7.1 | - | [@react-native-oh-tpl/react-native-video-cache](https://github.com/react-native-oh-library/react-native-video-cache) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video-cache) | [Link](/zh-cn/react-native-video-cache.md) | +| 45 | [react-native-action-button](https://github.com/mastermoo/react-native-action-button) | 2.8.5 | \- | \- | \- | [Link](/zh-cn/react-native-action-button.md) | +| 46 | [react-native-animate-number](https://github.com/wkh237/react-native-animate-number) | 0.1.2 | \- | \- | \- | [Link](/zh-cn/react-native-animate-number.md) | +| 47 | [react-native-aria](https://github.com/gluestack/react-native-aria/) | 0.2.3 | \- | \- | \- | [Link](/zh-cn/react-native-aria.md) | +| 48 | [react-native-autoheight-webview](https://github.com/iou90/react-native-autoheight-webview) | 1.6.5 | \- | [@react-native-oh-tpl/react-native-autoheight-webview](https://github.com/react-native-oh-library/react-native-autoheight-webview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-autoheight-webview) | [Link](/zh-cn/react-native-autoheight-webview.md) | +| 49 | [react-native-base64](https://github.com/eranbo/react-native-base64) | 0.2.1 | \- | \- | \- | [Link](/zh-cn/react-native-base64.md) | +| 50 | [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | 0.19.6 | Yes | [@react-native-oh-tpl/react-native-blob-util](https://github.com/react-native-oh-library/react-native-blob-util) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-blob-util) | [Link](/zh-cn/react-native-blob-util.md) | +| 51 | [react-native-canvas](https://github.com/iddan/react-native-canvas) | 0.1.39 | \- | \- | \- | [Link](/zh-cn/react-native-canvas.md) | +| 52 | [react-native-check-box](https://github.com/crazycodeboy/react-native-check-box) | 2.1.0 | \- | \- | \- | [Link](/zh-cn/react-native-check-box.md) | +| 53 | [react-native-confirmation-code-field](https://github.com/retyui/react-native-confirmation-code-field) | 7.4.0 | \- | \- | \- | [Link](/zh-cn/react-native-confirmation-code-field.md) | +| 54 | [react-native-crypto-js](https://github.com/imchintan/react-native-crypto-js) | 1.0.0 | \- | \- | \- | [Link](/zh-cn/react-native-crypto-js.md) | +| 55 | [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) | 3.4.9 | \- | \- | \- | [Link](/zh-cn/react-native-dotenv.md) | +| 56 | [react-native-drag-sort](https://github.com/mochixuan/react-native-drag-sort) | 2.4.4 |No | [@react-native-oh-tpl/react-native-drag-sort](https://github.com/react-native-oh-library/react-native-drag-sort) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-drag-sort) | [Link](/zh-cn/react-native-drag-sort.md) | +| 57 | [react-native-drawer-layout-polyfill](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 2.0.0 | \- | \- | \- | [Link](/zh-cn/react-native-drawer-layout-polyfill.md) | +| 58 | [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) | 1.9.1 | \- | \- | \- | [Link](/zh-cn/react-native-echarts-pro.md) | +| 59 | [react-native-exception-handler](https://github.com/a7ul/react-native-exception-handler) | 2.10.10 | No | [@react-native-oh-tpl/react-native-exception-handler](https://github.com/react-native-oh-library/react-native-exception-handler) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exception-handler) | [Link](/zh-cn/react-native-exception-handler.md) | +| 60 | [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) | 8.6.3 | No | [@react-native-oh-tpl/react-native-fast-image](https://github.com/react-native-oh-library/react-native-fast-image) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fast-image) | [Link](/zh-cn/react-native-fast-image.md) | +| 61 | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | 1.5.5 | \- | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | [npm Link](https://www.npmjs.com/package/react-native-fit-image) | [Link](/zh-cn/react-native-fit-Image.md) | +| 62 | [react-native-fs](https://github.com/itinance/react-native-fs) | 2.20.0 | Yes | [@react-native-oh-tpl/react-native-fs](https://github.com/react-native-oh-library/react-native-fs) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fs) | [Link](/zh-cn/react-native-fs.md) | +| 63 | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | 2.14.1 | No | [@react-native-oh-tpl/react-native-gesture-handler](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-gesture-handler) | [Link](/zh-cn/react-native-gesture-handler.md) | +| 64 | [react-native-image-editor](https://github.com/callstack/react-native-image-editor) | 3.2.0 | Yes | [@react-native-ohos/image-editor](https://github.com/react-native-oh-library/react-native-image-editor) | [npm Link](https://www.npmjs.com/package/@react-native-ohos/image-editor) | [Link](/zh-cn/react-native-image-editor.md) | +| 65 | [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) | 7.0.3 | Yes | [@react-native-oh-tpl/react-native-image-picker](https://github.com/react-native-oh-library/react-native-image-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-picker) | [Link](/zh-cn/react-native-image-picker.md) | +| 66 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | \- | [react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer) | [npm Link](https://www.npmjs.com/package/react-native-image-zoom-viewer) | [Link](/zh-cn/react-native-image-zoom-viewer.md) | +| 67 | [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing/blob/master) | 0.2.2 | | [@react-native-oh-tpl/react-native-image-viewing](https://github.com/react-native-oh-library/react-native-image-viewing) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-viewing) | [Link](/zh-cn/react-native-image-viewing.md) | +| 68 | [react-native-image-pan-zoom](https://github.com/ascoders/react-native-image-zoom) | 2.1.12 | \- | [@react-native-oh-tpl/react-native-image-pan-zoom](https://github.com/react-native-oh-library/react-native-image-zoom) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-pan-zoom) | [Link](/zh-cn/react-native-image-pan-zoom.md) | +| 69 | [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | 0.2.0 | \- | [@react-native-oh-tpl/react-native-intersection-observer](https://github.com/react-native-oh-library/react-native-intersection-observer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-intersection-observer) | [Link](/zh-cn/react-native-intersection-observer.md) | +| 70 | [react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) | 0.9.5 | \- | [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keyboard-aware-scroll-view) | [Link](/zh-cn/react-native-keyboard-aware-scroll-view.md) | +| 71 | [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) | 3.0.0-alpha.1 | Yes | [@react-native-oh-tpl/react-native-linear-gradient](https://github.com/react-native-oh-library/react-native-linear-gradient) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-linear-gradient) | [Link](/zh-cn/react-native-linear-gradient.md) | +| 72 | [react-native-maps](https://github.com/react-native-maps/react-native-maps) | 1.10.3 | Yes | [@react-native-oh-tpl/react-native-maps](https://github.com/react-native-maps/react-native-maps) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-maps) | [Link](/zh-cn/react-native-maps.md) | +| 73 | [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) | 7.0.2 | \- | [@react-native-oh-tpl/react-native-markdown-display](https://github.com/react-native-oh-library/react-native-markdown-display) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-markdown-display) | [Link](/zh-cn/react-native-markdown-display.md) | +| 74 | [react-native-marquee](https://github.com/kyo504/react-native-marquee/blob/master) | 0.5.0 | \- | [@react-native-oh-tpl/react-native-marquee](https://github.com/react-native-oh-library/react-native-marquee) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-marquee) | [Link](/zh-cn/react-native-marquee.md) | +| 75 | [react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh) | 0.7.0 | No | [@react-native-oh-tpl/react-native-mjrefresh](https://github.com/react-native-oh-library/react-native-MJRefresh) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mjrefresh) | [Link](/zh-cn/react-native-MJRefresh.md) | +| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | Yes | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pager-view) | [Link](/zh-cn/react-native-pager-view.md) | +| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | Yes | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pdf) | [Link](/zh-cn/react-native-pdf.md) | +| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | Yes | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-permissions) | [Link](/zh-cn/react-native-permissions.md) | +| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-popover-view) | [Link](/zh-cn/react-native-popover-view.md) | +| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | \- | [Link](/zh-cn/react-native-popup-menu.md) | +| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-progress) | [Link](/zh-cn/react-native-progress.md) | +| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pull) | [Link](/zh-cn/react-native-pull.md) | +| 83 | [react-native-qrcode-svg](https://github.com/awesomejerry/react-native-qrcode-svg) | 6.2.0 | \- | - | - | [Link](/zh-cn/react-native-qrcode-svg.md) | +| 84 | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | 3.6.0 | Yes | [@react-native-oh-tpl/react-native-reanimated](https://github.com/react-native-oh-library/react-native-reanimated) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-reanimated) | [Link](/zh-cn/react-native-reanimated.md) | +| 85 | [react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel) | 3.5.1 | \- | \- | \- | [Link](/zh-cn/react-native-reanimated-carousel.md) | +| 86 | [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) | 0.2.0 | \- | \- | \- | [Link](/zh-cn/react-native-reanimated-table.md) | +| 87 | [react-native-redash](https://github.com/wcandillon/react-native-redash/) | 18.1.3 | \- | \- | \- | [Link](/zh-cn/react-native-redash.md) | +| 88 | [react-native-render-html](https://github.com/meliorence/react-native-render-html) | 6.3.4 | \- | \- | \- | [Link](/zh-cn/react-native-render-html.md) | +| 89 | [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | 4.7.4 | Yes | [@react-native-oh-tpl/react-native-safe-area-context](https://github.com/react-native-oh-library/react-native-safe-area-context) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-area-context) | [Link](/zh-cn/react-native-safe-area-context.md) | +| 90 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.29.0 | Yes | \- | \- | [Link](/zh-cn/react-native-screens.md) | +| 91 | [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view) | 1.0.0 | - | [@react-native-oh-tpl/react-native-scrollable-tab-view](https://github.com/react-native-oh-library/react-native-scrollable-tab-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-scrollable-tab-view) | [Link](/zh-cn/react-native-scrollable-tab-view.md) | +| 92 | [react-native-section-list-get-item-layout](https://github.com/jsoendermann/rn-section-list-get-item-layout) | 2.2.3 | - | \- | \- | [Link](/zh-cn/react-native-section-list-get-item-layout.md) | +| 93 | [react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout) | 0.6.7 | No | [@react-native-oh-tpl/react-native-smartrefreshlayout](https://github.com/react-native-oh-library/react-native-SmartRefreshLayout) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-smartrefreshlayout) | [Link](/zh-cn/react-native-SmartRefreshLayout.md) | +| 94 | [react-native-snap-carousel](https://github.com/meliorence/react-native-snap-carousel) | 3.9.1 | \- | [@react-native-oh-tpl/react-native-snap-carousel](https://github.com/react-native-oh-library/react-native-snap-carousel) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-snap-carousel) | [Link](/zh-cn/react-native-snap-carousel.md) | +| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | Yes | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sound) | [Link](/zh-cn/react-native-sound.md) | +| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-stickyheader) | [Link](/zh-cn/react-native-stickyheader.md) | +| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | Yes | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-svg) | [Link](/zh-cn/react-native-svg-capi.md) | +| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | - | [Link](/zh-cn/react-native-swipe-list-view.md) | +| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | - | \- | - | [Link](/zh-cn/react-native-swiper.md) | +| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-view) | [Link](/zh-cn/react-native-tab-view.md) | +| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | Yes | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-size) | [Link](/zh-cn/react-native-text-size.md) | +| 102 | [react-native-transitiongroup](https://github.com/madsleejensen/react-native-transitiongroup) | 1.2.0 | \- | [@react-native-oh-tpl/react-native-transitiongroup](https://github.com/react-native-oh-library/react-native-transitiongroup) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-transitiongroup) | [Link](/zh-cn/react-native-transitiongroup.md) | +| 103 | [react-native-translucent-modal](https://github.com/23mf/react-native-translucent-modal) | 1.1.0 | No | [@react-native-oh-tpl/react-native-translucent-modal](https://github.com/react-native-oh-library/react-native-translucent-modal) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-translucent-modal) | [Link](/zh-cn/react-native-translucent-modal.md) | +| 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | \- | [Link](/zh-cn/react-native-vector-icons.md) | +| 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | Yes | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video) | [Link](/zh-cn/react-native-video.md) | +| 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | No | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-shot) | [Link](/zh-cn/react-native-view-shot.md) | +| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | Yes | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [Link](/zh-cn/react-native-webview.md) | +| 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | Yes | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-worklets-core) | [Link](/zh-cn/react-native-worklets-core.md) | +| 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | - | [Link](/zh-cn/react-subscribe.md) | +| 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | - | [Link](/zh-cn/react-native-secharts.md) | +| 111 | [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | 2.0.2 | - | - | - | [Link](/zh-cn/react-native-modalbox.md) | +| 112 | [recyclerlistview](https://github.com/Flipkart/recyclerlistview) | 4.2.0 | \- | \- | - | [Link](/zh-cn/recyclerlistview.md) | +| 113 | [react-native-modal-popover](https://github.com/doomsower/react-native-modal-popover) | 2.1.3 | - | - | - | [Link](/zh-cn/react-native-modal-popover.md) | +| 114 | [react-native-md5](https://github.com/kmend/react-native-md5) | 1.0.0 | - | - | - | [Link](/zh-cn/react-native-md5.md) | +| 115 | [react-native-dynamic](https://github.com/codemotionapps/react-native-dynamic) | 1.0.0 | - | - | - | [Link](/zh-cn/react-native-dynamic.md) | +| 116 | [@openspacelabs/react-native-zoomable-view](https://github.com/openspacelabs/react-native-zoomable-view) | 2.1.6 | - | - | - | [Link](/zh-cn/openspacelabs-react-native-zoomable-view.md) | +| 117 | [react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view) | 1.10.0 | - | In Progress | In Progress | In Progress | +| 118 | [react-native-date-picker](https://github.com/henninghall/react-native-date-picker) | 5.0.4 | - | [@react-native-oh-tpl/react-native-date-picker](https://github.com/react-native-oh-library/react-native-date-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-date-picker) | [Link](/zh-cn/react-native-date-picker.md) | +| 119 | [rn-placeholder](https://github.com/mfrachet/rn-placeholder) | 3.0.3 | \- | \- | \- | [Link](/zh-cn/rn-placeholder.md) | +| 120 | [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) | 2.2.4 | - | - | \- | [Link](/zh-cn/react-native-iconfont-cli.md) | +| 121 | [react-native-mqtt](https://github.com/Introvertuous/react-native-mqtt) | 1.3.1 | - | - | \- | [Link](/zh-cn/react-native-mqtt.md) | +| 122 | [react-native-sensors](https://github.com/react-native-sensors/react-native-sensors) | 7.2.1 | \- | [@react-native-oh-tpl/react-native-sensors](https://github.com/react-native-oh-library/react-native-sensors) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sensors) | [Link](/zh-cn/react-native-sensors.md) | +| 123 | [react-native-sortable-list](https://github.com/gitim/react-native-sortable-list) | 0.0.25 | \- | [@react-native-oh-tpl/react-native-sortable-list](https://github.com/react-native-oh-library/react-native-sortable-list) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sortable-list) | [Link](/zh-cn/react-native-sortable-list.md) | +| 124 | [react-native-easy-toast](https://github.com/crazycodeboy/react-native-easy-toast) | 2.3.0 | \- | \- | \- | [Link](/zh-cn/react-native-easy-toast.md) | +| 125 | [react-native-image-sequence-2](https://github.com/bwindsor/react-native-image-sequence) | 0.9.1 | No | [@react-native-oh-tpl/react-native-image-sequence-2](https://github.com/react-native-oh-library/react-native-image-sequence) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-sequence-2) | [Link](/zh-cn/react-native-image-sequence-2.md) | +| 126 | [react-native-feather](https://github.com/yigithanyucedag/react-native-feather) | 1.1.2 | \- | \- | \- | [Link](/zh-cn/react-native-feather.md) | +| 127 | [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/main/packages/native-stack) | 6.9.26 | − | [@react-native-oh-tpl/native-stack](https://github.com/react-native-oh-library/react-navigation/tree/sig/packages/native-stack) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/native-stack) | [Link](/zh-cn/react-navigation-native-stack.md) | +| 128 | [react-native-clippath](https://github.com/Only-IceSoul/react-native-clippath) | 1.1.8 | Yes | [@react-native-oh-tpl/react-native-clippathview](https://github.com/react-native-oh-library/react-native-clippath) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-clippathview) | [Link](/zh-cn/react-native-clippath-capi.md) | +| 129 | [react-native-waterfall-flow](https://github.com/axerjs/react-native-waterfall-flow) | 1.1.5 | − | − | − | [Link](/zh-cn/react-native-waterfall-flow.md) | +| 130 | [react-native-vconsole](https://github.com/kafudev/react-native-vconsole) | 0.1.11 | − | − | − | [Link](/zh-cn/react-native-vconsole.md) | +| 131 | [react-native-better-banner](https://github.com/tmxiong/better-banner) | 0.0.1 | − | − | − | [Link](/zh-cn/react-native-better-banner.md) | +| 132 | [react-native-ezswiper](https://github.com/easyui/react-native-ezswiper) | 1.3.0 | − | − | − | [Link](/zh-cn/react-native-ezswiper.md) | +| 133 | [react-native-image-header-scroll-view](https://github.com/bamlab/react-native-image-header-scroll-view) | 0.10.3 | − | − | − | [Link](/zh-cn/react-native-image-header-scroll-view.md) | +| 134 | [react-native-linear-gradient-text](https://github.com/HMDarkFir3/react-native-linear-gradient-text) | 1.2.8 | − | − | − | [Link](/zh-cn/react-native-linear-gradient-text.md) | +| 135 | [react-native-marquee-ab](https://github.com/ZhangTaoK/react-native-marquee-ab) | 2.0.0-rc.1 | − | − | − | [Link](/zh-cn/react-native-marquee-ab.md) | +| 136 | [react-native-reconnecting-websocket](https://github.com/React-Sextant/react-native-reconnecting-websocket) | 1.0.3 | − | − | − | [Link](/zh-cn/react-native-reconnecting-websocket.md) | +| 137 | [react-native-json-tree](https://github.com/Dean177/react-native-json-tree) | 1.3.0 | − | − | − | [Link](/zh-cn/react-native-json-tree.md) | +| 138 | [react-native-image-gallery](https://github.com/meliorence/react-native-image-gallery) | 2.1.5 | − | [@react-native-oh-tpl/react-native-image-gallery](https://github.com/react-native-oh-library/react-native-image-gallery) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-gallery) | [Link](/zh-cn/react-native-image-gallery.md) | +| 139 | [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) | 0.40.3 | Yes | [@react-native-oh-tpl/react-native-image-crop-picker](https://github.com/react-native-oh-library/react-native-image-crop-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-crop-picker) | [Link](/zh-cn/react-native-image-crop-picker.md) | +| 140 | [react-native-image-capinsets-next](https://github.com/mayconmesquita/react-native-image-capinsets-next) | 0.6.1 | - | [@react-native-oh-tpl/react-native-image-capinsets-next](https://github.com/react-native-oh-library/react-native-image-capinsets-next) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-capinsets-next) | [Link](/zh-cn/react-native-image-capinsets-next.md) | +| 141 | [react-native-map-linking](https://github.com/starlight36/react-native-map-linking) | 1.0.1 | − | [@react-native-oh-tpl/react-native-map-linking](https://github.com/react-native-oh-library/react-native-map-linking) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-map-linking) | [Link](/zh-cn/react-native-map-linking.md) | +| 142 | [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) | 4.0.1 | No | [@react-native-oh-tpl/react-native-vision-camera](https://github.com/react-native-oh-library/react-native-vision-camera) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-vision-camera) | [Link](/zh-cn/react-native-vision-camera.md) | +| 143 | [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) | 7.0.0 | No | [@react-native-oh-tpl/react-native-zip-archive](https://github.com/react-native-oh-library/react-native-zip-archive) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-zip-archive) | [Link](/zh-cn/react-native-zip-archive.md) | +| 144 | [react-native-audio](https://github.com/jsierles/react-native-audio) | 4.3.1 | No | [@react-native-oh-tpl/react-native-audio](https://github.com/react-native-oh-library/react-native-audio) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-audio) | [Link](/zh-cn/react-native-audio.md) | +| 145 | [react-native-simple-toast](https://github.com/vonovak/react-native-simple-toast) | 3.3.1 | Yes | [@react-native-oh-tpl/react-native-simple-toast](https://github.com/react-native-oh-library/react-native-simple-toast) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-simple-toast) | [Link](/zh-cn/react-native-simple-toast.md) | +| 146 | [react-native-localize](https://github.com/zoontek/react-native-localize) | 3.1.0 | Yes | [@react-native-oh-tpl/react-native-localize](https://github.com/react-native-oh-library/react-native-localize) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localize) | [Link](/zh-cn/react-native-localize.md) | +| 147 | [@bam.tech/react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer) | 3.0.9 | Yes | [@react-native-oh-tpl/react-native-image-resizer](https://github.com/react-native-oh-library/react-native-image-resizer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-resizer) | [Link](/zh-cn/bam-tech-react-native-image-resizer.md) | +| 148 | [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events) | 2.2.0 | No | [@react-native-oh-tpl/react-native-calendar-events](https://github.com/react-native-oh-library/react-native-calendar-events) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-calendar-events) | [Link](/zh-cn/react-native-calendar-events.md) | +| 149 | [react-native-fileupload](https://github.com/PhilippKrone/react-native-fileupload) | 1.1.0 | No | [@react-native-oh-tpl/react-native-fileupload](https://github.com/react-native-oh-library/react-native-fileupload) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fileupload) | [Link](/zh-cn/react-native-fileupload.md) | +| 150 | [react-native-flexi-radio-button](https://github.com/thegamenicorus/react-native-flexi-radio-button) | 0.2.1 | - | \- | \- | [Link](/zh-cn/react-native-flexi-radio-button.md) | +| 151 | [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings) | 5.0.1 | - | \- | \- | [Link](/zh-cn/react-native-root-siblings.md) | +| 152 | [react-native-root-modal](https://github.com/magicismight/react-native-root-modal) | 5.0.0 | - | [@react-native-oh-tpl/react-native-root-modal](https://github.com/react-native-oh-library/react-native-root-modal) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-root-modal) | [Link](/zh-cn/react-native-root-modal.md) | +| 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-switch-pro) | [Link](/zh-cn/react-native-switch-pro.md) | +| 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | \- | [Link](/zh-cn/react-native-drop-shadow.md) | +| 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nested-scroll-view) | [Link](/zh-cn/react-native-nested-scroll-view.md) | +| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | Yes | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [Link](/zh-cn/react-native-code-push.md) | +| 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-module) | [Link](/zh-cn/react-native-safe-module.md) | +| 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | No | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sqlite-storage) | [Link](/zh-cn/react-native-sqlite-storage.md) | +| 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | No | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-gradient) | [Link](/zh-cn/react-native-text-gradient.md) | +| 160 | [react-native-bindingx](https://github.com/alibaba/bindingx) | 1.0.3 | No | [@react-native-oh-tpl/react-native-bindingx](https://github.com/react-native-oh-library/react-native-bindingx) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-bindingx) | [Link](/zh-cn/react-native-bindingx.md) | +| 161 | [react-native-cardview](https://github.com/Kishanjvaghela/react-native-cardview) | 2.0.3 | No | [@react-native-oh-tpl/react-native-cardview](https://github.com/react-native-oh-library/react-native-cardview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-cardview) | [Link](/zh-cn/react-native-cardview.md) | +| 162 | [react-native-largelist](https://github.com/bolan9999/react-native-largelist) | 3.1.0-rc.2 | \- | [@react-native-oh-tpl/react-native-largelist](https://github.com/react-native-oh-library/react-native-largelist) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-largelist) | [Link](/zh-cn/react-native-largelist.md) | +| 163 | [react-native-spring-scrollview](https://github.com/bolan9999/react-native-spring-scrollview/tree/master) | 2.0.22 | No | [@react-native-oh-tpl/react-native-spring-scrollview](https://github.com/react-native-oh-library/react-native-spring-scrollview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-spring-scrollview) | [Link](/zh-cn/react-native-spring-scrollview.md) | +| 164 | [react-native-color-matrix-image-filters](https://github.com/iyegoroff/react-native-color-matrix-image-filters) | 6.0.5 | Yes | [@react-native-oh-tpl/react-native-color-matrix-image-filters](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-color-matrix-image-filters) | [Link](/zh-cn/react-native-color-matrix-image-filters.md) | +| 165 | [react-native-toast](https://github.com/remobile/react-native-toast/tree/master) | 1.0.7 | No | [@react-native-oh-tpl/react-native-toast](https://github.com/react-native-oh-library/react-native-toast) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-toast) | [Link](/zh-cn/remobile-react-native-toast.md) | +| 166 | [ react-native-syan-image-picker ](https://github.com/syanbo/react-native-syan-image-picker) | 0.5.3 | No | [@react-native-oh-tpl/react-native-syan-image-picker](https://github.com/react-native-oh-library/react-native-syan-image-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-syan-image-picker) | [Link](/zh-cn/react-native-syan-image-picker.md) | +| 167 | [react-native-amap-geolocation](https://github.com/qiuxiang/react-native-amap-geolocation) | 1.2.3 | No | [@react-native-oh-tpl/react-native-amap-geolocation](https://github.com/react-native-oh-library/react-native-amap-geolocation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-amap-geolocation) | [Link](/zh-cn/react-native-amap-geolocation.md) | +| 168 | [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) | 3.3.0 | No | [@react-native-oh-tpl/react-native-splash-screen](https://github.com/react-native-oh-library/react-native-splash-screen) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-splash-screen) | [Link](/zh-cn/react-native-splash-screen.md) | +| 169 | [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map) | 1.0.37 | No | [@react-native-oh-tpl/react-native-baidu-map](https://github.com/react-native-oh-library/react-native-baidu-map) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-baidu-map) | [Link](/zh-cn/react-native-baidu-map.md) | +| 170 | [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx) | 3.2.0 | No | [@react-native-oh-tpl/react-native-ble-plx](https://github.com/react-native-oh-library/react-native-ble-plx) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ble-plx) | [Link](/zh-cn/react-native-ble-plx.md) | +| 171 | [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) | 11.1.0 | No | [@react-native-oh-tpl/react-native-device-info](https://github.com/react-native-oh-library/react-native-device-info) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-device-info) | [Link](/zh-cn/react-native-device-info.md) | +| 172 | [react-native-amap3d](https://github.com/qiuxiang/react-native-amap3d) | 3.2.4 | No | [@react-native-oh-tpl/react-native-amap3d](https://github.com/react-native-oh-library/react-native-amap3d) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-amap3d) | [Link](/zh-cn/react-native-amap3d.md) | +| 173 | [@itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview) | 1.1.7 | - | - | - | [Link](/zh-cn/react-native-scrollable-tabview.md) | +| 174 | [rneui](https://github.com/react-native-elements/react-native-elements) | 4.0.0-rc.8 | - | In Progress | In Progress | In Progress | +| 175 | [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) | 3.5.1 | - | - | - | [Link](/zh-cn/react-native-root-toast.md) | +| 176 | [react-native-background-timer](https://github.com/ocetnik/react-native-background-timer) | 2.4.1 | No | [@react-native-oh-tpl/react-native-background-timer](https://github.com/react-native-oh-library/react-native-background-timer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-background-timer) | [Link](/zh-cn/react-native-background-timer.md) | +| 177 | [react-native-htmlview](https://github.com/jsdf/react-native-htmlview) | 0.17.0 | - | - | - | [Link](/zh-cn/react-native-htmlview.md) | +| 178 | [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 1.5.1 | - | - | - | [Link](/zh-cn/react-native-spinkit.md) | +| 179 | [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) | 3.1.2 | - | - | - | [Link](/zh-cn/react-navigation-shared-element.md) | +| 180 | [react-native-switch-selector](https://github.com/App2Sales/react-native-switch-selector) | 2.1.4 | - | - | - | [Link](/zh-cn/react-native-switch-selector.md) | +| 181 | [@callstack/react-theme-provider](https://github.com/callstack/react-theme-provider) | 3.0.9 | - | - | - | [Link](/zh-cn/callstack-react-theme-provider.md) | +| 182 | [react-native-http-bridge](https://github.com/alwx/react-native-http-bridge) | 0.6.1 | Yes | [@react-native-oh-tpl/react-native-http-bridge](https://github.com/react-native-oh-library/react-native-http-bridge) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-http-bridge) | [Link](/zh-cn/react-native-http-bridge.md) | +| 183 | [react-native-qr-decode-image-camera](https://github.com/deepanrajkumar/react-native-qr-decode-image-camera) | 1.1.3 | No | [@react-native-oh-tpl/react-native-qr-decode-image-camera](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-qr-decode-image-camera) | [Link](/zh-cn/react-native-qr-decode-image-camera.md) | +| 184 | [react-native-touch-id](https://github.com/naoufal/react-native-touch-id) | 4.4.1 | No | [@react-native-oh-tpl/react-native-touch-id](https://github.com/react-native-oh-library/react-native-touch-id) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-touch-id) | [Link](/zh-cn/react-native-touch-id.md) | +| 185 | [react-native-animatable](https://github.com/oblador/react-native-animatable) | 1.4.0 | - | - | - | [Link](/zh-cn/react-native-animatable.md) | +| 186 | [react-native-modal](https://github.com/react-native-modal/react-native-modal) | 13.0.1 | - | [@react-native-oh-tpl/react-native-modal](https://github.com/react-native-oh-library/react-native-modal) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-modal) | [Link](/zh-cn/react-native-modal.md) | +| 187 | [react-native-collapsible](https://github.com/oblador/react-native-collapsible) | 1.6.1 | - | - | - | [Link](/zh-cn/react-native-collapsible.md) | +| 188 | [react-native-contacts](https://github.com/rt2zz/react-native-contacts) | 7.0.7 | No | - | - | [Link](/zh-cn/react-native-contacts.md) | +| 189 | [react-native-restart](https://github.com/avishayil/react-native-restart) | 0.0.27 | Yes | [@react-native-oh-tpl/react-native-restart](https://github.com/react-native-oh-library/react-native-restart) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-restart) | [Link](/zh-cn/react-native-restart.md) | +| 190 | [react-native-system-setting](https://github.com/c19354837/react-native-system-setting) | 1.7.6 | No | [@react-native-oh-tpl/react-native-system-setting](https://github.com/react-native-oh-library/react-native-system-setting) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-system-setting) | [Link](/zh-cn/react-native-system-setting.md) | +| 191 | [react-native-keep-awake](https://github.com/corbt/react-native-keep-awake) | 4.0.0 | No | [@react-native-oh-tpl/react-native-keep-awake](https://github.com/react-native-oh-library/react-native-keep-awake) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keep-awake) | [Link](/zh-cn/react-native-keep-awake.md) | +| 192 | [@react-native-community/hooks](https://github.com/react-native-community/hooks) | 3.0.0 | - | - | - |[Link](/zh-cn/react-native-community-hooks.md) | +| 193 | [react-navigation](https://github.com/react-navigation/react-navigation) | 6 | - | [@react-native-oh-tpl/react-navigation](https://github.com/react-native-oh-library/react-navigation) | \- | [Link](/zh-cn/react-navigation.md) | +| 194 | [react-native-default-preference](https://github.com/kevinresol/react-native-default-preference) | 1.4.4 | No | [@react-native-oh-tpl/react-native-default-preference](https://github.com/react-native-oh-library/react-native-default-preference) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-default-preference) | [Link](/zh-cn/react-native-default-preference.md) | +| 195 | [react-native-ble-manager](https://github.com/innoveit/react-native-ble-manager) | 11.5.5 | No | [@react-native-oh-tpl/react-native-ble-manager](https://github.com/react-native-oh-library/react-native-ble-manager) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ble-manager) | [Link](/zh-cn/react-native-ble-manager.md) | +| 196 | [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) | 6.0.0-alpha.9 | No | [@react-native-oh-tpl/react-native-sensitive-info](https://github.com/react-native-oh-library/react-native-sensitive-info) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sensitive-info) | [Link](/zh-cn/react-native-sensitive-info.md) | +| 197 | [react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation) | 0.1.7 | - | - | - | [Link](/zh-cn/react-native-typing-animation.md) | +| 198 | [react-native-multi-slider](https://github.com/ptomasroos/react-native-multi-slider) | 2.2.2 | - | [@react-native-oh-tpl/react-native-multi-slider](https://github.com/react-native-oh-library/react-native-multi-slider) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-multi-slider) | [Link](/zh-cn/react-native-multi-slider.md) | +| 199 | [react-native-orientation](https://github.com/yamill/react-native-orientation) | 3.1.3 | - | [@react-native-oh-tpl/react-native-orientation](https://github.com/react-native-oh-library/react-native-orientation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-orientation) | [Link](/zh-cn/react-native-orientation.md) | +| 200 | [rn-tourguide](https://github.com/xcarpentier/rn-tourguide) | 3.3.0 | - | [@react-native-oh-tpl/rn-tourguide](https://github.com/react-native-oh-library/rn-tourguide) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/rn-tourguide) | [Link](/zh-cn/rn-tourguide.md) | +| 201 | [react-native-performance](https://github.com/oblador/react-native-performance/tree/master/packages/react-native-performance) | 5.1.2 | Yes | [@react-native-oh-tpl/react-native-performance](https://github.com/react-native-oh-library/react-native-performance) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-performance) | [Link](/zh-cn/react-native-performance.md) | +| 202 | [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | 12.5.1 | - | - | - | [Link](/zh-cn/react-native-testing-library.md) | +| 203 | [react-native-dropdown-picker](https://github.com/hossein-zare/react-native-dropdown-picker) | 5.4.6 | - | - | - | [Link](/zh-cn/react-native-dropdown-picker.md) | +| 204 | [react-native-shake](https://github.com/Doko-Demo-Doa/react-native-shake) | 5.6.2 | Yes | [@react-native-oh-tpl/react-native-shake ](https://github.com/react-native-oh-library/react-native-shake) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shake) | [Link](/zh-cn/react-native-shake.md) | +| 205 | [react-native-material-dropdown](https://github.com/n4kz/react-native-material-dropdown) | 0.11.1 | - | [@react-native-oh-tpl/react-native-material-dropdown](https://github.com/react-native-oh-library/react-native-material-dropdown) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-dropdown) | [Link](/zh-cn/react-native-material-dropdown.md) | +| 206 | [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) | 9.2.0 | Yes | [@react-native-oh-tpl/react-native-document-picker](https://github.com/react-native-oh-library/document-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-document-picker) | [Link](/zh-cn/react-native-document-picker.md) | +| 207 | [react-native-fingerprint-scanner](https://github.com/hieuvp/react-native-fingerprint-scanner) | 6.0.0 | No | [@react-native-oh-tpl/react-native-fingerprint-scanner](https://github.com/react-native-oh-library/react-native-fingerprint-scanner) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fingerprint-scanner) | [Link](/zh-cn/react-native-fingerprint-scanner.md) | +| 208 | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | 1.11.0 | No | [@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-get-random-values) | [Link](/zh-cn/react-native-get-random-values.md) | +| 209 | [native-base](https://github.com/GeekyAnts/NativeBase) | 3.4.28 | - | [@react-native-oh-tpl/native-base](https://github.com/react-native-oh-library/NativeBase) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/native-base) | [Link](/zh-cn/NativeBase.md) | +| 210 | [react-native-orientation-locker](https://github.com/wonday/react-native-orientation-locker) | 1.7.0 | No | [@react-native-oh-tpl/react-native-orientation-locker](https://github.com/react-native-oh-library/react-native-orientation-locker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-orientation-locker) | [Link](/zh-cn/react-native-orientation-locker.md) | +| 211 | [react-native-ssl-pinning](https://github.com/MaxToyberman/react-native-ssl-pinning) | 1.5.7 | - | [@react-native-oh-tpl/react-native-ssl-pinning](https://github.com/react-native-oh-library/react-native-ssl-pinning) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ssl-pinning) | [Link](/zh-cn/react-native-ssl-pinning.md) | +| 212 | [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | 6.1.1 | Yes | [@react-native-oh-tpl/react-native-bootsplash](https://github.com/react-native-oh-library/react-native-bootsplash) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-bootsplash) | [Link](/zh-cn/react-native-bootsplash.md) | +| 213 | [react-native-size-matters](https://github.com/nirsky/react-native-size-matters) | 0.4.2 | No | - | - | [Link](/zh-cn/react-native-size-matters.md) | +| 214 | [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) | 2.4.0 | - | In Progress | In Progress | In Progress | +| 215 | [parse](https://github.com/parse-community/Parse-SDK-JS) | 5.3.0-beta.1 | - | - | - | [Link](/zh-cn/Parse-SDK-JS.md) | +| 216 | [react-native-shadow-2](https://github.com/SrBrahma/react-native-shadow-2) | 7.0.8 | - | - | - | [Link](/zh-cn/react-native-shadow-2.md) | +| 217 | [@shopify/restyle](https://github.com/Shopify/restyle) | 2.4.2 | - | - | - | [Link](/zh-cn/Shopify-restyle.md) | +| 218 | [nativewind](https://github.com/marklawlor/nativewind/tree/main/packages/nativewind) | 2.0.11 | - | [@react-native-oh-tpl/nativewind](https://github.com/react-native-oh-library/nativewind) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/nativewind) | [Link](/zh-cn/nativewind.md) | +| 219 | [react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal) | 2.0.0 | - | [@react-native-oh-tpl/react-native-country-picker-modal](https://github.com/react-native-oh-library/react-native-country-picker-modal) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-country-picker-modal) | [Link](/zh-cn/react-native-country-picker-modal.md) | +| 220 | [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback) | 2.2.0 | Yes | [@react-native-oh-tpl/react-native-haptic-feedback](https://github.com/react-native-oh-library/react-native-haptic-feedback) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-haptic-feedback) | [Link](/zh-cn/react-native-haptic-feedback.md) | +| 221 | [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | 2.0.0 | - | - | - | [Link](/zh-cn/react-native-url-polyfill.md) | +| 222 | [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder) | 2.0.8 | No | - | - | [Link](/zh-cn/react-native-shimmer-placeholder.md) | +| 223 | [react-native-flash-message](https://github.com/lucasferreira/react-native-flash-message) | 0.4.2 | - | - | - | [Link](/zh-cn/react-native-flash-message.md) | +| 224 | [react-native-ratings](https://github.com/Monte9/react-native-ratings) | 8.1.0 | - | - | - | [Link](/zh-cn/react-native-ratings.md) | +| 225 | [react-native-dropdownalert](https://github.com/testshallpass/react-native-dropdownalert) | 5.1.0 | No | [@react-native-oh-tpl/react-native-dropdownalert](https://github.com/react-native-oh-library/react-native-dropdownalert) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-dropdownalert) | [Link](/zh-cn/react-native-dropdownalert.md) +| 226 | [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | 2.12.1 | - | - | - | [Link](/zh-cn/react-native-element-dropdown.md) | +| 227 | [react-native-easy-grid](https://github.com/GeekyAnts/react-native-easy-grid) | 0.2.2 | - | - | - | [Link](/zh-cn/react-native-easy-grid.md) | +| 228 | [react-native-offline](https://github.com/rgommezz/react-native-offline) | 6.0.2 | - |- | - | [Link](/zh-cn/react-native-offline.md) | +| 229 | [react-native-material-ui](https://github.com/xotahal/react-native-material-ui) | 1.30.1 | - | [@react-native-oh-tpl/react-native-material-ui](https://github.com/react-native-oh-library/react-native-material-ui) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-ui) | [Link](/zh-cn/react-native-material-ui.md) | +| 230 | [react-native-credit-card-input](https://github.com/sbycrosz/react-native-credit-card-input) | 0.4.1 | - | [@react-native-oh-tpl/react-native-credit-card-input](https://github.com/react-native-oh-library/react-native-credit-card-input) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-credit-card-input) | [Link](/zh-cn/react-native-credit-card-input.md) | +| 231 | [react-native-crypto](https://github.com/tradle/react-native-crypto) | 2.2.0 | - | - | - | [Link](/zh-cn/react-native-crypto.md) | +| 232 | [react-native-unistyles](https://github.com/jpudysz/react-native-unistyles) | 2.7.2 | No | [@react-native-oh-tpl/react-native-unistyles](https://github.com/react-native-oh-library/react-native-unistyles) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-unistyles) | [Link](/zh-cn/react-native-unistyles.md) | +| 233 | [react-native-signature-capture](https://github.com/RepairShopr/react-native-signature-capture) | 0.4.11 | No | [@react-native-oh-tpl/react-native-signature-capture](https://github.com/react-native-oh-library/react-native-signature-capture) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-signature-capture) | [Link](/zh-cn/react-native-signature-capture.md) | +| 234 | [react-native-deck-swiper](https://github.com/alexbrillant/react-native-deck-swiper) | 2.0.17 | - | - | - | [Link](/zh-cn/react-native-deck-swiper.md) | +| 235 | [react-native-autocomplete-dropdown](https://github.com/onmotion/react-native-autocomplete-dropdown) | 4.0.0-rc.5 | - | - | - | [Link](/zh-cn/react-native-autocomplete-dropdown.md) | +| 236 | [@klarna/react-native-vector-drawable](https://github.com/klarna-incubator/react-native-vector-drawable) | 0.5.1 | Yes | [@react-native-oh-tpl/react-native-vector-drawable](https://github.com/react-native-oh-library/react-native-vector-drawable) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-vector-drawable) | [Link](/zh-cn/react-native-vector-drawable.md) | +| 237 | [react-native-material-buttons](https://github.com/n4kz/react-native-material-buttons) | 0.6.0 | No | [@react-native-oh-tpl/react-native-material-buttons](https://github.com/react-native-oh-library/react-native-material-buttons) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-buttons) | [Link](/zh-cn/react-native-material-buttons.md) | +| 238 | [@expo/react-native-action-sheet](https://github.com/expo/react-native-action-sheet) | 4.0.1 | - | - | - | [Link](/zh-cn/react-native-action-sheet.md) | +| 239 | [react-native-communications](https://github.com/davebeehively/react-native-communications) | 2.2.1 | - | - | - | [Link](/zh-cn/react-native-communications.md) | +| 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | - | [Link](/zh-cn/react-native-lightbox.md) | +| 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | No | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-create-thumbnail) | [Link](/zh-cn/react-native-create-thumbnail.md) | +| 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | - | [Link](/zh-cn/react-native-paper.md) | +| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [Link](/zh-cn/react-native-picker.md) | +| 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | Yes | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shared-element) | [Link](/zh-cn/react-native-shared-element.md) | +| 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/bottom-sheet) | [Link](/zh-cn/gorhom-bottom-sheet.md) | +| 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | No | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mmkv-storage) | [Link](/zh-cn/react-native-mmkv-storage.md) | +| 247 | [react-native-ui-lib](https://github.com/wix/react-native-ui-lib) | 7.0.0 | - | [@react-native-oh-tpl/react-native-ui-lib](https://github.com/react-native-oh-library/react-native-ui-lib) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ui-lib) | [Link](/zh-cn/react-native-ui-lib.md) | +| 248 | [react-native-skia](https://github.com/Shopify/react-native-skia) | 1.3.7 | Yes | [@react-native-oh-tpl/react-native-skia](https://github.com/react-native-oh-library/react-native-skia) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-skia) | [Link](/zh-cn/react-native-skia.md) | +| 249 | [react-native-print](https://github.com/christopherdro/react-native-print) | 0.10.0 | No | [@react-native-oh-tpl/react-native-print](https://github.com/react-native-oh-library/react-native-print) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-print) |[Link](/zh-cn/react-native-print.md) | +| 250 | [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) | 3.7.0 | No | [@react-native-oh-tpl/react-native-inappbrowser-reborn](https://github.com/react-native-oh-library/react-native-inappbrowser) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-inappbrowser-reborn) | [Link](/zh-cn/react-native-inappbrowser.md) | +| 251 | [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) | 9.2.0 | - | [@react-native-oh-tpl/react-native-picker-select](https://github.com/react-native-oh-library/react-native-picker-select) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker-select) | [Link](/zh-cn/react-native-picker-select.md) | +| 252 | [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | 4.1.1 | Yes | [@react-native-oh-tpl/react-native-track-player](https://github.com/react-native-oh-library/react-native-track-player) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-track-player) | [Link](/zh-cn/react-native-track-player.md) | +| 253 | [@invertase/react-native-apple-authentication](https://github.com/invertase/react-native-apple-authentication) | 2.3.0 | No | [@react-native-oh-tpl/react-native-apple-authentication](https://github.com/react-native-oh-library/react-native-apple-authentication) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-apple-authentication) | [Link](/zh-cn/react-native-apple-authentication.md) | +| 254 | [react-native-storage](https://github.com/sunnylqm/react-native-storage) | 1.0.1 | - | - | - | [Link](/zh-cn/react-native-storage.md) +| 255 | [react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit) | 13.0.0 | Yes | [@react-native-oh-tpl/react-native-camera-kit](https://github.com/react-native-oh-library/react-native-camera-kit) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-camera-kit) | [Link](/zh-cn/react-native-camera-kit.md) | +| 256 | [react-native-nfc-manager](https://github.com/revtel/react-native-nfc-manager) | 3.15.1 | Yes | [@react-native-oh-tpl/react-native-nfc-manager](https://github.com/react-native-oh-library/react-native-nfc-manager) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nfc-manager) | [Link](/zh-cn/react-native-nfc-manager.md) | +| 257 | [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash) | 2.0.3 | Yes | [@react-native-oh-tpl/react-native-blurhash](https://github.com/react-native-oh-library/react-native-blurhash) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-blurhash) | [Link](/zh-cn/react-native-blurhash.md) | +| 258 | [react-native-text-input-mask](https://github.com/react-native-text-input-mask/react-native-text-input-mask) | 3.1.5 | No | [@react-native-oh-tpl/react-native-text-input-mask](https://github.com/react-native-oh-library/react-native-text-input-mask) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-input-mask) | [Link](/zh-cn/react-native-text-input-mask.md) | +| 259 | [realm-js](https://github.com/realm/realm-js) | 0.10.0 | - | [@react-native-oh-tpl/realm-js](https://github.com/react-native-oh-library/realm-js) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/realm) | [Link](/zh-cn/realm-js.md) | +| 260 | [react-native-charts-wrapper](https://github.com/wuxudong/react-native-charts-wrapper) | 0.6.0 | No | [@react-native-oh-tpl/react-native-charts-wrapper](https://github.com/react-native-oh-library/react-native-charts-wrapper) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-charts-wrapper) | [Link](/zh-cn/react-native-charts-wrapper.md) | +| 261 | [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | 1.12.6 | Yes |[@react-native-oh-tpl/react-native-keyboard-controller](https://github.com/react-native-oh-library/react-native-keyboard-controller) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keyboard-controller) | [Link](/zh-cn/react-native-keyboard-controller.md) | +| 262 | [react-native-waterflow-list](https://github.com/ZakZheng/react-native-waterflow-list) | 1.2.3 | - | - | - | [Link](/zh-cn/react-native-waterflow-list.md) | +| 263 | [react-native-config](https://github.com/lugg/react-native-config) | 1.5.3 | - | [@react-native-oh-tpl/react-native-config](https://github.com/react-native-oh-library/react-native-config) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-config) | [Link](/zh-cn/react-native-config.md) | +| 264 | [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) | 2.8.1 | - | - | - | [Link](/zh-cn/react-native-video-controls.md) | +| 265 | [react-native-context-menu-view](https://github.com/mpiannucci/react-native-context-menu-view) | 1.16.0 | No | [@react-native-oh-tpl/react-native-context-menu-view](https://github.com/react-native-oh-library/react-native-context-menu-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-context-menu-view) | [Link](/zh-cn/react-native-context-menu-view.md) | +| 266 | [react-native-view-pdf](https://github.com/rumax/react-native-PDFView) | 0.14.0 | No | [@react-native-oh-tpl/react-native-view-pdf](https://github.com/react-native-oh-library/react-native-PDFView) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-pdf) | [Link](/zh-cn/react-native-view-pdf.md) | +| 267 | [react-native-hole-view](https://github.com/ibitcy/react-native-hole-view) | 3.0.0-alpha4 | Yes | [@react-native-oh-tpl/react-native-hole-view](https://github.com/react-native-oh-library/react-native-hole-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-hole-view) | [Link](/zh-cn/react-native-hole-view.md) | +| 268 | [react-native-material-textfield](https://github.com/n4kz/react-native-material-textfield) | 0.16.1 | - | [@react-native-oh-tpl/react-native-material-textfield](https://github.com/react-native-oh-library/react-native-material-textfield) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-textfield) | [Link](/zh-cn/react-native-material-textfield.md) | +| 269 | [react-native-iphone-screen-helper](https://github.com/chlee1001/react-native-iphone-screen-helper) | 2.1.1 | - | [@react-native-oh-tpl/react-native-iphone-screen-helper](https://github.com/react-native-oh-library/react-native-iphone-screen-helper) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-iphone-screen-helper) | [Link](/zh-cn/react-native-iphone-screen-helper.md) | +| 270 | [@freakycoder/react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable) | 1.0.3 | - | - | - | [Link](/zh-cn/freakycoder-react-native-bounceable.md) | +| 271 | [react-native-material-design-styles](https://github.com/binggg/react-native-material-design-styles) | 0.2.7 | - | - | - | [Link](/zh-cn/react-native-material-design-styles.md) | +| 272 | [react-native-flip-card](https://github.com/moschan/react-native-flip-card) | 3.5.7 | - | - | - | [Link](/zh-cn/react-native-flip-card.md) | +| 273 | [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes) | 3.6.1 | No | [@react-native-oh-tpl/react-native-randombytes](https://github.com/react-native-oh-library/react-native-randombytes) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-randombytes) | [Link](/zh-cn/react-native-randombytes.md) | +| 274 | [react-native-view-overflow](https://github.com/entria/react-native-view-overflow) | 0.0.5 | Yes | [@react-native-oh-tpl/react-native-view-overflow](https://github.com/react-native-oh-library/react-native-view-overflow) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-overflow) | [Link](/zh-cn/react-native-view-overflow.md) | +| 275 | [react-native-masked-text](https://github.com/benhurott/react-native-masked-text) | 1.13.0 | - | - | - | [Link](/zh-cn/react-native-masked-text.md) | +| 276 | [reassure](https://github.com/callstack/reassure) | 1.0.0 | - | In Progress | In Progress | In Progress | +| 277 | [react-native-bouncy-checkbox](https://github.com/WrathChaos/react-native-bouncy-checkbox) | 4.0.1 | - | - | - | [Link](/zh-cn/react-native-bouncy-checkbox.md) | +| 278 | [react-native-parsed-text](https://github.com/taskrabbit/react-native-parsed-text) | 0.0.22 | - | - | - | [Link](/zh-cn/react-native-parsed-text.md) | +| 279 | [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) | 3.0.1 | - | - | - | [Link](/zh-cn/react-native-loading-spinner-overlay.md) | +| 280 | [voice](https://github.com/react-native-voice/voice) | 3.2.4 | No | In Progress | In Progress | In Progress | +| 281 | [react-native-hyperlink](https://github.com/obipawan/react-native-hyperlink) | 0.0.22 | - | - | - | [Link](/zh-cn/react-native-hyperlink.md) | +| 282 | [react-native-email-link](https://github.com/flexible-agency/react-native-email-link) | 1.15.0 | Yes | [@react-native-oh-tpl/react-native-email-link](https://github.com/react-native-oh-library/react-native-email-link) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-email-link) | [Link](/zh-cn/react-native-email-link.md) | +| 283 | [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) | 5.4.0 | - | - | - | [Link](/zh-cn/react-native-autocomplete-input.md) | +| 284 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | - | [@react-native-oh-tpl/react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-zoom-viewer) |[Link](/zh-cn/react-native-image-zoom-viewer.md) | +| 285 | [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) | 4.2.5 | No | In Progress | In Progress | In Progress | +| 286 | [react-native-step-indicator](https://github.com/24ark/react-native-step-indicator) | 1.0.3 | - | - | - | [Link](/zh-cn/react-native-step-indicator.md) | +| 287 | [react-native-textinput-maxlength-fixed](https://github.com/2017398956/react-native-textinput-maxlength-fixed) | 0.1.2 | - | [@react-native-oh-tpl/react-native-textinput-maxlength-fixed](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-textinput-maxlength-fixed) | [Link](/zh-cn/react-native-textinput-maxlength-fixed.md) | +| 288 | [react-native-walkthrough-tooltip](https://github.com/CompanyCam/react-native-walkthrough-tooltip) | 1.6.0 | - | In Progress | In Progress | In Progress | +| 289 | [react-native-autolink](https://github.com/joshswan/react-native-autolink) | 4.2.0 | - | - | - | [Link](/zh-cn/react-native-autoLink.md) | +| 290 | [react-native-indicators](https://github.com/n4kz/react-native-indicators) | 0.17.0 | - | - | - | [Link](/zh-cn/react-native-indicators.md) | +| 291 | [react-native-material-ripple](https://github.com/n4kz/react-native-material-ripple) | 0.9.1 | - | In Progress | In Progress | In Progress | +| 292 | [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) | 1.2.4 | - | - | - | [Link](/zh-cn/react-native-error-boundary.md) | +| 293 | [@react-native-community/audio-toolkit](https://github.com/react-native-audio-toolkit/react-native-audio-toolkit) | 2.0.3 | - | [@react-native-oh-tpl/audio-toolkit](https://github.com/react-native-oh-library/react-native-audio-toolkit) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/audio-toolkit) | [Link](/zh-cn/react-native-audio-toolkit.md) | +| 294 | [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts) | 5.3.0 | - | [@react-native-oh-tpl/react-native-svg-charts](https://github.com/react-native-oh-library/react-native-svg-charts) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-svg-charts) | [Link](/zh-cn/react-native-svg-charts.md) | +| 295 | [react-native-file-viewer](https://github.com/vinzscam/react-native-file-viewer) | 2.1.5 | No | [@react-native-oh-tpl/react-native-file-viewer](https://github.com/react-native-oh-library/react-native-file-viewer) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-viewer) | [Link](/zh-cn/react-native-file-viewer.md) | +| 296 | [react-native-responsive-fontSize](https://github.com/heyman333/react-native-responsive-fontsize) | 0.5.1 | - | - | - | [Link](/zh-cn/react-native-responsive-fontsize.md) | +| 297 | [react-native-button](https://github.com/ide/react-native-button) | 3.1.0 | - | - | - | [Link](/zh-cn/react-native-button.md) | +| 298 | [react-native-typography](https://github.com/hectahertz/react-native-typography) | 1.4.1 | - | In Progress | In Progress | In Progress | +| 299 | [react-native-image-colors](https://github.com/osamaqarem/react-native-image-colors) | 2.4.0 | No | [@react-native-oh-tpl/react-native-image-colors](https://github.com/react-native-oh-library/react-native-image-colors) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-colors) | [Link](/zh-cn/react-native-image-colors.md) | +| 300 | [react-content-loader](https://github.com/danilowoz/react-content-loader) | 7.0.2 | - | [@react-native-oh-tpl/react-content-loader](https://github.com/react-native-oh-library/react-content-loader) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-content-loader) | [Link](/zh-cn/react-content-loader.md) | +| 301 | [react-native-snackbar](https://github.com/cooperka/react-native-snackbar) | 2.7.1 | No | In Progress | In Progress | In Progress | +| 302 | [react-native-maps-directions](https://github.com/bramus/react-native-maps-directions) | 1.9.0 | - | In Progress | In Progress | In Progress | +| 303 | [react-native-reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet) | 1.0.0-alpha.22 | - | [@react-native-oh-tpl/reanimated-bottom-sheet](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/reanimated-bottom-sheet) | [Link](/zh-cn/react-native-reanimated-bottom-sheet.md) | +| 304 | [react-native-image-marker](https://github.com/JimmyDaddy/react-native-image-marker) | 1.2.6 | No | In Progress | In Progress | In Progress | +| 305 | [react-native-audio-recorder-player](https://github.com/dooboolab/react-native-audio-recorder-player) | 3.6.10 | Yes | [@react-native-oh-tpl/react-native-audio-recorder-player](https://github.com/react-native-oh-library/react-native-audio-recorder-player) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-audio-recorder-player) | [Link](/zh-cn/react-native-audio-recorder-player.md) | +| 306 | [react-native-map-clustering](https://github.com/venits/react-native-map-clustering) | 3.4.2 | - | In Progress | In Progress | In Progress | +| 307 | [react-native-notifier](https://github.com/seniv/react-native-notifier) | 2.0.0 | - | In Progress | In Progress | In Progress | +| 308 | [react-native-graph](https://github.com/margelo/react-native-graph) | 1.1.0 | - | In Progress | In Progress | In Progress | +| 309 | [react-native-mask-text](https://github.com/akinncar/react-native-mask-text) | 0.14.2 | - | - | - | [Link](/zh-cn/react-native-mask-text.md) | +| 310 | [mixpanel-react-native](https://github.com/mixpanel/mixpanel-react-native) | 3.0.5 | No | In Progress | In Progress | In Progress | +| 311 | [react-native-share](https://github.com/react-native-share/react-native-share) | 5.6.2 | Yes | In Progress | In Progress | In Progress | +| 312 | [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | 1.4.26 | - | [@react-native-oh-tpl/react-native-gifted-charts](https://github.com/react-native-oh-library/react-native-gifted-charts) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-gifted-charts) | [Link](/zh-cn/react-native-gifted-charts.md) | +| 313 | [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) | 2.1.2 | No | In Progress | In Progress | In Progress | +| 314 | [react-native-confetti-cannon](https://github.com/VincentCATILLON/react-native-confetti-cannon) | 1.5.2 | - | In Progress | In Progress | In Progress | +| 315 | [react-native-mail](https://github.com/chirag04/react-native-mail) | 6.1.1 | No | In Progress | In Progress | In Progress | +| 316 | [react-native-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/mobile) | 3.2.1 | - | In Progress | In Progress | In Progress | +| 317 | [rn-sliding-up-panel](https://github.com/octopitus/rn-sliding-up-panel) | 2.4.6 | - | In Progress | In Progress | In Progress | +| 318 | [react-native-tts](https://github.com/ak1394/react-native-tts) | 4.1.1 | Yes | [@react-native-oh-tpl/react-native-tts](https://github.com/react-native-oh-library/react-native-tts) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tts) | [Link](/zh-cn/react-native-tts.md) | +| 319 | [react-navigation-header-buttons](https://github.com/vonovak/react-navigation-header-buttons) | 12.0.0 | - | In Progress | In Progress | In Progress | +| 320 | [react-native-phone-number-input](https://github.com/garganurag893/react-native-phone-number-input) | 2.1.0 | - | In Progress | In Progress | In Progress | +| 321 | [react-native-version-number](https://github.com/APSL/react-native-version-number) | 0.3.6 | No | In Progress | In Progress | In Progress | +| 322 | [react-native-keyboard-accessory](https://github.com/ardaogulcan/react-native-keyboard-accessory) | 0.1.16 | - | In Progress | In Progress | In Progress | +| 323 | [react-native-swipe-gestures](https://github.com/glepur/react-native-swipe-gestures) | 1.0.5 | - | - | - | [Link](/zh-cn/react-native-swipe-gestures.md) | +| 324 | [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl) | 41.1.0 | - | [@react-native-oh-tpl/victory-native-xl](https://github.com/react-native-oh-library/victory-native-xl) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/victory-native-xl) | [Link](/zh-cn/victory-native-xl.md) | +| 325 | [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | 4.7.2 | Yes | - | - | [Link](/zh-cn/react-native-signature-canvas.md) | +| 326 | [react-native-sticky-parallax-header](https://github.com/netguru/sticky-parallax-header) | 1.0.0-rc.9 | - | In Progress | In Progress | In Progress | +| 327 | [react-native-multiple-select](https://github.com/toystars/react-native-multiple-select) | 0.5.12 | - | - | - | [Link](/zh-cn/react-native-multiple-select.md) | +| 328 | [react-native-switch](https://github.com/shahen94/react-native-switch) | 1.5.1 | - | In Progress | In Progress | In Progress | +| 329 | [react-native-material-menu](https://github.com/mxck/react-native-material-menu) | 2.0.0 | - | - | - | [Link](/zh-cn/react-native-material-menu.md) | +| 330 | [react-native-swipeable-list](https://github.com/esthor/react-native-swipeable-list) | 0.1.2 | - | - | - | [Link](/zh-cn/react-native-swipeable-list.md) | +| 331 | [galio-framework](https://github.com/galio-org/galio) | 0.8.0 | - | In Progress | In Progress | In Progress | +| 332 | [react-native-incall-manager](https://github.com/react-native-webrtc/react-native-incall-manager) | 4.2.0 | No | [@react-native-oh-tpl/react-native-incall-manager](https://github.com/react-native-oh-library/react-native-incall-manager) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-incall-manager) | [Link](/zh-cn/react-native-incall-manager.md) | +| 333 | [react-native-securerandom](https://github.com/rh389/react-native-securerandom) | 1.0.1 | No | [@react-native-oh-tpl/react-native-securerandom](https://github.com/react-native-oh-library/react-native-securerandom) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-securerandom) | [Link](/zh-cn/react-native-securerandom.md) | +| 334 | [react-native-tcp-socket](https://github.com/Rapsssito/react-native-tcp-socket) | 6.2.0 | No | In Progress | In Progress | In Progress | +| 335 | [react-native-scroll-bottom-sheet](https://github.com/rgommezz/react-native-scroll-bottom-sheet) | 0.7.0 | - | In Progress | In Progress | In Progress | +| 336 | [react-native-send-intent](https://github.com/lucasferreira/react-native-send-intent) | 1.3.0 | Yes | In Progress | In Progress | In Progress | +| 337 | [react-native-copilot](https://github.com/mohebifar/react-native-copilot) | 3.3.2 | - | In Progress | In Progress | In Progress | +| 338 | [react-native-awesome-gallery](https://github.com/Flair-Dev/react-native-awesome-gallery) | 0.4.2 | - | In Progress | In Progress | In Progress | +| 339 | [react-navigation-bottom-sheet](https://github.com/th3rdwave/react-navigation-bottom-sheet) | 0.3.2 | - | In Progress | In Progress | In Progress | +| 340 | [rn-emoji-keyboard](https://github.com/TheWidlarzGroup/rn-emoji-keyboard) | 1.7.0 | - | In Progress | In Progress | In Progress | +| 341 | [react-native-chart-kit](https://github.com/indiespirit/react-native-chart-kit) | 6.12.0 | - | - | - | [Link](/zh-cn/react-native-chart-kit.md) | +| 342 | [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer) | 3.2.8 | - | In Progress | In Progress | In Progress | +| 343 | [react-native-safe-modules](https://github.com/emilioicai/react-native-safe-modules) | 1.0.3 | - | In Progress | In Progress | In Progress | +| 344 | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | 1.0.1 | - | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | [npm Link](https://www.npmjs.com/package/@react-native-ohos-community/auto-fill) | [Link](/zh-cn/react-native-ohos-community-auto-fill.md) | +| 345 | [react-native-modals](https://github.com/jacklam718/react-native-modals) | 0.22.3 | - | - | - | [Link](/zh-cn/react-native-modals.md) | +| 346 | [react-native-network-info](https://github.com/pusherman/react-native-network-info) | 5.2.1 | Yes | [@react-native-oh-tpl/react-native-network-info](https://github.com/react-native-oh-library/react-native-network-info) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-network-info) | [Link](/zh-cn/react-native-network-info.md) | +| 347 | [react-native-udp](https://github.com/tradle/react-native-udp) | 4.1.7 | - | In Progress | In Progress | In Progress | +| 348 | [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 2.0.0 | - | In Progress | In Progress | In Progress | +| 349 | [react-native-dismiss-keyboard](https://github.com/DanielMSchmidt/react-native-dismiss-keyboard) | 1.0.0 | - | - | - | [Link](/zh-cn/react-native-dismiss-keyboard.md) | +| 350 | [react-native-file-access](https://github.com/alpha0010/react-native-file-access) | 3.1.0 | Yes | In Progress | In Progress | In Progress | +| 351 | [react-native-compass-heading](https://github.com/firofame/react-native-compass-heading) | 1.2.0 | No | In Progress | In Progress | In Progress | +| 352 | [react-native-bars](https://github.com/zoontek/react-native-bars) | 2.4.3 | Yes | In Progress | In Progress | In Progress | +| 353 | [react-native-mlkit-ocr](https://github.com/agoldis/react-native-mlkit-ocr) | 0.3.0 | Yes | [@react-native-oh-tpl/react-native-mlkit-ocr](https://github.com/react-native-oh-library/react-native-mlkit-ocr) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mlkit-ocr) | [Link](/zh-cn/react-native-mlkit-ocr.md) | +| 354 | [react-native-screenshot-prevent](https://github.com/killserver/react-native-screenshot-prevent) | 1.2.1 | Yes | In Progress | In Progress | In Progress | +| 355 | [react-native-drax](https://github.com/nuclearpasta/react-native-drax) | 0.10.3 | - | [@react-native-oh-tpl/react-native-drax](https://github.com/react-native-oh-library/react-native-drax) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-drax) | [Link](/zh-cn/react-native-drax.md) | +| 356 | [@op-engineering/op-sqlite](https://github.com/OP-Engineering/op-sqlite) | 8.0.2 | Yes | [@react-native-oh-tpl/op-sqlite](https://github.com/react-native-oh-library/op-sqlite) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/op-sqlite) | [Link](/zh-cn/op-engineering-op-sqlite.md) | +| 357 | [react-native-theme-switch-animation](https://github.com/WadhahEssam/react-native-theme-switch-animation) | 0.6.0 | Yes | In Progress | In Progress | In Progress | +| 358 | [react-native-keys](https://github.com/numandev1/react-native-keys) | 0.7.10 | Yes | [@react-native-oh-tpl/react-native-keys](https://github.com/react-native-oh-library/react-native-keys) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keys) | [Link](/zh-cn/react-native-keys.md) | +| 359 | [react-native-theme-control](https://github.com/vonovak/react-native-theme-control) | 6.0.0 | No | In Progress | In Progress | In Progress | +| 360 | [@baronha/ting](https://github.com/baronha/ting) | 1.2.1 | Yes | In Progress | In Progress | In Progress | +| 361 | [react-native-localization-settings](https://github.com/jakex7/react-native-localization-settings) | 1.0.2 | Yes | In Progress | In Progress | In Progress | +| 362 | [@klarna/platform-colors](https://github.com/klarna-incubator/platform-colors) | 0.4.0 | Yes | In Progress | In Progress | In Progress | +| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-barcode-builder) | [Link](/zh-cn/react-native-barcode-builder.md) | +| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | No | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-neomorph-shadows) | [Link](/zh-cn/react-native-neomorph-shadows.md) | +| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | - | [Link](/zh-cn/ant-design-react-native.md) | +| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | Yes | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-screens) | [Link](/zh-cn/react-native-oh-tpl-react-native-screens.md) | + | +| 367 | [ffmpeg-kit-react-native](https://github.com/arthenica/ffmpeg-kit/tree/main/react-native) | 6.0.2 | - | [@react-native-oh-tpl/react-native-ffmpeg-kit](https://github.com/react-native-oh-library/ffmpeg-kit/releases) - | [Link](/zh-cn/react-native-ffmpeg-kit.md) | ## JS Third-Party Libraries diff --git a/zh-cn/README.md b/zh-cn/README.md index d5afafc7068d184fa1f5d8a647d40e5351bb6043..bb2f4c2491e5e78fe7d7891d71b20008eacc9a5c 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -29,374 +29,375 @@ > [!TIP] "HarmonyOSReleases"列为 "-" 表示该库在适配 HarmonyOS 平台过程不涉及代码修改,可直接使用源库代码 -| 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | HarmonyOS Releases | 文档链接 | -| ---- | ----------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -| 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | 是 | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage/releases) | [链接](/zh-cn/react-native-async-storage-async-storage.md) | -| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | 是 | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll/releases) | [链接](/zh-cn/react-native-cameraroll.md) | -| 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | 是 | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard/releases) | [链接](/zh-cn/react-native-clipboard-clipboard.md) | -| 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | 是 | [@react-native-oh-tpl/blur](https://github.com/react-native-oh-library/react-native-blur/releases) | [链接](/zh-cn/react-native-community-blur.md) | -| 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | 否 | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox/releases) | [链接](/zh-cn/react-native-community-checkbox.md) | -| 6 | [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | 7.6.2 | 是 | [@react-native-oh-tpl/datetimepicker](https://github.com/react-native-oh-library/datetimepicker/releases) | [链接](/zh-cn/react-native-community-datetimepicker.md) | -| 7 | [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) | 3.1.0 | 是 | [@react-native-oh-tpl/geolocation](https://github.com/react-native-oh-library/react-native-geolocation/releases) | [链接](/zh-cn/react-native-community-geolocation.md) | -| 8 | [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | 11.1.0 | 是 | [@react-native-oh-tpl/netinfo](https://github.com/react-native-oh-library/react-native-netinfo/releases) | [链接](/zh-cn/react-native-community-netinfo.md) | -| 9 | [@react-native-community/progress-bar-android](https://github.com/react-native-progress-view/progress-bar-android) | 1.0.4 | 是 | [@react-native-oh-tpl/progress-bar-android](https://github.com/react-native-oh-library/progress-bar-android/releases) | [链接](/zh-cn/react-native-community-progress-bar-android.md) | -| 10 | [@react-native-community/progress-view](https://github.com/react-native-progress-view/progress-view) | 1.4.2 | 是 | [@react-native-oh-tpl/progress-view](https://github.com/react-native-oh-library/progress-view/releases) | [链接](/zh-cn/react-native-community-progress-view.md) | -| 11 | [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) | 1.11.0 | 否 | [@react-native-oh-tpl/push-notification-ios](https://github.com/react-native-oh-library/react-native-push-notification-ios/releases) | [链接](/zh-cn/react-native-community-push-notification-ios.md) | -| 12 | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | 4.4.3 | 是 | [@react-native-oh-tpl/slider](https://github.com/react-native-oh-library/react-native-slider/releases) | [链接](/zh-cn/react-native-community-slider.md) | -| 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | 是 | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android/releases) | [链接](/zh-cn/react-native-community-toolbar-android.md) | -| 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | 否 | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies/releases) | [链接](/zh-cn/react-native-cookies-cookies.md) | -| 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | 否 | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view/releases) | [链接](/zh-cn/react-native-masked-view-masked-view.md) | -| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | 是 | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker/releases) | [链接](/zh-cn/react-native-picker-picker.md) | -| 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | 否 | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control/releases) | [链接](/zh-cn/react-native-community-segmented-control.md) | -| 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | [链接](/zh-cn/react-navigation-bottom-tabs.md) | -| 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-navigation-elements.md) | -| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | [链接](/zh-cn/react-navigation-native.md) | -| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | [链接](/zh-cn/react-navigation-stack.md) | -| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | 否 | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list/releases) | [链接](/zh-cn/shopify-flash-list.md) | -| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | 否 | 开发中 | 开发中 | -| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | 否 | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib/releases) | [链接](/zh-cn/react-native-wechat-lib.md) | -| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | 否 | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native/releases) | [链接](/zh-cn/jpush-react-native.md) | -| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | 否 | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization/releases) | [链接](/zh-cn/react-native-localization.md) | -| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | 否 | 开发中 | 开发中 | -| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | 否 | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly/releases) | [链接](/zh-cn/rn-bugly.md) | -| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard/releases) | [链接](/zh-cn/react-native-custom-keyboard.md) | -| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | [链接](/zh-cn/react-native-slider.md) | -| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail/releases) | [链接](/zh-cn/react-native-thumbnail.md) | -| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer/releases) | [链接](/zh-cn/react-native-doc-viewer.md) | -| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | 否 | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay/releases) | [链接](/zh-cn/react-native-alipay.md) | -| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | 否 | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate/releases) | [链接](/zh-cn/react-native-image-rotate.md) | -| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | 是 | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native/releases) | [链接](/zh-cn/lottie-react-native.md) | -| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | 否 | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent/releases) | [链接](/zh-cn/react-native-user-agent.md) | -| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | 否 | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid/releases) | [链接](/zh-cn/react-native-idfa-aaid.md) | -| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | 否 | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector/releases) | [链接](/zh-cn/react-native-file-selector.md) | -| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | 是 | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app/releases) | [链接](/zh-cn/react-native-exit-app.md) | -| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | [链接](/zh-cn/react-native-calendars.md) | -| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) | [链接](/zh-cn/react-native-tab-navigator.md) | -| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode/releases) | [链接](/zh-cn/react-native-QRCode.md) | -| 43 | [react-native-pickers](https://github.com/iberHK/react-native-picker) | 2.0.0 | - | - | [链接](/zh-cn/react-native-pickers.md) | -| 44 | [react-native-video-cache](https://github.com/zhigang1992/react-native-video-cache) | 2.7.1 | - | [@react-native-oh-library/react-native-video-cache](https://github.com/react-native-oh-library/react-native-video-cache/releases) | [链接](/zh-cn/react-native-video-cache.md) | -| 45 | [react-native-action-button](https://github.com/mastermoo/react-native-action-button) | 2.8.5 | \- | \- | [链接](/zh-cn/react-native-action-button.md) | -| 46 | [react-native-animate-number](https://github.com/wkh237/react-native-animate-number) | 0.1.2 | \- | \- | [链接](/zh-cn/react-native-animate-number.md) | -| 47 | [react-native-aria](https://github.com/gluestack/react-native-aria/) | 0.2.3 | \- | \- | [链接](/zh-cn/react-native-aria.md) | -| 48 | [react-native-autoheight-webview](https://github.com/iou90/react-native-autoheight-webview) | 1.6.5 | \- | [@react-native-oh-tpl/react-native-autoheight-webview](https://github.com/react-native-oh-library/react-native-autoheight-webview/releases) | [链接](/zh-cn/react-native-autoheight-webview.md) | -| 49 | [react-native-base64](https://github.com/eranbo/react-native-base64) | 0.2.1 | \- | \- | [链接](/zh-cn/react-native-base64.md) | -| 50 | [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | 0.19.6 | 是 | [@react-native-oh-tpl/react-native-blob-util](https://github.com/react-native-oh-library/react-native-blob-util/releases) | [链接](/zh-cn/react-native-blob-util.md) | -| 51 | [react-native-canvas](https://github.com/iddan/react-native-canvas) | 0.1.39 | \- | \- | [链接](/zh-cn/react-native-canvas.md) | -| 52 | [react-native-check-box](https://github.com/crazycodeboy/react-native-check-box) | 2.1.0 | \- | \- | [链接](/zh-cn/react-native-check-box.md) | -| 53 | [react-native-confirmation-code-field](https://github.com/retyui/react-native-confirmation-code-field) | 7.4.0 | \- | \- | [链接](/zh-cn/react-native-confirmation-code-field.md) | -| 54 | [react-native-crypto-js](https://github.com/imchintan/react-native-crypto-js) | 1.0.0 | \- | \- | [链接](/zh-cn/react-native-crypto-js.md) | -| 55 | [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) | 3.4.9 | \- | \- | [链接](/zh-cn/react-native-dotenv.md) | -| 56 | [react-native-drag-sort](https://github.com/mochixuan/react-native-drag-sort) | 2.4.4 |否 | [@react-native-oh-tpl/react-native-drag-sort](https://github.com/react-native-oh-library/react-native-drag-sort/releases) | [链接](/zh-cn/react-native-drag-sort.md) | -| 57 | [react-native-drawer-layout-polyfill](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 2.0.0 | \- | \- | [链接](/zh-cn/react-native-drawer-layout-polyfill.md) | -| 58 | [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) | 1.9.1 | \- | \- | [链接](/zh-cn/react-native-echarts-pro.md) | -| 59 | [react-native-exception-handler](https://github.com/a7ul/react-native-exception-handler) | 2.10.10 | 否 | [@react-native-oh-tpl/react-native-exception-handler](https://github.com/react-native-oh-library/react-native-exception-handler/releases) | [链接](/zh-cn/react-native-exception-handler.md) | -| 60 | [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) | 8.6.3 | 否 | [@react-native-oh-tpl/react-native-fast-image](https://github.com/react-native-oh-library/react-native-fast-image/releases) | [链接](/zh-cn/react-native-fast-image.md) | -| 61 | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | 1.5.5 | \- | [@react-native-oh-tpl/react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image/releases) | [链接](/zh-cn/react-native-fit-Image.md) | -| 62 | [react-native-fs](https://github.com/itinance/react-native-fs) | 2.20.0 | 是 | [@react-native-oh-tpl/react-native-fs](https://github.com/react-native-oh-library/react-native-fs/releases) | [链接](/zh-cn/react-native-fs.md) | -| 63 | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | 2.14.1 | 否 | [@react-native-oh-tpl/react-native-gesture-handler](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler/releases) | [链接](/zh-cn/react-native-gesture-handler.md) | -| 64 | [react-native-image-editor](https://github.com/callstack/react-native-image-editor) | 3.2.0 | 是 | [@react-native-oh-tpl/react-native-image-editor](https://github.com/react-native-oh-library/react-native-image-editor/releases) | [链接](/zh-cn/react-native-image-editor.md) | -| 65 | [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) | 7.0.3 | 是 | [@react-native-oh-tpl/react-native-image-picker](https://github.com/react-native-oh-library/react-native-image-picker/releases) | [链接](/zh-cn/react-native-image-picker.md) | -| 66 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | \- | [react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) | [链接](/zh-cn/react-native-image-zoom-viewer.md) | -| 67 | [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing/blob/master) | 0.2.2 | | [@react-native-oh-tpl/react-native-image-viewing](https://github.com/react-native-oh-library/react-native-image-viewing/releases) | [链接](/zh-cn/react-native-image-viewing.md) | -| 68 | [react-native-image-pan-zoom](https://github.com/ascoders/react-native-image-zoom) | 2.1.12 | \- | [@react-native-oh-tpl/react-native-image-pan-zoom](https://github.com/react-native-oh-library/react-native-image-zoom/releases) | [链接](/zh-cn/react-native-image-pan-zoom.md) | -| 69 | [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | 0.2.0 | \- | [@react-native-oh-tpl/react-native-intersection-observer](https://github.com/react-native-oh-library/react-native-intersection-observer/releases) | [链接](/zh-cn/react-native-intersection-observer.md) | -| 70 | [react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) | 0.9.5 | \- | [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/releases) | [链接](/zh-cn/react-native-keyboard-aware-scroll-view.md) | -| 71 | [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) | 3.0.0-alpha.1 | 是 | [@react-native-oh-tpl/react-native-linear-gradient](https://github.com/react-native-oh-library/react-native-linear-gradient/releases) | [链接](/zh-cn/react-native-linear-gradient.md) | -| 72 | [react-native-maps](https://github.com/react-native-maps/react-native-maps) | 1.10.3 | 是 | [@react-native-oh-tpl/react-native-maps](https://github.com/react-native-maps/react-native-maps/releases) | [链接](/zh-cn/react-native-maps.md) | -| 73 | [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) | 7.0.2 | \- | [@react-native-oh-tpl/react-native-markdown-display](https://github.com/react-native-oh-library/react-native-markdown-display/releases) | [链接](/zh-cn/react-native-markdown-display.md) | -| 74 | [react-native-marquee](https://github.com/kyo504/react-native-marquee/blob/master) | 0.5.0 | \- | [@react-native-oh-tpl/react-native-marquee](https://github.com/react-native-oh-library/react-native-marquee/releases) | [链接](/zh-cn/react-native-marquee.md) | -| 75 | [react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh) | 0.7.0 | 否 | [@react-native-oh-tpl/react-native-mjrefresh](https://github.com/react-native-oh-library/react-native-MJRefresh/releases) | [链接](/zh-cn/react-native-MJRefresh.md) | -| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | 是 | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view/releases) | [链接](/zh-cn/react-native-pager-view.md) | -| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | 是 | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf/releases) | [链接](/zh-cn/react-native-pdf.md) | -| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | 是 | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions/releases) | [链接](/zh-cn/react-native-permissions.md) | -| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view/releases) | [链接](/zh-cn/react-native-popover-view.md) | -| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | [链接](/zh-cn/react-native-popup-menu.md) | -| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress/releases) | [链接](/zh-cn/react-native-progress.md) | -| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull/releases) | [链接](/zh-cn/react-native-pull.md) | -| 83 | [react-native-qrcode-svg](https://github.com/awesomejerry/react-native-qrcode-svg) | 6.2.0 | \- | - | [链接](/zh-cn/react-native-qrcode-svg.md) | -| 84 | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | 3.6.0 | 是 | [@react-native-oh-tpl/react-native-reanimated](https://github.com/react-native-oh-library/react-native-reanimated/releases) | [链接](/zh-cn/react-native-reanimated.md) | -| 85 | [react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel) | 3.5.1 | \- | \- | [链接](/zh-cn/react-native-reanimated-carousel.md) | -| 86 | [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) | 0.2.0 | \- | \- | [链接](/zh-cn/react-native-reanimated-table.md) | -| 87 | [react-native-redash](https://github.com/wcandillon/react-native-redash/) | 18.1.3 | \- | \- | [链接](/zh-cn/react-native-redash.md) | -| 88 | [react-native-render-html](https://github.com/meliorence/react-native-render-html) | 6.3.4 | \- | \- | [链接](/zh-cn/react-native-render-html.md) | -| 89 | [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | 4.7.4 | 是 | [@react-native-oh-tpl/react-native-safe-area-context](https://github.com/react-native-oh-library/react-native-safe-area-context/releases) | [链接](/zh-cn/react-native-safe-area-context.md) | -| 90 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.29.0 | 是 | \- | [链接](/zh-cn/react-native-screens.md) | -| 91 | [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view) | 1.0.0 | - | [@react-native-oh-tpl/react-native-scrollable-tab-view](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) | [链接](/zh-cn/react-native-scrollable-tab-view.md) | -| 92 | [react-native-section-list-get-item-layout](https://github.com/jsoendermann/rn-section-list-get-item-layout) | 2.2.3 | - | \- | [链接](/zh-cn/react-native-section-list-get-item-layout.md) | -| 93 | [react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout) | 0.6.7 | 否 | [@react-native-oh-tpl/react-native-SmartRefreshLayout](https://github.com/react-native-oh-library/react-native-SmartRefreshLayout/releases) | [链接](/zh-cn/react-native-SmartRefreshLayout.md) | -| 94 | [react-native-snap-carousel](https://github.com/meliorence/react-native-snap-carousel) | 3.9.1 | \- | [@react-native-oh-tpl/react-native-snap-carousel](https://github.com/react-native-oh-library/react-native-snap-carousel/releases) | [链接](/zh-cn/react-native-snap-carousel.md) | -| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | 是 | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound/releases) | [链接](/zh-cn/react-native-sound.md) | -| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader/releases) | [链接](/zh-cn/react-native-stickyheader.md) | -| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | 是 | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg/releases) | [链接](/zh-cn/react-native-svg-capi.md) | -| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | [链接](/zh-cn/react-native-swipe-list-view.md) | -| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | - | \- | [链接](/zh-cn/react-native-swiper.md) | -| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-native-tab-view.md) | -| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | 是 | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size/releases) | [链接](/zh-cn/react-native-text-size.md) | -| 102 | [react-native-transitiongroup](https://github.com/madsleejensen/react-native-transitiongroup) | 1.2.0 | \- | [@react-native-oh-tpl/react-native-transitiongroup](https://github.com/react-native-oh-library/react-native-transitiongroup/releases) | [链接](/zh-cn/react-native-transitiongroup.md) | -| 103 | [react-native-translucent-modal](https://github.com/23mf/react-native-translucent-modal) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-translucent-modal](https://github.com/react-native-oh-library/react-native-translucent-modal/releases) | [链接](/zh-cn/react-native-translucent-modal.md) | -| 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | [链接](/zh-cn/react-native-vector-icons.md) | -| 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [链接](/zh-cn/react-native-video.md) | -| 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | 否 | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot/releases) | [链接](/zh-cn/react-native-view-shot.md) | -| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | 是 | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview/releases) | [链接](/zh-cn/react-native-webview.md) | -| 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | 是 | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core/releases) | [链接](/zh-cn/react-native-worklets-core.md) | -| 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | [链接](/zh-cn/react-subscribe.md) | -| 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | [链接](/zh-cn/react-native-secharts.md) | -| 111 | [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | 2.0.2 | - | - | [链接](/zh-cn/react-native-modalbox.md) | -| 112 | [recyclerlistview](https://github.com/Flipkart/recyclerlistview) | 4.2.0 | \- | \- | [链接](/zh-cn/recyclerlistview.md) | -| 113 | [react-native-modal-popover](https://github.com/doomsower/react-native-modal-popover) | 2.1.3 | - | - | [链接](/zh-cn/react-native-modal-popover.md) | -| 114 | [react-native-md5](https://github.com/kmend/react-native-md5) | 1.0.0 | - | - | [链接](/zh-cn/react-native-md5.md) | -| 115 | [react-native-dynamic](https://github.com/codemotionapps/react-native-dynamic) | 1.0.0 | - | - | [链接](/zh-cn/react-native-dynamic.md) | -| 116 | [@openspacelabs/react-native-zoomable-view](https://github.com/openspacelabs/react-native-zoomable-view) | 2.1.6 | - | - | [链接](/zh-cn/openspacelabs-react-native-zoomable-view.md) | -| 117 | [react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view) | 1.10.0 | - | 开发中 | 开发中 | -| 118 | [react-native-date-picker](https://github.com/henninghall/react-native-date-picker) | 5.0.4 | - | 开发中 | 开发中 | -| 119 | [rn-placeholder](https://github.com/mfrachet/rn-placeholder) | 3.0.3 | \- | \- | [链接](/zh-cn/rn-placeholder.md) | -| 120 | [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) | 2.2.4 | - | - | [链接](/zh-cn/react-native-iconfont-cli.md) | -| 121 | [react-native-mqtt](https://github.com/Introvertuous/react-native-mqtt) | 1.3.1 | - | - | [链接](/zh-cn/react-native-mqtt.md) | -| 122 | [react-native-sensors](https://github.com/react-native-sensors/react-native-sensors) | 7.2.1 | \- | [@react-native-oh-tpl/react-native-sensors](https://github.com/react-native-oh-library/react-native-sensors/releases) | [链接](/zh-cn/react-native-sensors.md) | -| 123 | [react-native-sortable-list](https://github.com/gitim/react-native-sortable-list) | 0.0.25 | \- | [@react-native-oh-tpl/react-native-sortable-list](https://github.com/react-native-oh-library/react-native-sortable-list) | [链接](/zh-cn/react-native-sortable-list.md) | -| 124 | [react-native-easy-toast](https://github.com/crazycodeboy/react-native-easy-toast) | 2.3.0 | \- | \- | [链接](/zh-cn/react-native-easy-toast.md) | -| 125 | [react-native-image-sequence-2](https://github.com/bwindsor/react-native-image-sequence) | 0.9.1 | 否 | [@react-native-oh-tpl/react-native-image-sequence-2](https://github.com/react-native-oh-library/react-native-image-sequence/releases) | [链接](/zh-cn/react-native-image-sequence-2.md) | -| 126 | [react-native-feather](https://github.com/yigithanyucedag/react-native-feather) | 1.1.2 | \- | \- | [链接](/zh-cn/react-native-feather.md) | -| 127 | [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/main/packages/native-stack) | 6.9.26 | − | [@react-native-oh-tpl/native-stack](https://github.com/react-native-oh-library/react-navigation/tree/sig/packages/native-stack) | [链接](/zh-cn/react-navigation-native-stack.md) | -| 128 | [react-native-clippath](https://github.com/Only-IceSoul/react-native-clippath) | 1.1.8 | 是 | [@react-native-oh-tpl/react-native-clippath](https://github.com/react-native-oh-library/react-native-clippath/releases) | [链接](/zh-cn/react-native-clippath-capi.md) | -| 129 | [react-native-waterfall-flow](https://github.com/axerjs/react-native-waterfall-flow) | 1.1.5 | − | − | [链接](/zh-cn/react-native-waterfall-flow.md) | -| 130 | [react-native-vconsole](https://github.com/kafudev/react-native-vconsole) | 0.1.11 | − | − | [链接](/zh-cn/react-native-vconsole.md) | -| 131 | [react-native-better-banner](https://github.com/tmxiong/better-banner) | 0.0.1 | − | − | [链接](/zh-cn/react-native-better-banner.md) | -| 132 | [react-native-ezswiper](https://github.com/easyui/react-native-ezswiper) | 1.3.0 | − | − | [链接](/zh-cn/react-native-ezswiper.md) | -| 133 | [react-native-image-header-scroll-view](https://github.com/bamlab/react-native-image-header-scroll-view) | 0.10.3 | − | − | [链接](/zh-cn/react-native-image-header-scroll-view.md) | -| 134 | [react-native-linear-gradient-text](https://github.com/HMDarkFir3/react-native-linear-gradient-text) | 1.2.8 | − | − | [链接](/zh-cn/react-native-linear-gradient-text.md) | -| 135 | [react-native-marquee-ab](https://github.com/ZhangTaoK/react-native-marquee-ab) | 2.0.0-rc.1 | − | − | [链接](/zh-cn/react-native-marquee-ab.md) | -| 136 | [react-native-reconnecting-websocket](https://github.com/React-Sextant/react-native-reconnecting-websocket) | 1.0.3 | − | − | [链接](/zh-cn/react-native-reconnecting-websocket.md) | -| 137 | [react-native-json-tree](https://github.com/Dean177/react-native-json-tree) | 1.3.0 | − | − | [链接](/zh-cn/react-native-json-tree.md) | -| 138 | [react-native-image-gallery](https://github.com/meliorence/react-native-image-gallery) | 2.1.5 | − | [@react-native-oh-tpl/react-native-image-gallery](https://github.com/react-native-oh-library/react-native-image-gallery) | [链接](/zh-cn/react-native-image-gallery.md) | -| 139 | [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) | 0.40.3 | 是 | [@react-native-oh-tpl/react-native-image-crop-picker](https://github.com/react-native-oh-library/react-native-image-crop-picker/releases) | [链接](/zh-cn/react-native-image-crop-picker.md) | -| 140 | [react-native-image-capinsets-next](https://github.com/mayconmesquita/react-native-image-capinsets-next) | 0.6.1 | - | [@react-native-oh-tpl/react-native-image-capinsets-next](https://github.com/react-native-oh-library/react-native-image-capinsets-next/releases) | [链接](/zh-cn/react-native-image-capinsets-next.md) | -| 141 | [react-native-map-linking](https://github.com/starlight36/react-native-map-linking) | 1.0.1 | − | [@react-native-oh-tpl/react-native-map-linking](https://github.com/react-native-oh-library/react-native-map-linking/releases) | [链接](/zh-cn/react-native-map-linking.md) | -| 142 | [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) | 4.0.1 | 否 | [@react-native-oh-tpl/react-native-vision-camera](https://github.com/react-native-oh-library/react-native-vision-camera/releases) | [链接](/zh-cn/react-native-vision-camera.md) | -| 143 | [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) | 7.0.0 | 否 | [@react-native-oh-tpl/react-native-zip-archive](https://github.com/react-native-oh-library/react-native-zip-archive/releases) | [链接](/zh-cn/react-native-zip-archive.md) | -| 144 | [react-native-audio](https://github.com/jsierles/react-native-audio) | 4.3.1 | 否 | [@react-native-oh-tpl/react-native-audio](https://github.com/react-native-oh-library/react-native-audio/releases) | [链接](/zh-cn/react-native-audio.md) | -| 145 | [react-native-simple-toast](https://github.com/vonovak/react-native-simple-toast) | 3.3.1 | 是 | [@react-native-oh-tpl/react-native-simple-toast](https://github.com/react-native-oh-library/react-native-simple-toast/releases) | [链接](/zh-cn/react-native-simple-toast.md) | -| 146 | [react-native-localize](https://github.com/zoontek/react-native-localize) | 3.1.0 | 是 | [@react-native-oh-tpl/react-native-localize](https://github.com/react-native-oh-library/react-native-localize/releases) | [链接](/zh-cn/react-native-localize.md) | -| 147 | [@bam.tech/react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer) | 3.0.9 | 是 | [@react-native-oh-tpl/react-native-image-resizer](https://github.com/react-native-oh-library/react-native-image-resizer/releases) | [链接](/zh-cn/bam-tech-react-native-image-resizer.md) | -| 148 | [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events) | 2.2.0 | 否 | [@react-native-oh-tpl/react-native-calendar-events](https://github.com/react-native-oh-library/react-native-calendar-events/releases) | [链接](/zh-cn/react-native-calendar-events.md) | -| 149 | [react-native-fileupload](https://github.com/PhilippKrone/react-native-fileupload) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-fileupload](https://github.com/react-native-oh-library/react-native-fileupload/releases) | [链接](/zh-cn/react-native-fileupload.md) | -| 150 | [react-native-flexi-radio-button](https://github.com/thegamenicorus/react-native-flexi-radio-button) | 0.2.1 | - | \- | [链接](/zh-cn/react-native-flexi-radio-button.md) | -| 151 | [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings) | 5.0.1 | - | \- | [链接](/zh-cn/react-native-root-siblings.md) | -| 152 | [react-native-root-modal](https://github.com/magicismight/react-native-root-modal) | 5.0.0 | - | [@react-native-oh-tpl/react-native-root-modal](https://github.com/react-native-oh-library/react-native-root-modal/releases) | [链接](/zh-cn/react-native-root-modal.md) | -| 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro/releases) | [链接](/zh-cn/react-native-switch-pro.md) | -| 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | [链接](/zh-cn/react-native-drop-shadow.md) | -| 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) | [链接](/zh-cn/react-native-nested-scroll-view.md) | -| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | 是 | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push/releases) | [链接](/zh-cn/react-native-code-push.md) | -| 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module/releases) | [链接](/zh-cn/react-native-safe-module.md) | -| 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | 否 | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage/releases) | [链接](/zh-cn/react-native-sqlite-storage.md) | -| 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | 否 | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient/releases) | [链接](/zh-cn/react-native-text-gradient.md) | -| 160 | [react-native-bindingx](https://github.com/alibaba/bindingx) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-bindingx](https://github.com/react-native-oh-library/react-native-bindingx/releases) | [链接](/zh-cn/react-native-bindingx.md) | -| 161 | [react-native-cardview](https://github.com/Kishanjvaghela/react-native-cardview) | 2.0.3 | 否 | [@react-native-oh-tpl/react-native-cardview](https://github.com/react-native-oh-library/react-native-cardview/releases) | [链接](/zh-cn/react-native-cardview.md) | -| 162 | [react-native-largelist](https://github.com/bolan9999/react-native-largelist) | 3.1.0-rc.2 | \- | [@react-native-oh-tpl/react-native-largelist](https://github.com/react-native-oh-library/react-native-largelist/releases) | [链接](/zh-cn/react-native-largelist.md) | -| 163 | [react-native-spring-scrollview](https://github.com/bolan9999/react-native-spring-scrollview/tree/master) | 2.0.22 | 否 | [@react-native-oh-tpl/react-native-spring-scrollview](https://github.com/react-native-oh-library/react-native-spring-scrollview/releases) | [链接](/zh-cn/react-native-spring-scrollview.md) | -| 164 | [react-native-color-matrix-image-filters](https://github.com/iyegoroff/react-native-color-matrix-image-filters) | 6.0.5 | 是 | [@react-native-oh-tpl/react-native-color-matrix-image-filters](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters/releases) | [链接](/zh-cn/react-native-color-matrix-image-filters.md) | -| 165 | [react-native-toast](https://github.com/remobile/react-native-toast/tree/master) | 1.0.7 | 否 | [@react-native-oh-tpl/react-native-toast](https://github.com/react-native-oh-library/react-native-toast/releases) | [链接](/zh-cn/remobile-react-native-toast.md) | -| 166 | [ react-native-syan-image-picker ](https://github.com/syanbo/react-native-syan-image-picker) | 0.5.3 | 否 | [@react-native-oh-tpl/react-native-syan-image-picker](https://github.com/react-native-oh-library/react-native-syan-image-picker/releases) | [链接](/zh-cn/react-native-syan-image-picker.md) | -| 167 | [react-native-amap-geolocation](https://github.com/qiuxiang/react-native-amap-geolocation) | 1.2.3 | 否 | [@react-native-oh-tpl/react-native-amap-geolocation](https://github.com/react-native-oh-library/react-native-amap-geolocation/releases) | [链接](/zh-cn/react-native-amap-geolocation.md) | -| 168 | [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) | 3.3.0 | 否 | [@react-native-oh-tpl/react-native-splash-screen](https://github.com/react-native-oh-library/react-native-splash-screen/releases) | [链接](/zh-cn/react-native-splash-screen.md) | -| 169 | [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map) | 1.0.37 | 否 | [@react-native-oh-tpl/react-native-baidu-map](https://github.com/react-native-oh-library/react-native-baidu-map/releases) | [链接](/zh-cn/react-native-baidu-map.md) | -| 170 | [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx) | 3.2.0 | 否 | [@react-native-oh-tpl/react-native-ble-plx](https://github.com/react-native-oh-library/react-native-ble-plx/releases) | [链接](/zh-cn/react-native-ble-plx.md) | -| 171 | [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) | 11.1.0 | 否 | [@react-native-oh-tpl/react-native-device-info](https://github.com/react-native-oh-library/react-native-device-info/releases) | [链接](/zh-cn/react-native-device-info.md) | -| 172 | [react-native-amap3d](https://github.com/qiuxiang/react-native-amap3d) | 3.2.4 | 否 | [@react-native-oh-tpl/react-native-amap3d](https://github.com/react-native-oh-library/react-native-amap3d/releases) | [链接](/zh-cn/react-native-amap3d.md) | -| 173 | [@itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview) | 1.1.7 | - | - | [链接](/zh-cn/react-native-scrollable-tabview.md) | -| 174 | [rneui](https://github.com/react-native-elements/react-native-elements) | 4.0.0-rc.8 | - | 开发中 | 开发中 | -| 175 | [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) | 3.5.1 | - | - | [链接](/zh-cn/react-native-root-toast.md) | -| 176 | [react-native-background-timer](https://github.com/ocetnik/react-native-background-timer) | 2.4.1 | 否 | [@react-native-oh-tpl/react-native-background-timer](https://github.com/react-native-oh-library/react-native-background-timer/releases) | [链接](/zh-cn/react-native-background-timer.md) | -| 177 | [react-native-htmlview](https://github.com/jsdf/react-native-htmlview) | 0.17.0 | - | - | [链接](/zh-cn/react-native-htmlview.md) | -| 178 | [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 1.5.1 | - | - | [链接](/zh-cn/react-native-spinkit.md) | -| 179 | [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) | 3.1.2 | - | - | [链接](/zh-cn/react-navigation-shared-element.md) | -| 180 | [react-native-switch-selector](https://github.com/App2Sales/react-native-switch-selector) | 2.1.4 | - | - | [链接](/zh-cn/react-native-switch-selector.md) | -| 181 | [@callstack/react-theme-provider](https://github.com/callstack/react-theme-provider) | 3.0.9 | - | - | [链接](/zh-cn/callstack-react-theme-provider.md) | -| 182 | [react-native-http-bridge](https://github.com/alwx/react-native-http-bridge) | 0.6.1 | 是 | [@react-native-oh-tpl/react-native-http-bridge](https://github.com/react-native-oh-library/react-native-http-bridge/releases) | [链接](/zh-cn/react-native-http-bridge.md) | -| 183 | [react-native-qr-decode-image-camera](https://github.com/deepanrajkumar/react-native-qr-decode-image-camera) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-qr-decode-image-camera](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera/releases) | [链接](/zh-cn/react-native-qr-decode-image-camera.md) | -| 184 | [react-native-touch-id](https://github.com/naoufal/react-native-touch-id) | 4.4.1 | 否 | [@react-native-oh-tpl/react-native-touch-id](https://github.com/react-native-oh-library/react-native-touch-id/releases) | [链接](/zh-cn/react-native-touch-id.md) | -| 185 | [react-native-animatable](https://github.com/oblador/react-native-animatable) | 1.4.0 | - | - | [链接](/zh-cn/react-native-animatable.md) | -| 186 | [react-native-modal](https://github.com/react-native-modal/react-native-modal) | 13.0.1 | - | [@react-native-oh-tpl/react-native-modal](https://github.com/react-native-oh-library/react-native-modal/releases) | [链接](/zh-cn/react-native-modal.md) | -| 187 | [react-native-collapsible](https://github.com/oblador/react-native-collapsible) | 1.6.1 | - | - | [链接](/zh-cn/react-native-collapsible.md) | -| 188 | [react-native-contacts](https://github.com/rt2zz/react-native-contacts) | 7.0.7 | 否 | - | [链接](/zh-cn/react-native-contacts.md) | -| 189 | [react-native-restart](https://github.com/avishayil/react-native-restart) | 0.0.27 | 是 | [@react-native-oh-tpl/react-native-restart](https://github.com/react-native-oh-library/react-native-restart/releases) | [链接](/zh-cn/react-native-restart.md) | -| 190 | [react-native-system-setting](https://github.com/c19354837/react-native-system-setting) | 1.7.6 | 否 | [@react-native-oh-tpl/react-native-system-setting](https://github.com/react-native-oh-library/react-native-system-setting/releases) | [链接](/zh-cn/react-native-system-setting.md) | -| 191 | [react-native-keep-awake](https://github.com/corbt/react-native-keep-awake) | 4.0.0 | 否 | [@react-native-oh-tpl/react-native-keep-awake](https://github.com/react-native-oh-library/react-native-keep-awake/releases) | [链接](/zh-cn/react-native-keep-awake.md) | -| 192 | [@react-native-community/hooks](https://github.com/react-native-community/hooks) | 3.0.0 | - | - |[链接](/zh-cn/react-native-community-hooks.md) | -| 193 | [react-navigation](https://github.com/react-navigation/react-navigation) | 6 | - | [@react-native-oh-tpl/react-navigation](https://github.com/react-native-oh-library/react-navigation/releases) | [链接](/zh-cn/react-navigation.md) | -| 194 | [react-native-default-preference](https://github.com/kevinresol/react-native-default-preference) | 1.4.4 | 否 | [@react-native-oh-tpl/react-native-default-preference](https://github.com/react-native-oh-library/react-native-default-preference/releases) | [链接](/zh-cn/react-native-default-preference.md) | -| 195 | [react-native-ble-manager](https://github.com/innoveit/react-native-ble-manager) | 11.5.5 | 否 | [@react-native-oh-tpl/react-native-ble-manager](https://github.com/react-native-oh-library/react-native-ble-manager/releases) | [链接](/zh-cn/react-native-ble-manager.md) | -| 196 | [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) | 6.0.0-alpha.9 | 否 | [@react-native-oh-tpl/react-native-sensitive-info](https://github.com/react-native-oh-library/react-native-sensitive-info/releases) | [链接](/zh-cn/react-native-sensitive-info.md) | -| 197 | [react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation) | 0.1.7 | - | - | [链接](/zh-cn/react-native-typing-animation.md) | -| 198 | [react-native-multi-slider](https://github.com/ptomasroos/react-native-multi-slider) | 2.2.2 | - | [@react-native-oh-tpl/react-native-multi-slider](https://github.com/react-native-oh-library/react-native-multi-slider/releases) | [链接](/zh-cn/react-native-multi-slider.md) | -| 199 | [react-native-orientation](https://github.com/yamill/react-native-orientation) | 3.1.3 | - | [@react-native-oh-tpl/react-native-orientation](https://github.com/react-native-oh-library/react-native-orientation/releases) | [链接](/zh-cn/react-native-orientation.md) | -| 200 | [rn-tourguide](https://github.com/xcarpentier/rn-tourguide) | 3.3.0 | - | [@react-native-oh-tpl/rn-tourguide](https://github.com/react-native-oh-library/rn-tourguide/releases) | [链接](/zh-cn/rn-tourguide.md) | -| 201 | [react-native-performance](https://github.com/oblador/react-native-performance/tree/master/packages/react-native-performance) | 5.1.2 | 是 | [@react-native-oh-tpl/react-native-performance](https://github.com/react-native-oh-library/react-native-performance/releases) | [链接](/zh-cn/react-native-performance.md) | -| 202 | [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | 12.5.1 | - | - | [链接](/zh-cn/react-native-testing-library.md) | -| 203 | [react-native-dropdown-picker](https://github.com/hossein-zare/react-native-dropdown-picker) | 5.4.6 | - | - | [链接](/zh-cn/react-native-dropdown-picker.md) | -| 204 | [react-native-shake](https://github.com/Doko-Demo-Doa/react-native-shake) | 5.6.2 | 是 | [@react-native-oh-tpl/react-native-shake ](https://github.com/react-native-oh-library/react-native-shake/releases) | [链接](/zh-cn/react-native-shake.md) | -| 205 | [react-native-material-dropdown](https://github.com/n4kz/react-native-material-dropdown) | 0.11.1 | - | [@react-native-oh-tpl/react-native-material-dropdown](https://github.com/react-native-oh-library/react-native-material-dropdown/releases) | [链接](/zh-cn/react-native-material-dropdown.md) | -| 206 | [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) | 9.2.0 | 是 | [@react-native-oh-tpl/react-native-document-picker](https://github.com/react-native-oh-library/document-picker/releases) | [链接](/zh-cn/react-native-document-picker.md) | -| 207 | [react-native-fingerprint-scanner](https://github.com/hieuvp/react-native-fingerprint-scanner) | 6.0.0 | 否 | [@react-native-oh-tpl/react-native-fingerprint-scanner](https://github.com/react-native-oh-library/react-native-fingerprint-scanner/releases) | [链接](/zh-cn/react-native-fingerprint-scanner.md) | -| 208 | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | 1.11.0 | 否 | [@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values/releases) | [链接](/zh-cn/react-native-get-random-values.md) | -| 209 | [native-base](https://github.com/GeekyAnts/NativeBase) | 3.4.28 | - | [@react-native-oh-tpl/native-base](https://github.com/react-native-oh-library/NativeBase) | [链接](/zh-cn/NativeBase.md) | -| 210 | [react-native-orientation-locker](https://github.com/wonday/react-native-orientation-locker) | 1.7.0 | 否 | [@react-native-oh-library/react-native-orientation-locker](https://github.com/react-native-oh-library/react-native-orientation-locker/releases) | [链接](/zh-cn/react-native-orientation-locker.md) | -| 211 | [react-native-ssl-pinning](https://github.com/MaxToyberman/react-native-ssl-pinning) | 1.5.7 | - | [@react-native-oh-tpl/react-native-ssl-pinning](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | [链接](/zh-cn/react-native-ssl-pinning.md) | -| 212 | [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | 6.1.1 | 是 | [@react-native-oh-tpl/react-native-bootsplash](https://github.com/react-native-oh-library/react-native-bootsplash/releases) | [链接](/zh-cn/react-native-bootsplash.md) | -| 213 | [react-native-size-matters](https://github.com/nirsky/react-native-size-matters) | 0.4.2 | 否 | - | [链接](/zh-cn/react-native-size-matters.md) | -| 214 | [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) | 2.4.0 | - | 开发中 | 开发中 | -| 215 | [parse](https://github.com/parse-community/Parse-SDK-JS) | 5.3.0-beta.1 | - | - | [链接](/zh-cn/Parse-SDK-JS.md) | -| 216 | [react-native-shadow-2](https://github.com/SrBrahma/react-native-shadow-2) | 7.0.8 | - | - | [链接](/zh-cn/react-native-shadow-2.md) | -| 217 | [@shopify/restyle](https://github.com/Shopify/restyle) | 2.4.2 | - | - | [链接](/zh-cn/Shopify-restyle.md) | -| 218 | [nativewind](https://github.com/marklawlor/nativewind/tree/main/packages/nativewind) | 2.0.11 | - | [@react-native-oh-tpl/nativewind](https://github.com/react-native-oh-library/nativewind/releases) | [链接](/zh-cn/nativewind.md) | -| 219 | [react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal) | 2.0.0 | - | [@react-native-oh-tpl/react-native-country-picker-modal](https://github.com/react-native-oh-library/react-native-country-picker-modal/releases) | [链接](/zh-cn/react-native-country-picker-modal.md) | -| 220 | [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback) | 2.2.0 | 是 | [@react-native-oh-tpl/react-native-haptic-feedback](https://github.com/react-native-oh-library/react-native-haptic-feedback/releases) | [链接](/zh-cn/react-native-haptic-feedback.md) | -| 221 | [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | 2.0.0 | - | - | [链接](/zh-cn/react-native-url-polyfill.md) | -| 222 | [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder) | 2.0.8 | 否 | - | [链接](/zh-cn/react-native-shimmer-placeholder.md) | -| 223 | [react-native-flash-message](https://github.com/lucasferreira/react-native-flash-message) | 0.4.2 | - | - | [链接](/zh-cn/react-native-flash-message.md) | -| 224 | [react-native-ratings](https://github.com/Monte9/react-native-ratings) | 8.1.0 | - | - | [链接](/zh-cn/react-native-ratings.md) | -| 225 | [react-native-dropdownalert](https://github.com/testshallpass/react-native-dropdownalert) | 5.1.0 | 否 | [@react-native-oh-tpl/react-native-dropdownalert](https://github.com/react-native-oh-library/react-native-dropdownalert/releases) | [链接](/zh-cn/react-native-dropdownalert.md) -| 226 | [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | 2.12.1 | - | - | [链接](/zh-cn/react-native-element-dropdown.md) | -| 227 | [react-native-easy-grid](https://github.com/GeekyAnts/react-native-easy-grid) | 0.2.2 | - | - | [链接](/zh-cn/react-native-easy-grid.md) | -| 228 | [react-native-offline](https://github.com/rgommezz/react-native-offline) | 6.0.2 | - |- | [链接](/zh-cn/react-native-offline.md) | -| 229 | [react-native-material-ui](https://github.com/xotahal/react-native-material-ui) | 1.30.1 | - | [@react-native-oh-tpl/react-native-material-ui](https://github.com/react-native-oh-library/react-native-material-ui/releases) | [链接](/zh-cn/react-native-material-ui.md) | -| 230 | [react-native-credit-card-input](https://github.com/sbycrosz/react-native-credit-card-input) | 0.4.1 | - | [@react-native-oh-tpl/react-native-credit-card-input](https://github.com/react-native-oh-library/react-native-credit-card-input) | [链接](/zh-cn/react-native-credit-card-input.md) | -| 231 | [react-native-crypto](https://github.com/tradle/react-native-crypto) | 2.2.0 | - | - | [链接](/zh-cn/react-native-crypto.md) | -| 232 | [react-native-unistyles](https://github.com/jpudysz/react-native-unistyles) | 2.7.2 | 否 | [@react-native-oh-tpl/react-native-unistyles](https://github.com/react-native-oh-library/react-native-unistyles/releases) | [链接](/zh-cn/react-native-unistyles.md) | -| 233 | [react-native-signature-capture](https://github.com/RepairShopr/react-native-signature-capture) | 0.4.11 | 否 | [@react-native-oh-tpl/react-native-signature-capture](https://github.com/react-native-oh-library/react-native-signature-capture/releases) | [链接](/zh-cn/react-native-signature-capture.md) | -| 234 | [react-native-deck-swiper](https://github.com/alexbrillant/react-native-deck-swiper) | 2.0.17 | - | - | [链接](/zh-cn/react-native-deck-swiper.md) | -| 235 | [react-native-autocomplete-dropdown](https://github.com/onmotion/react-native-autocomplete-dropdown) | 4.0.0-rc.5 | - | - | [链接](/zh-cn/react-native-autocomplete-dropdown.md) | -| 236 | [@klarna/react-native-vector-drawable](https://github.com/klarna-incubator/react-native-vector-drawable) | 0.5.1 | 是 | [@react-native-oh-library/react-native-vector-drawable](https://github.com/react-native-oh-library/react-native-vector-drawable) | [链接](/zh-cn/react-native-vector-drawable.md) | -| 237 | [react-native-material-buttons](https://github.com/n4kz/react-native-material-buttons) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-material-buttons](https://github.com/react-native-oh-library/react-native-material-buttons/releases) | [链接](/zh-cn/react-native-material-buttons.md) | -| 238 | [@expo/react-native-action-sheet](https://github.com/expo/react-native-action-sheet) | 4.0.1 | - | - | [链接](/zh-cn/react-native-action-sheet.md) | -| 239 | [react-native-communications](https://github.com/davebeehively/react-native-communications) | 2.2.1 | - | - | [链接](/zh-cn/react-native-communications.md) | -| 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | [链接](/zh-cn/react-native-lightbox.md) | -| 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | 否 | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail/releases) | [链接](/zh-cn/react-native-create-thumbnail.md) | -| 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | [链接](/zh-cn/react-native-paper.md) | -| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker/releases) | [链接](/zh-cn/react-native-picker.md) | -| 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | 是 | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element/releases) | [链接](/zh-cn/react-native-shared-element.md) | -| 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [链接](/zh-cn/gorhom-bottom-sheet.md) | -| 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | 否 | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage/releases) | [链接](/zh-cn/react-native-mmkv-storage.md) | -| 247 | [react-native-ui-lib](https://github.com/wix/react-native-ui-lib) | 7.0.0 | - | [@react-native-oh-tpl/react-native-ui-lib](https://github.com/react-native-oh-library/react-native-ui-lib/releases) | [链接](/zh-cn/react-native-ui-lib.md) | -| 248 | [react-native-skia](https://github.com/Shopify/react-native-skia) | 1.3.7 | 是 | [@react-native-oh-tpl/react-native-skia](https://github.com/react-native-oh-library/react-native-skia) | [链接](/zh-cn/react-native-skia.md) | -| 249 | [react-native-print](https://github.com/christopherdro/react-native-print) | 0.10.0 | 否 | [@react-native-oh-tpl/react-native-print](https://github.com/react-native-oh-library/react-native-print/releases) |[链接](/zh-cn/react-native-print.md) | -| 250 | [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) | 3.7.0 | 否 | [@react-native-oh-tpl/react-native-inappbrowser-reborn](https://github.com/react-native-oh-library/react-native-inappbrowser/releases) | [链接](/zh-cn/react-native-inappbrowser.md) | -| 251 | [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) | 9.2.0 | - | [@react-native-oh-tpl/react-native-picker-select](https://github.com/react-native-oh-library/react-native-picker-select) | [链接](/zh-cn/react-native-picker-select.md) | -| 252 | [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-track-player](https://github.com/react-native-oh-library/react-native-track-player/releases) | [链接](/zh-cn/react-native-track-player.md) | -| 253 | [@invertase/react-native-apple-authentication](https://github.com/invertase/react-native-apple-authentication) | 2.3.0 | 否 | [@react-native-oh-tpl/react-native-apple-authentication](https://github.com/react-native-oh-library/react-native-apple-authentication/releases) | [链接](/zh-cn/react-native-apple-authentication.md) | -| 254 | [react-native-storage](https://github.com/sunnylqm/react-native-storage) | 1.0.1 | - | - | [链接](/zh-cn/react-native-storage.md) -| 255 | [react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit) | 13.0.0 | 是 | [@react-native-oh-tpl/react-native-camera-kit](https://github.com/react-native-oh-library/react-native-camera-kit/releases) | [链接](/zh-cn/react-native-camera-kit.md) | -| 256 | [react-native-nfc-manager](https://github.com/revtel/react-native-nfc-manager) | 3.15.1 | 是 | [@react-native-oh-tpl/react-native-nfc-manager](https://github.com/react-native-oh-library/react-native-nfc-manager/releases) | [链接](/zh-cn/react-native-nfc-manager.md) | -| 257 | [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash) | 2.0.3 | 是 | [@react-native-oh-tpl/react-native-blurhash](https://github.com/react-native-oh-library/react-native-blurhash/releases) | [链接](/zh-cn/react-native-blurhash.md) | -| 258 | [react-native-text-input-mask](https://github.com/react-native-text-input-mask/react-native-text-input-mask) | 3.1.5 | 否 | [@react-native-oh-tpl/react-native-text-input-mask](https://github.com/react-native-oh-library/react-native-text-input-mask/releases) | [链接](/zh-cn/react-native-text-input-mask.md) | -| 259 | [realm-js](https://github.com/realm/realm-js) | 0.10.0 | - | [@react-native-oh-tpl/realm-js](https://github.com/react-native-oh-library/realm-js/releases) | [链接](/zh-cn/realm-js.md) | -| 260 | [react-native-charts-wrapper](https://github.com/wuxudong/react-native-charts-wrapper) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-charts-wrapper](https://github.com/react-native-oh-library/react-native-charts-wrapper/releases) | [链接](/zh-cn/react-native-charts-wrapper.md) | -| 261 | [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | 1.12.6 | 是 |[@react-native-oh-tpl/react-native-keyboard-controller](https://github.com/react-native-oh-library/react-native-keyboard-controller/releases) | [链接](/zh-cn/react-native-keyboard-controller.md) | -| 262 | [react-native-waterflow-list](https://github.com/ZakZheng/react-native-waterflow-list) | 1.2.3 | - | - | [链接](/zh-cn/react-native-waterflow-list.md) | -| 263 | [react-native-config](https://github.com/lugg/react-native-config) | 1.5.3 | - | [@react-native-oh-library/react-native-config](https://github.com/react-native-oh-library/react-native-config/releases) | [链接](/zh-cn/react-native-config.md) | -| 264 | [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) | 2.8.1 | - | - | [链接](/zh-cn/react-native-video-controls.md) | -| 265 | [react-native-context-menu-view](https://github.com/mpiannucci/react-native-context-menu-view) | 1.16.0 | 否 | [@react-native-oh-tpl/react-native-context-menu-view](https://github.com/react-native-oh-library/react-native-context-menu-view) | [链接](/zh-cn/react-native-context-menu-view.md) | -| 266 | [react-native-view-pdf](https://github.com/rumax/react-native-PDFView) | 0.14.0 | 否 | [@react-native-oh-tpl/react-native-view-pdf](https://github.com/react-native-oh-library/react-native-PDFView/releases) | [链接](/zh-cn/react-native-view-pdf.md) | -| 267 | [react-native-hole-view](https://github.com/ibitcy/react-native-hole-view) | 3.0.0-alpha4 | 是 | [@react-native-oh-tpl/react-native-hole-view](https://github.com/react-native-oh-library/react-native-hole-view/releases) | [链接](/zh-cn/react-native-hole-view.md) | -| 268 | [react-native-material-textfield](https://github.com/n4kz/react-native-material-textfield) | 0.16.1 | - | [@react-native-oh-tpl/react-native-material-textfield](https://github.com/react-native-oh-library/react-native-material-textfield/releases) | [链接](/zh-cn/react-native-material-textfield.md) | -| 269 | [react-native-iphone-screen-helper](https://github.com/chlee1001/react-native-iphone-screen-helper) | 2.1.1 | - | [@react-native-oh-tpl/react-native-iphone-screen-helper](https://github.com/react-native-oh-library/react-native-iphone-screen-helper/releases) | [链接](/zh-cn/react-native-iphone-screen-helper.md) | -| 270 | [@freakycoder/react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable) | 1.0.3 | - | - | [链接](/zh-cn/freakycoder-react-native-bounceable.md) | -| 271 | [react-native-material-design-styles](https://github.com/binggg/react-native-material-design-styles) | 0.2.7 | - | - | [链接](/zh-cn/react-native-material-design-styles.md) | -| 272 | [react-native-flip-card](https://github.com/moschan/react-native-flip-card) | 3.5.7 | - | - | [链接](/zh-cn/react-native-flip-card.md) | -| 273 | [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes) | 3.6.1 | 否 | [@react-native-oh-tpl/react-native-randombytes](https://github.com/react-native-oh-library/react-native-randombytes/releases) | [链接](/zh-cn/react-native-randombytes.md) | -| 274 | [react-native-view-overflow](https://github.com/entria/react-native-view-overflow) | 0.0.5 | 是 | [@react-native-oh-tpl/react-native-view-overflow](https://github.com/react-native-oh-library/react-native-view-overflow/releases) | [链接](/zh-cn/react-native-view-overflow.md) | -| 275 | [react-native-masked-text](https://github.com/benhurott/react-native-masked-text) | 1.13.0 | - | - | [链接](/zh-cn/react-native-masked-text.md) | -| 276 | [reassure](https://github.com/callstack/reassure) | 1.0.0 | - | 开发中 | 开发中 | -| 277 | [react-native-bouncy-checkbox](https://github.com/WrathChaos/react-native-bouncy-checkbox) | 4.0.1 | - | - | [链接](/zh-cn/react-native-bouncy-checkbox.md) | -| 278 | [react-native-parsed-text](https://github.com/taskrabbit/react-native-parsed-text) | 0.0.22 | - | - | [链接](/zh-cn/react-native-parsed-text.md) | -| 279 | [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) | 3.0.1 | - | - | [链接](/zh-cn/react-native-loading-spinner-overlay.md) | -| 280 | [voice](https://github.com/react-native-voice/voice) | 3.2.4 | 否 | 开发中 | 开发中 | -| 281 | [react-native-hyperlink](https://github.com/obipawan/react-native-hyperlink) | 0.0.22 | - | - | [链接](/zh-cn/react-native-hyperlink.md) | -| 282 | [react-native-email-link](https://github.com/flexible-agency/react-native-email-link) | 1.15.0 | 是 | [@react-native-oh-tpl/react-native-email-link](https://github.com/react-native-oh-library/react-native-email-link/releases) | [链接](/zh-cn/react-native-email-link.md) | -| 283 | [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) | 5.4.0 | - | - | [链接](/zh-cn/react-native-autocomplete-input.md) | -| 284 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | - | [@react-native-oh-tpl/react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer/releases) |[链接](/zh-cn/react-native-image-zoom-viewer.md) | -| 285 | [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) | 4.2.5 | 否 | 开发中 | 开发中 | -| 286 | [react-native-step-indicator](https://github.com/24ark/react-native-step-indicator) | 1.0.3 | - | - | [链接](/zh-cn/react-native-step-indicator.md) | -| 287 | [react-native-textinput-maxlength-fixed](https://github.com/2017398956/react-native-textinput-maxlength-fixed) | 0.1.2 | - | [@react-native-oh-tpl/react-native-textinput-maxlength-fixed](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed/releases) | [链接](/zh-cn/react-native-textinput-maxlength-fixed.md) | -| 288 | [react-native-walkthrough-tooltip](https://github.com/CompanyCam/react-native-walkthrough-tooltip) | 1.6.0 | - | 开发中 | 开发中 | -| 289 | [react-native-autolink](https://github.com/joshswan/react-native-autolink) | 4.2.0 | - | - | [链接](/zh-cn/react-native-autoLink.md) | -| 290 | [react-native-indicators](https://github.com/n4kz/react-native-indicators) | 0.17.0 | - | - | [链接](/zh-cn/react-native-indicators.md) | -| 291 | [react-native-material-ripple](https://github.com/n4kz/react-native-material-ripple) | 0.9.1 | - | 开发中 | 开发中 | -| 292 | [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) | 1.2.4 | - | - | [链接](/zh-cn/react-native-error-boundary.md) | -| 293 | [@react-native-community/audio-toolkit](https://github.com/react-native-audio-toolkit/react-native-audio-toolkit) | 2.0.3 | - | [@react-native-oh-tpl/audio-toolkit](https://github.com/react-native-oh-library/react-native-audio-toolkit/releases) | [链接](/zh-cn/react-native-audio-toolkit.md) | -| 294 | [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts) | 5.3.0 | - | [@react-native-oh-tpl/react-native-svg-charts](https://github.com/react-native-oh-library/react-native-svg-charts/releases) | [链接](/zh-cn/react-native-svg-charts.md) | -| 295 | [react-native-file-viewer](https://github.com/vinzscam/react-native-file-viewer) | 2.1.5 | 否 | [@react-native-oh-tpl/react-native-file-viewer](https://github.com/react-native-oh-library/react-native-file-viewer/releases) | [链接](/zh-cn/react-native-file-viewer.md) | -| 296 | [react-native-responsive-fontSize](https://github.com/heyman333/react-native-responsive-fontsize) | 0.5.1 | - | - | [链接](/zh-cn/react-native-responsive-fontsize.md) | -| 297 | [react-native-button](https://github.com/ide/react-native-button) | 3.1.0 | - | - | [链接](/zh-cn/react-native-button.md) | -| 298 | [react-native-typography](https://github.com/hectahertz/react-native-typography) | 1.4.1 | - | 开发中 | 开发中 | -| 299 | [react-native-image-colors](https://github.com/osamaqarem/react-native-image-colors) | 2.4.0 | 否 | [@react-native-oh-tpl/react-native-image-colors](https://github.com/react-native-oh-library/react-native-image-colors/releases) | [链接](/zh-cn/react-native-image-colors.md) | -| 300 | [react-content-loader](https://github.com/danilowoz/react-content-loader) | 7.0.2 | - | [@react-native-oh-tpl/react-content-loader](https://github.com/react-native-oh-library/react-content-loader/releases) | [链接](/zh-cn/react-content-loader.md) | -| 301 | [react-native-snackbar](https://github.com/cooperka/react-native-snackbar) | 2.7.1 | 否 | 开发中 | 开发中 | -| 302 | [react-native-maps-directions](https://github.com/bramus/react-native-maps-directions) | 1.9.0 | - | 开发中 | 开发中 | -| 303 | [react-native-reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet) | 1.0.0-alpha.22 | - | [@react-native-oh-tpl/react-native-reanimated-bottom-sheet](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet/releases) | [链接](/zh-cn/react-native-reanimated-bottom-sheet.md) | -| 304 | [react-native-image-marker](https://github.com/JimmyDaddy/react-native-image-marker) | 1.2.6 | 否 | 开发中 | 开发中 | -| 305 | [react-native-audio-recorder-player](https://github.com/dooboolab/react-native-audio-recorder-player) | 3.6.10 | 是 |[@react-native-oh-tpl/react-native-audio-recorder-player](https://github.com/react-native-oh-library/react-native-audio-recorder-player/releases) | [链接](/zh-cn/react-native-audio-recorder-player.md) | -| 306 | [react-native-map-clustering](https://github.com/venits/react-native-map-clustering) | 3.4.2 | - | 开发中 | 开发中 | -| 307 | [react-native-notifier](https://github.com/seniv/react-native-notifier) | 2.0.0 | - | 开发中 | 开发中 | -| 308 | [react-native-graph](https://github.com/margelo/react-native-graph) | 1.1.0 | - | 开发中 | 开发中 | -| 309 | [react-native-mask-text](https://github.com/akinncar/react-native-mask-text) | 0.14.2 | - | - | [链接](/zh-cn/react-native-mask-text.md) | -| 310 | [mixpanel-react-native](https://github.com/mixpanel/mixpanel-react-native) | 3.0.5 | 否 | 开发中 | 开发中 | -| 311 | [react-native-share](https://github.com/react-native-share/react-native-share) | 5.6.2 | 是 | 开发中 | 开发中 | -| 312 | [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | 1.4.26 | - || [@react-native-oh-tpl/react-native-gifted-charts](https://github.com/react-native-oh-library/react-native-gifted-charts/releases) | [链接](/zh-cn/react-native-gifted-charts.md) | -| 313 | [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) | 2.1.2 | 否 | 开发中 | 开发中 | -| 314 | [react-native-confetti-cannon](https://github.com/VincentCATILLON/react-native-confetti-cannon) | 1.5.2 | - | 开发中 | 开发中 | -| 315 | [react-native-mail](https://github.com/chirag04/react-native-mail) | 6.1.1 | 否 | 开发中 | 开发中 | -| 316 | [react-native-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/mobile) | 3.2.1 | - | 开发中 | 开发中 | -| 317 | [rn-sliding-up-panel](https://github.com/octopitus/rn-sliding-up-panel) | 2.4.6 | - | 开发中 | 开发中 | -| 318 | [react-native-tts](https://github.com/ak1394/react-native-tts) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-tts](https://github.com/react-native-oh-library/react-native-tts/releases) | [链接](/zh-cn/react-native-tts.md) | -| 319 | [react-navigation-header-buttons](https://github.com/vonovak/react-navigation-header-buttons) | 12.0.0 | - | 开发中 | 开发中 | -| 320 | [react-native-phone-number-input](https://github.com/garganurag893/react-native-phone-number-input) | 2.1.0 | - | 开发中 | 开发中 | -| 321 | [react-native-version-number](https://github.com/APSL/react-native-version-number) | 0.3.6 | 否 | 开发中 | 开发中 | -| 322 | [react-native-keyboard-accessory](https://github.com/ardaogulcan/react-native-keyboard-accessory) | 0.1.16 | - | 开发中 | 开发中 | -| 323 | [react-native-swipe-gestures](https://github.com/glepur/react-native-swipe-gestures) | 1.0.5 | - | - | [链接](/zh-cn/react-native-swipe-gestures.md) | -| 324 | [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl) | 41.1.0 | - | [@react-native-oh-tpl/victory-native-xl](https://github.com/react-native-oh-library/victory-native-xl/releases) | [链接](/zh-cn/victory-native-xl.md) | -| 325 | [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | 4.7.2 | 是 | - | [链接](/zh-cn/react-native-signature-canvas.md) | -| 326 | [react-native-sticky-parallax-header](https://github.com/netguru/sticky-parallax-header) | 1.0.0-rc.9 | - | 开发中 | 开发中 | -| 327 | [react-native-multiple-select](https://github.com/toystars/react-native-multiple-select) | 0.5.12 | - | - | [链接](/zh-cn/react-native-multiple-select.md) | -| 328 | [react-native-switch](https://github.com/shahen94/react-native-switch) | 1.5.1 | - | 开发中 | 开发中 | -| 329 | [react-native-material-menu](https://github.com/mxck/react-native-material-menu) | 2.0.0 | - | - | [链接](/zh-cn/react-native-material-menu.md) | -| 330 | [react-native-swipeable-list](https://github.com/esthor/react-native-swipeable-list) | 0.1.2 | - | - | [链接](/zh-cn/react-native-swipeable-list.md) | -| 331 | [galio-framework](https://github.com/galio-org/galio) | 0.8.0 | - | 开发中 | 开发中 | -| 332 | [react-native-incall-manager](https://github.com/react-native-webrtc/react-native-incall-manager) | 4.2.0 | 否 | [@react-native-oh-tpl/react-native-incall-manager](https://github.com/react-native-oh-library/react-native-incall-manager/releases) | [链接](/zh-cn/react-native-incall-manager.md) | -| 333 | [react-native-securerandom](https://github.com/rh389/react-native-securerandom) | 1.0.1 | 否 | [@react-native-oh-library/react-native-securerandom](https://github.com/react-native-oh-library/react-native-securerandom/releases) | [链接](/zh-cn/react-native-securerandom.md) | -| 334 | [react-native-tcp-socket](https://github.com/Rapsssito/react-native-tcp-socket) | 6.2.0 | 否 | 开发中 | 开发中 | -| 335 | [react-native-scroll-bottom-sheet](https://github.com/rgommezz/react-native-scroll-bottom-sheet) | 0.7.0 | - | 开发中 | 开发中 | -| 336 | [react-native-send-intent](https://github.com/lucasferreira/react-native-send-intent) | 1.3.0 | 是 | 开发中 | 开发中 | -| 337 | [react-native-copilot](https://github.com/mohebifar/react-native-copilot) | 3.3.2 | - | 开发中 | 开发中 | -| 338 | [react-native-awesome-gallery](https://github.com/Flair-Dev/react-native-awesome-gallery) | 0.4.2 | - | 开发中 | 开发中 | -| 339 | [react-navigation-bottom-sheet](https://github.com/th3rdwave/react-navigation-bottom-sheet) | 0.3.2 | - | 开发中 | 开发中 | -| 340 | [rn-emoji-keyboard](https://github.com/TheWidlarzGroup/rn-emoji-keyboard) | 1.7.0 | - | 开发中 | 开发中 | -| 341 | [react-native-chart-kit](https://github.com/indiespirit/react-native-chart-kit) | 6.12.0 | - | - | [链接](/zh-cn/react-native-chart-kit.md) | -| 342 | [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer) | 3.2.8 | - | 开发中 | 开发中 | -| 343 | [react-native-safe-modules](https://github.com/emilioicai/react-native-safe-modules) | 1.0.3 | - | 开发中 | 开发中 | -| 344 | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | 1.0.1 | - | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill/releases) | [链接](/zh-cn/react-native-ohos-community-auto-fill.md) | -| 345 | [react-native-modals](https://github.com/jacklam718/react-native-modals) | 0.22.3 | - | - | [链接](/zh-cn/react-native-modals.md) | -| 346 | [react-native-network-info](https://github.com/pusherman/react-native-network-info) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-network-info](https://github.com/react-native-oh-library/react-native-network-info/releases) | [链接](/zh-cn/react-native-network-info.md) | -| 347 | [react-native-udp](https://github.com/tradle/react-native-udp) | 4.1.7 | - | 开发中 | 开发中 | -| 348 | [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 2.0.0 | - | 开发中 | 开发中 | -| 349 | [react-native-dismiss-keyboard](https://github.com/DanielMSchmidt/react-native-dismiss-keyboard) | 1.0.0 | - | - | [链接](/zh-cn/react-native-dismiss-keyboard.md) | -| 350 | [react-native-file-access](https://github.com/alpha0010/react-native-file-access) | 3.1.0 | 是 | 开发中 | 开发中 | -| 351 | [react-native-compass-heading](https://github.com/firofame/react-native-compass-heading) | 1.2.0 | 否 | 开发中 | 开发中 | -| 352 | [react-native-bars](https://github.com/zoontek/react-native-bars) | 2.4.3 | 是 | 开发中 | 开发中 | -| 353 | [react-native-mlkit-ocr](https://github.com/agoldis/react-native-mlkit-ocr) | 0.3.0 | 是 | [@react-native-oh-tpl/react-native-mlkit-ocr](https://github.com/react-native-oh-library/react-native-mlkit-ocr/releases) | [链接](/zh-cn/react-native-mlkit-ocr.md) | -| 354 | [react-native-screenshot-prevent](https://github.com/killserver/react-native-screenshot-prevent) | 1.2.1 | 是 | 开发中 | 开发中 | -| 355 | [react-native-drax](https://github.com/nuclearpasta/react-native-drax) | 0.10.3 | - | [@react-native-oh-tpl/react-native-drax](https://github.com/react-native-oh-library/react-native-drax) | [链接](/zh-cn/react-native-drax.md) | -| 356 | [@op-engineering/op-sqlite](https://github.com/OP-Engineering/op-sqlite) | 8.0.2 | 是 | [@react-native-oh-tpl/op-sqlite](https://github.com/react-native-oh-library/op-sqlite/releases) | [链接](/zh-cn/op-engineering-op-sqlite.md) | -| 357 | [react-native-theme-switch-animation](https://github.com/WadhahEssam/react-native-theme-switch-animation) | 0.6.0 | 是 | 开发中 | 开发中 | -| 358 | [react-native-keys](https://github.com/numandev1/react-native-keys) | 0.7.10 | 是 | [@react-native-oh-library/react-native-keys](https://github.com/react-native-oh-library/react-native-keys/releases) | [链接](/zh-cn/react-native-keys.md) | -| 359 | [react-native-theme-control](https://github.com/vonovak/react-native-theme-control) | 6.0.0 | 否 | 开发中 | 开发中 | -| 360 | [@baronha/ting](https://github.com/baronha/ting) | 1.2.1 | 是 | 开发中 | 开发中 | -| 361 | [react-native-localization-settings](https://github.com/jakex7/react-native-localization-settings) | 1.0.2 | 是 | 开发中 | 开发中 | -| 362 | [@klarna/platform-colors](https://github.com/klarna-incubator/platform-colors) | 0.4.0 | 是 | 开发中 | 开发中 | -| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder/releases) | [链接](/zh-cn/react-native-barcode-builder.md) | -| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | 否 | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows/releases) | [链接](/zh-cn/react-native-neomorph-shadows.md) | -| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | [链接](/zh-cn/ant-design-react-native.md) | -| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | 是 | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens/releases) | [链接](/zh-cn/react-native-oh-tpl-react-native-screens.md) | +| 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | 鸿蒙化库名 | npm发布地址 | 文档链接 | +| ---- | ------------------ | -------------- | ------------------ | ----------------- | ---------------- | ------------ | +| 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | 是 | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/async-storage) | [链接](/zh-cn/react-native-async-storage-async-storage.md) | +| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | 是 | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [链接](/zh-cn/react-native-cameraroll.md) | +| 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | 是 | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/clipboard) | [链接](/zh-cn/react-native-clipboard-clipboard.md) | +| 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | 是 | [@react-native-oh-tpl/blur](https://github.com/react-native-oh-library/react-native-blur) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/blur) | [链接](/zh-cn/react-native-community-blur.md) | +| 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | 否 | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox) | [npm地址](https://www.npmjs.com/package/react-native-check-box) | [链接](/zh-cn/react-native-community-checkbox.md) | +| 6 | [@react-native-community/datetimepicker](https://github.com/react-native-datetimepicker/datetimepicker) | 7.6.2 | 是 | [@react-native-oh-tpl/datetimepicker](https://github.com/react-native-oh-library/datetimepicker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/datetimepicker) | [链接](/zh-cn/react-native-community-datetimepicker.md) | +| 7 | [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) | 3.1.0 | 是 | [@react-native-oh-tpl/geolocation](https://github.com/react-native-oh-library/react-native-geolocation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/geolocation) | [链接](/zh-cn/react-native-community-geolocation.md) | +| 8 | [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | 11.1.0 | 是 | [@react-native-oh-tpl/netinfo](https://github.com/react-native-oh-library/react-native-netinfo) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/netinfo) | [链接](/zh-cn/react-native-community-netinfo.md) | +| 9 | [@react-native-community/progress-bar-android](https://github.com/react-native-progress-view/progress-bar-android) | 1.0.4 | 是 | [@react-native-oh-tpl/progress-bar-android](https://github.com/react-native-oh-library/progress-bar-android) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/progress-bar-android) | [链接](/zh-cn/react-native-community-progress-bar-android.md) | +| 10 | [@react-native-community/progress-view](https://github.com/react-native-progress-view/progress-view) | 1.4.2 | 是 | [@react-native-oh-tpl/progress-view](https://github.com/react-native-oh-library/progress-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/progress-view) | [链接](/zh-cn/react-native-community-progress-view.md) | +| 11 | [@react-native-community/push-notification-ios](https://github.com/react-native-push-notification/ios) | 1.11.0 | 否 | [@react-native-oh-tpl/push-notification-ios](https://github.com/react-native-oh-library/react-native-push-notification-ios) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/push-notification-ios) | [链接](/zh-cn/react-native-community-push-notification-ios.md) | +| 12 | [@react-native-community/slider](https://github.com/callstack/react-native-slider) | 4.4.3 | 是 | [@react-native-oh-tpl/slider](https://github.com/react-native-oh-library/react-native-slider) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/slider) | [链接](/zh-cn/react-native-community-slider.md) | +| 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | 是 | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/toolbar-android) | [链接](/zh-cn/react-native-community-toolbar-android.md) | +| 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | 否 | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/cookies) | [链接](/zh-cn/react-native-cookies-cookies.md) | +| 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | 否 | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/masked-view) | [链接](/zh-cn/react-native-masked-view-masked-view.md) | +| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | 是 | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [链接](/zh-cn/react-native-picker-picker.md) | +| 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | 否 | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/segmented-control) | [链接](/zh-cn/react-native-community-segmented-control.md) | +| 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | \- | [链接](/zh-cn/react-navigation-bottom-tabs.md) | +| 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/elements) | [链接](/zh-cn/react-navigation-elements.md) | +| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | \- | [链接](/zh-cn/react-navigation-native.md) | +| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | \- | [链接](/zh-cn/react-navigation-stack.md) | +| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | 否 | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/flash-list) | [链接](/zh-cn/shopify-flash-list.md) | +| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | 否 | 开发中 | 开发中 | 开发中 | +| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | 否 | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | [npm地址](https://www.npmjs.com/package/@react-native-ohos/react-native-wechat-lib) | [链接](/zh-cn/react-native-wechat-lib.md) | +| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | 否 | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/jpush-react-native) | [链接](/zh-cn/jpush-react-native.md) | +| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | 否 | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localization) | [链接](/zh-cn/react-native-localization.md) | +| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | 否 | 开发中 | 开发中 | 开发中 | +| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | 否 | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/rn-bugly) | [链接](/zh-cn/rn-bugly.md) | +| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-custom-keyboard) | [链接](/zh-cn/react-native-custom-keyboard.md) | +| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | \- | [链接](/zh-cn/react-native-slider.md) | +| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-thumbnail) | [链接](/zh-cn/react-native-thumbnail.md) | +| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-doc-viewer) | [链接](/zh-cn/react-native-doc-viewer.md) | +| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | 否 | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-alipay) | [链接](/zh-cn/react-native-alipay.md) | +| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | 否 | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-rotate) | [链接](/zh-cn/react-native-image-rotate.md) | +| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | 是 | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/lottie-react-native) | [链接](/zh-cn/lottie-react-native.md) | +| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | 否 | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-user-agent) | [链接](/zh-cn/react-native-user-agent.md) | +| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | 否 | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-idfa-aaid) | [链接](/zh-cn/react-native-idfa-aaid.md) | +| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | 否 | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-selector) | [链接](/zh-cn/react-native-file-selector.md) | +| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | 是 | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exit-app) | [链接](/zh-cn/react-native-exit-app.md) | +| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | - | [链接](/zh-cn/react-native-calendars.md) | +| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-navigator) | [链接](/zh-cn/react-native-tab-navigator.md) | +| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-qrcode) | [链接](/zh-cn/react-native-QRCode.md) | +| 43 | [react-native-pickers](https://github.com/iberHK/react-native-picker) | 2.0.0 | - | - | - | [链接](/zh-cn/react-native-pickers.md) | +| 44 | [react-native-video-cache](https://github.com/zhigang1992/react-native-video-cache) | 2.7.1 | - | [@react-native-oh-tpl/react-native-video-cache](https://github.com/react-native-oh-library/react-native-video-cache) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video-cache) | [链接](/zh-cn/react-native-video-cache.md) | +| 45 | [react-native-action-button](https://github.com/mastermoo/react-native-action-button) | 2.8.5 | \- | \- | \- | [链接](/zh-cn/react-native-action-button.md) | +| 46 | [react-native-animate-number](https://github.com/wkh237/react-native-animate-number) | 0.1.2 | \- | \- | \- | [链接](/zh-cn/react-native-animate-number.md) | +| 47 | [react-native-aria](https://github.com/gluestack/react-native-aria/) | 0.2.3 | \- | \- | \- | [链接](/zh-cn/react-native-aria.md) | +| 48 | [react-native-autoheight-webview](https://github.com/iou90/react-native-autoheight-webview) | 1.6.5 | \- | [@react-native-oh-tpl/react-native-autoheight-webview](https://github.com/react-native-oh-library/react-native-autoheight-webview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-autoheight-webview) | [链接](/zh-cn/react-native-autoheight-webview.md) | +| 49 | [react-native-base64](https://github.com/eranbo/react-native-base64) | 0.2.1 | \- | \- | \- | [链接](/zh-cn/react-native-base64.md) | +| 50 | [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | 0.19.6 | 是 | [@react-native-oh-tpl/react-native-blob-util](https://github.com/react-native-oh-library/react-native-blob-util) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-blob-util) | [链接](/zh-cn/react-native-blob-util.md) | +| 51 | [react-native-canvas](https://github.com/iddan/react-native-canvas) | 0.1.39 | \- | \- | \- | [链接](/zh-cn/react-native-canvas.md) | +| 52 | [react-native-check-box](https://github.com/crazycodeboy/react-native-check-box) | 2.1.0 | \- | \- | \- | [链接](/zh-cn/react-native-check-box.md) | +| 53 | [react-native-confirmation-code-field](https://github.com/retyui/react-native-confirmation-code-field) | 7.4.0 | \- | \- | \- | [链接](/zh-cn/react-native-confirmation-code-field.md) | +| 54 | [react-native-crypto-js](https://github.com/imchintan/react-native-crypto-js) | 1.0.0 | \- | \- | \- | [链接](/zh-cn/react-native-crypto-js.md) | +| 55 | [react-native-dotenv](https://github.com/goatandsheep/react-native-dotenv) | 3.4.9 | \- | \- | \- | [链接](/zh-cn/react-native-dotenv.md) | +| 56 | [react-native-drag-sort](https://github.com/mochixuan/react-native-drag-sort) | 2.4.4 |否 | [@react-native-oh-tpl/react-native-drag-sort](https://github.com/react-native-oh-library/react-native-drag-sort) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-drag-sort) | [链接](/zh-cn/react-native-drag-sort.md) | +| 57 | [react-native-drawer-layout-polyfill](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 2.0.0 | \- | \- | \- | [链接](/zh-cn/react-native-drawer-layout-polyfill.md) | +| 58 | [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) | 1.9.1 | \- | \- | \- | [链接](/zh-cn/react-native-echarts-pro.md) | +| 59 | [react-native-exception-handler](https://github.com/a7ul/react-native-exception-handler) | 2.10.10 | 否 | [@react-native-oh-tpl/react-native-exception-handler](https://github.com/react-native-oh-library/react-native-exception-handler) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exception-handler) | [链接](/zh-cn/react-native-exception-handler.md) | +| 60 | [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) | 8.6.3 | 否 | [@react-native-oh-tpl/react-native-fast-image](https://github.com/react-native-oh-library/react-native-fast-image) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fast-image) | [链接](/zh-cn/react-native-fast-image.md) | +| 61 | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | 1.5.5 | \- | [react-native-fit-Image](https://github.com/huiseoul/react-native-fit-image) | [npm地址](https://www.npmjs.com/package/react-native-fit-image) | [链接](/zh-cn/react-native-fit-Image.md) | +| 62 | [react-native-fs](https://github.com/itinance/react-native-fs) | 2.20.0 | 是 | [@react-native-oh-tpl/react-native-fs](https://github.com/react-native-oh-library/react-native-fs) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fs) | [链接](/zh-cn/react-native-fs.md) | +| 63 | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | 2.14.1 | 否 | [@react-native-oh-tpl/react-native-gesture-handler](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-gesture-handler) | [链接](/zh-cn/react-native-gesture-handler.md) | +| 64 | [react-native-image-editor](https://github.com/callstack/react-native-image-editor) | 3.2.0 | 是 | [@react-native-ohos/image-editor](https://github.com/react-native-oh-library/react-native-image-editor) | [npm地址](https://www.npmjs.com/package/@react-native-ohos/image-editor) | [链接](/zh-cn/react-native-image-editor.md) | +| 65 | [react-native-image-picker](https://github.com/react-native-image-picker/react-native-image-picker) | 7.0.3 | 是 | [@react-native-oh-tpl/react-native-image-picker](https://github.com/react-native-oh-library/react-native-image-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-picker) | [链接](/zh-cn/react-native-image-picker.md) | +| 66 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | \- | [react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer) | [npm地址](https://www.npmjs.com/package/react-native-image-zoom-viewer) | [链接](/zh-cn/react-native-image-zoom-viewer.md) | +| 67 | [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing/blob/master) | 0.2.2 | | [@react-native-oh-tpl/react-native-image-viewing](https://github.com/react-native-oh-library/react-native-image-viewing) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-viewing) | [链接](/zh-cn/react-native-image-viewing.md) | +| 68 | [react-native-image-pan-zoom](https://github.com/ascoders/react-native-image-zoom) | 2.1.12 | \- | [@react-native-oh-tpl/react-native-image-pan-zoom](https://github.com/react-native-oh-library/react-native-image-zoom) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-pan-zoom) | [链接](/zh-cn/react-native-image-pan-zoom.md) | +| 69 | [react-native-intersection-observer](https://github.com/zhbhun/react-native-intersection-observer) | 0.2.0 | \- | [@react-native-oh-tpl/react-native-intersection-observer](https://github.com/react-native-oh-library/react-native-intersection-observer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-intersection-observer) | [链接](/zh-cn/react-native-intersection-observer.md) | +| 70 | [react-native-keyboard-aware-scroll-view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) | 0.9.5 | \- | [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keyboard-aware-scroll-view) | [链接](/zh-cn/react-native-keyboard-aware-scroll-view.md) | +| 71 | [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) | 3.0.0-alpha.1 | 是 | [@react-native-oh-tpl/react-native-linear-gradient](https://github.com/react-native-oh-library/react-native-linear-gradient) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-linear-gradient) | [链接](/zh-cn/react-native-linear-gradient.md) | +| 72 | [react-native-maps](https://github.com/react-native-maps/react-native-maps) | 1.10.3 | 是 | [@react-native-oh-tpl/react-native-maps](https://github.com/react-native-maps/react-native-maps) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-maps) | [链接](/zh-cn/react-native-maps.md) | +| 73 | [react-native-markdown-display](https://github.com/iamacup/react-native-markdown-display) | 7.0.2 | \- | [@react-native-oh-tpl/react-native-markdown-display](https://github.com/react-native-oh-library/react-native-markdown-display) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-markdown-display) | [链接](/zh-cn/react-native-markdown-display.md) | +| 74 | [react-native-marquee](https://github.com/kyo504/react-native-marquee/blob/master) | 0.5.0 | \- | [@react-native-oh-tpl/react-native-marquee](https://github.com/react-native-oh-library/react-native-marquee) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-marquee) | [链接](/zh-cn/react-native-marquee.md) | +| 75 | [react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh) | 0.7.0 | 否 | [@react-native-oh-tpl/react-native-mjrefresh](https://github.com/react-native-oh-library/react-native-MJRefresh) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mjrefresh) | [链接](/zh-cn/react-native-MJRefresh.md) | +| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | 是 | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pager-view) | [链接](/zh-cn/react-native-pager-view.md) | +| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | 是 | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pdf) | [链接](/zh-cn/react-native-pdf.md) | +| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | 是 | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-permissions) | [链接](/zh-cn/react-native-permissions.md) | +| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-popover-view) | [链接](/zh-cn/react-native-popover-view.md) | +| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | \- | [链接](/zh-cn/react-native-popup-menu.md) | +| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-progress) | [链接](/zh-cn/react-native-progress.md) | +| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pull) | [链接](/zh-cn/react-native-pull.md) | +| 83 | [react-native-qrcode-svg](https://github.com/awesomejerry/react-native-qrcode-svg) | 6.2.0 | \- | - | - | [链接](/zh-cn/react-native-qrcode-svg.md) | +| 84 | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | 3.6.0 | 是 | [@react-native-oh-tpl/react-native-reanimated](https://github.com/react-native-oh-library/react-native-reanimated) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-reanimated) | [链接](/zh-cn/react-native-reanimated.md) | +| 85 | [react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel) | 3.5.1 | \- | \- | \- | [链接](/zh-cn/react-native-reanimated-carousel.md) | +| 86 | [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) | 0.2.0 | \- | \- | \- | [链接](/zh-cn/react-native-reanimated-table.md) | +| 87 | [react-native-redash](https://github.com/wcandillon/react-native-redash/) | 18.1.3 | \- | \- | \- | [链接](/zh-cn/react-native-redash.md) | +| 88 | [react-native-render-html](https://github.com/meliorence/react-native-render-html) | 6.3.4 | \- | \- | \- | [链接](/zh-cn/react-native-render-html.md) | +| 89 | [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | 4.7.4 | 是 | [@react-native-oh-tpl/react-native-safe-area-context](https://github.com/react-native-oh-library/react-native-safe-area-context) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-area-context) | [链接](/zh-cn/react-native-safe-area-context.md) | +| 90 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.29.0 | 是 | \- | \- | [链接](/zh-cn/react-native-screens.md) | +| 91 | [react-native-scrollable-tab-view](https://github.com/ptomasroos/react-native-scrollable-tab-view) | 1.0.0 | - | [@react-native-oh-tpl/react-native-scrollable-tab-view](https://github.com/react-native-oh-library/react-native-scrollable-tab-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-scrollable-tab-view) | [链接](/zh-cn/react-native-scrollable-tab-view.md) | +| 92 | [react-native-section-list-get-item-layout](https://github.com/jsoendermann/rn-section-list-get-item-layout) | 2.2.3 | - | \- | \- | [链接](/zh-cn/react-native-section-list-get-item-layout.md) | +| 93 | [react-native-SmartRefreshLayout](https://github.com/react-native-studio/react-native-SmartRefreshLayout) | 0.6.7 | 否 | [@react-native-oh-tpl/react-native-smartrefreshlayout](https://github.com/react-native-oh-library/react-native-SmartRefreshLayout) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-smartrefreshlayout) | [链接](/zh-cn/react-native-SmartRefreshLayout.md) | +| 94 | [react-native-snap-carousel](https://github.com/meliorence/react-native-snap-carousel) | 3.9.1 | \- | [@react-native-oh-tpl/react-native-snap-carousel](https://github.com/react-native-oh-library/react-native-snap-carousel) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-snap-carousel) | [链接](/zh-cn/react-native-snap-carousel.md) | +| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | 是 | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sound) | [链接](/zh-cn/react-native-sound.md) | +| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-stickyheader) | [链接](/zh-cn/react-native-stickyheader.md) | +| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | 是 | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-svg) | [链接](/zh-cn/react-native-svg-capi.md) | +| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | - | [链接](/zh-cn/react-native-swipe-list-view.md) | +| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | - | \- | - | [链接](/zh-cn/react-native-swiper.md) | +| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-view) | [链接](/zh-cn/react-native-tab-view.md) | +| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | 是 | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-size) | [链接](/zh-cn/react-native-text-size.md) | +| 102 | [react-native-transitiongroup](https://github.com/madsleejensen/react-native-transitiongroup) | 1.2.0 | \- | [@react-native-oh-tpl/react-native-transitiongroup](https://github.com/react-native-oh-library/react-native-transitiongroup) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-transitiongroup) | [链接](/zh-cn/react-native-transitiongroup.md) | +| 103 | [react-native-translucent-modal](https://github.com/23mf/react-native-translucent-modal) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-translucent-modal](https://github.com/react-native-oh-library/react-native-translucent-modal) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-translucent-modal) | [链接](/zh-cn/react-native-translucent-modal.md) | +| 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | \- | [链接](/zh-cn/react-native-vector-icons.md) | +| 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video) | [链接](/zh-cn/react-native-video.md) | +| 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | 否 | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-shot) | [链接](/zh-cn/react-native-view-shot.md) | +| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | 是 | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [链接](/zh-cn/react-native-webview.md) | +| 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | 是 | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-worklets-core) | [链接](/zh-cn/react-native-worklets-core.md) | +| 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | - | [链接](/zh-cn/react-subscribe.md) | +| 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | - | [链接](/zh-cn/react-native-secharts.md) | +| 111 | [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | 2.0.2 | - | - | - | [链接](/zh-cn/react-native-modalbox.md) | +| 112 | [recyclerlistview](https://github.com/Flipkart/recyclerlistview) | 4.2.0 | \- | \- | - | [链接](/zh-cn/recyclerlistview.md) | +| 113 | [react-native-modal-popover](https://github.com/doomsower/react-native-modal-popover) | 2.1.3 | - | - | - | [链接](/zh-cn/react-native-modal-popover.md) | +| 114 | [react-native-md5](https://github.com/kmend/react-native-md5) | 1.0.0 | - | - | - | [链接](/zh-cn/react-native-md5.md) | +| 115 | [react-native-dynamic](https://github.com/codemotionapps/react-native-dynamic) | 1.0.0 | - | - | - | [链接](/zh-cn/react-native-dynamic.md) | +| 116 | [@openspacelabs/react-native-zoomable-view](https://github.com/openspacelabs/react-native-zoomable-view) | 2.1.6 | - | - | - | [链接](/zh-cn/openspacelabs-react-native-zoomable-view.md) | +| 117 | [react-native-input-scroll-view](https://github.com/baijunjie/react-native-input-scroll-view) | 1.10.0 | - | 开发中 | 开发中 | 开发中 | +| 118 | [react-native-date-picker](https://github.com/henninghall/react-native-date-picker) | 5.0.4 | - | [@react-native-oh-tpl/react-native-date-picker](https://github.com/react-native-oh-library/react-native-date-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-date-picker) | [链接](/zh-cn/react-native-date-picker.md) | +| 119 | [rn-placeholder](https://github.com/mfrachet/rn-placeholder) | 3.0.3 | \- | \- | \- | [链接](/zh-cn/rn-placeholder.md) | +| 120 | [react-native-iconfont-cli](https://github.com/iconfont-cli/react-native-iconfont-cli) | 2.2.4 | - | - | \- | [链接](/zh-cn/react-native-iconfont-cli.md) | +| 121 | [react-native-mqtt](https://github.com/Introvertuous/react-native-mqtt) | 1.3.1 | - | - | \- | [链接](/zh-cn/react-native-mqtt.md) | +| 122 | [react-native-sensors](https://github.com/react-native-sensors/react-native-sensors) | 7.2.1 | \- | [@react-native-oh-tpl/react-native-sensors](https://github.com/react-native-oh-library/react-native-sensors) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sensors) | [链接](/zh-cn/react-native-sensors.md) | +| 123 | [react-native-sortable-list](https://github.com/gitim/react-native-sortable-list) | 0.0.25 | \- | [@react-native-oh-tpl/react-native-sortable-list](https://github.com/react-native-oh-library/react-native-sortable-list) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sortable-list) | [链接](/zh-cn/react-native-sortable-list.md) | +| 124 | [react-native-easy-toast](https://github.com/crazycodeboy/react-native-easy-toast) | 2.3.0 | \- | \- | \- | [链接](/zh-cn/react-native-easy-toast.md) | +| 125 | [react-native-image-sequence-2](https://github.com/bwindsor/react-native-image-sequence) | 0.9.1 | 否 | [@react-native-oh-tpl/react-native-image-sequence-2](https://github.com/react-native-oh-library/react-native-image-sequence) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-sequence-2) | [链接](/zh-cn/react-native-image-sequence-2.md) | +| 126 | [react-native-feather](https://github.com/yigithanyucedag/react-native-feather) | 1.1.2 | \- | \- | \- | [链接](/zh-cn/react-native-feather.md) | +| 127 | [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/main/packages/native-stack) | 6.9.26 | − | [@react-native-oh-tpl/native-stack](https://github.com/react-native-oh-library/react-navigation/tree/sig/packages/native-stack) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/native-stack) | [链接](/zh-cn/react-navigation-native-stack.md) | +| 128 | [react-native-clippath](https://github.com/Only-IceSoul/react-native-clippath) | 1.1.8 | 是 | [@react-native-oh-tpl/react-native-clippathview](https://github.com/react-native-oh-library/react-native-clippath) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-clippathview) | [链接](/zh-cn/react-native-clippath-capi.md) | +| 129 | [react-native-waterfall-flow](https://github.com/axerjs/react-native-waterfall-flow) | 1.1.5 | − | − | − | [链接](/zh-cn/react-native-waterfall-flow.md) | +| 130 | [react-native-vconsole](https://github.com/kafudev/react-native-vconsole) | 0.1.11 | − | − | − | [链接](/zh-cn/react-native-vconsole.md) | +| 131 | [react-native-better-banner](https://github.com/tmxiong/better-banner) | 0.0.1 | − | − | − | [链接](/zh-cn/react-native-better-banner.md) | +| 132 | [react-native-ezswiper](https://github.com/easyui/react-native-ezswiper) | 1.3.0 | − | − | − | [链接](/zh-cn/react-native-ezswiper.md) | +| 133 | [react-native-image-header-scroll-view](https://github.com/bamlab/react-native-image-header-scroll-view) | 0.10.3 | − | − | − | [链接](/zh-cn/react-native-image-header-scroll-view.md) | +| 134 | [react-native-linear-gradient-text](https://github.com/HMDarkFir3/react-native-linear-gradient-text) | 1.2.8 | − | − | − | [链接](/zh-cn/react-native-linear-gradient-text.md) | +| 135 | [react-native-marquee-ab](https://github.com/ZhangTaoK/react-native-marquee-ab) | 2.0.0-rc.1 | − | − | − | [链接](/zh-cn/react-native-marquee-ab.md) | +| 136 | [react-native-reconnecting-websocket](https://github.com/React-Sextant/react-native-reconnecting-websocket) | 1.0.3 | − | − | − | [链接](/zh-cn/react-native-reconnecting-websocket.md) | +| 137 | [react-native-json-tree](https://github.com/Dean177/react-native-json-tree) | 1.3.0 | − | − | − | [链接](/zh-cn/react-native-json-tree.md) | +| 138 | [react-native-image-gallery](https://github.com/meliorence/react-native-image-gallery) | 2.1.5 | − | [@react-native-oh-tpl/react-native-image-gallery](https://github.com/react-native-oh-library/react-native-image-gallery) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-gallery) | [链接](/zh-cn/react-native-image-gallery.md) | +| 139 | [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) | 0.40.3 | 是 | [@react-native-oh-tpl/react-native-image-crop-picker](https://github.com/react-native-oh-library/react-native-image-crop-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-crop-picker) | [链接](/zh-cn/react-native-image-crop-picker.md) | +| 140 | [react-native-image-capinsets-next](https://github.com/mayconmesquita/react-native-image-capinsets-next) | 0.6.1 | - | [@react-native-oh-tpl/react-native-image-capinsets-next](https://github.com/react-native-oh-library/react-native-image-capinsets-next) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-capinsets-next) | [链接](/zh-cn/react-native-image-capinsets-next.md) | +| 141 | [react-native-map-linking](https://github.com/starlight36/react-native-map-linking) | 1.0.1 | − | [@react-native-oh-tpl/react-native-map-linking](https://github.com/react-native-oh-library/react-native-map-linking) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-map-linking) | [链接](/zh-cn/react-native-map-linking.md) | +| 142 | [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) | 4.0.1 | 否 | [@react-native-oh-tpl/react-native-vision-camera](https://github.com/react-native-oh-library/react-native-vision-camera) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-vision-camera) | [链接](/zh-cn/react-native-vision-camera.md) | +| 143 | [react-native-zip-archive](https://github.com/mockingbot/react-native-zip-archive) | 7.0.0 | 否 | [@react-native-oh-tpl/react-native-zip-archive](https://github.com/react-native-oh-library/react-native-zip-archive) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-zip-archive) | [链接](/zh-cn/react-native-zip-archive.md) | +| 144 | [react-native-audio](https://github.com/jsierles/react-native-audio) | 4.3.1 | 否 | [@react-native-oh-tpl/react-native-audio](https://github.com/react-native-oh-library/react-native-audio) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-audio) | [链接](/zh-cn/react-native-audio.md) | +| 145 | [react-native-simple-toast](https://github.com/vonovak/react-native-simple-toast) | 3.3.1 | 是 | [@react-native-oh-tpl/react-native-simple-toast](https://github.com/react-native-oh-library/react-native-simple-toast) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-simple-toast) | [链接](/zh-cn/react-native-simple-toast.md) | +| 146 | [react-native-localize](https://github.com/zoontek/react-native-localize) | 3.1.0 | 是 | [@react-native-oh-tpl/react-native-localize](https://github.com/react-native-oh-library/react-native-localize) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localize) | [链接](/zh-cn/react-native-localize.md) | +| 147 | [@bam.tech/react-native-image-resizer](https://github.com/bamlab/react-native-image-resizer) | 3.0.9 | 是 | [@react-native-oh-tpl/react-native-image-resizer](https://github.com/react-native-oh-library/react-native-image-resizer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-resizer) | [链接](/zh-cn/bam-tech-react-native-image-resizer.md) | +| 148 | [react-native-calendar-events](https://github.com/wmcmahan/react-native-calendar-events) | 2.2.0 | 否 | [@react-native-oh-tpl/react-native-calendar-events](https://github.com/react-native-oh-library/react-native-calendar-events) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-calendar-events) | [链接](/zh-cn/react-native-calendar-events.md) | +| 149 | [react-native-fileupload](https://github.com/PhilippKrone/react-native-fileupload) | 1.1.0 | 否 | [@react-native-oh-tpl/react-native-fileupload](https://github.com/react-native-oh-library/react-native-fileupload) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fileupload) | [链接](/zh-cn/react-native-fileupload.md) | +| 150 | [react-native-flexi-radio-button](https://github.com/thegamenicorus/react-native-flexi-radio-button) | 0.2.1 | - | \- | \- | [链接](/zh-cn/react-native-flexi-radio-button.md) | +| 151 | [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings) | 5.0.1 | - | \- | \- | [链接](/zh-cn/react-native-root-siblings.md) | +| 152 | [react-native-root-modal](https://github.com/magicismight/react-native-root-modal) | 5.0.0 | - | [@react-native-oh-tpl/react-native-root-modal](https://github.com/react-native-oh-library/react-native-root-modal) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-root-modal) | [链接](/zh-cn/react-native-root-modal.md) | +| 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-switch-pro) | [链接](/zh-cn/react-native-switch-pro.md) | +| 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | \- | [链接](/zh-cn/react-native-drop-shadow.md) | +| 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nested-scroll-view) | [链接](/zh-cn/react-native-nested-scroll-view.md) | +| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | 是 | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [链接](/zh-cn/react-native-code-push.md) | +| 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-module) | [链接](/zh-cn/react-native-safe-module.md) | +| 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | 否 | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sqlite-storage) | [链接](/zh-cn/react-native-sqlite-storage.md) | +| 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | 否 | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-gradient) | [链接](/zh-cn/react-native-text-gradient.md) | +| 160 | [react-native-bindingx](https://github.com/alibaba/bindingx) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-bindingx](https://github.com/react-native-oh-library/react-native-bindingx) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-bindingx) | [链接](/zh-cn/react-native-bindingx.md) | +| 161 | [react-native-cardview](https://github.com/Kishanjvaghela/react-native-cardview) | 2.0.3 | 否 | [@react-native-oh-tpl/react-native-cardview](https://github.com/react-native-oh-library/react-native-cardview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-cardview) | [链接](/zh-cn/react-native-cardview.md) | +| 162 | [react-native-largelist](https://github.com/bolan9999/react-native-largelist) | 3.1.0-rc.2 | \- | [@react-native-oh-tpl/react-native-largelist](https://github.com/react-native-oh-library/react-native-largelist) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-largelist) | [链接](/zh-cn/react-native-largelist.md) | +| 163 | [react-native-spring-scrollview](https://github.com/bolan9999/react-native-spring-scrollview/tree/master) | 2.0.22 | 否 | [@react-native-oh-tpl/react-native-spring-scrollview](https://github.com/react-native-oh-library/react-native-spring-scrollview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-spring-scrollview) | [链接](/zh-cn/react-native-spring-scrollview.md) | +| 164 | [react-native-color-matrix-image-filters](https://github.com/iyegoroff/react-native-color-matrix-image-filters) | 6.0.5 | 是 | [@react-native-oh-tpl/react-native-color-matrix-image-filters](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-color-matrix-image-filters) | [链接](/zh-cn/react-native-color-matrix-image-filters.md) | +| 165 | [react-native-toast](https://github.com/remobile/react-native-toast/tree/master) | 1.0.7 | 否 | [@react-native-oh-tpl/react-native-toast](https://github.com/react-native-oh-library/react-native-toast) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-toast) | [链接](/zh-cn/remobile-react-native-toast.md) | +| 166 | [ react-native-syan-image-picker ](https://github.com/syanbo/react-native-syan-image-picker) | 0.5.3 | 否 | [@react-native-oh-tpl/react-native-syan-image-picker](https://github.com/react-native-oh-library/react-native-syan-image-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-syan-image-picker) | [链接](/zh-cn/react-native-syan-image-picker.md) | +| 167 | [react-native-amap-geolocation](https://github.com/qiuxiang/react-native-amap-geolocation) | 1.2.3 | 否 | [@react-native-oh-tpl/react-native-amap-geolocation](https://github.com/react-native-oh-library/react-native-amap-geolocation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-amap-geolocation) | [链接](/zh-cn/react-native-amap-geolocation.md) | +| 168 | [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) | 3.3.0 | 否 | [@react-native-oh-tpl/react-native-splash-screen](https://github.com/react-native-oh-library/react-native-splash-screen) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-splash-screen) | [链接](/zh-cn/react-native-splash-screen.md) | +| 169 | [react-native-baidu-map](https://github.com/lovebing/react-native-baidu-map) | 1.0.37 | 否 | [@react-native-oh-tpl/react-native-baidu-map](https://github.com/react-native-oh-library/react-native-baidu-map) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-baidu-map) | [链接](/zh-cn/react-native-baidu-map.md) | +| 170 | [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx) | 3.2.0 | 否 | [@react-native-oh-tpl/react-native-ble-plx](https://github.com/react-native-oh-library/react-native-ble-plx) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ble-plx) | [链接](/zh-cn/react-native-ble-plx.md) | +| 171 | [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) | 11.1.0 | 否 | [@react-native-oh-tpl/react-native-device-info](https://github.com/react-native-oh-library/react-native-device-info) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-device-info) | [链接](/zh-cn/react-native-device-info.md) | +| 172 | [react-native-amap3d](https://github.com/qiuxiang/react-native-amap3d) | 3.2.4 | 否 | [@react-native-oh-tpl/react-native-amap3d](https://github.com/react-native-oh-library/react-native-amap3d) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-amap3d) | [链接](/zh-cn/react-native-amap3d.md) | +| 173 | [@itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview) | 1.1.7 | - | - | - | [链接](/zh-cn/react-native-scrollable-tabview.md) | +| 174 | [rneui](https://github.com/react-native-elements/react-native-elements) | 4.0.0-rc.8 | - | 开发中 | 开发中 | 开发中 | +| 175 | [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) | 3.5.1 | - | - | - | [链接](/zh-cn/react-native-root-toast.md) | +| 176 | [react-native-background-timer](https://github.com/ocetnik/react-native-background-timer) | 2.4.1 | 否 | [@react-native-oh-tpl/react-native-background-timer](https://github.com/react-native-oh-library/react-native-background-timer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-background-timer) | [链接](/zh-cn/react-native-background-timer.md) | +| 177 | [react-native-htmlview](https://github.com/jsdf/react-native-htmlview) | 0.17.0 | - | - | - | [链接](/zh-cn/react-native-htmlview.md) | +| 178 | [react-native-spinkit](https://github.com/maxs15/react-native-spinkit) | 1.5.1 | - | - | - | [链接](/zh-cn/react-native-spinkit.md) | +| 179 | [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) | 3.1.2 | - | - | - | [链接](/zh-cn/react-navigation-shared-element.md) | +| 180 | [react-native-switch-selector](https://github.com/App2Sales/react-native-switch-selector) | 2.1.4 | - | - | - | [链接](/zh-cn/react-native-switch-selector.md) | +| 181 | [@callstack/react-theme-provider](https://github.com/callstack/react-theme-provider) | 3.0.9 | - | - | - | [链接](/zh-cn/callstack-react-theme-provider.md) | +| 182 | [react-native-http-bridge](https://github.com/alwx/react-native-http-bridge) | 0.6.1 | 是 | [@react-native-oh-tpl/react-native-http-bridge](https://github.com/react-native-oh-library/react-native-http-bridge) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-http-bridge) | [链接](/zh-cn/react-native-http-bridge.md) | +| 183 | [react-native-qr-decode-image-camera](https://github.com/deepanrajkumar/react-native-qr-decode-image-camera) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-qr-decode-image-camera](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-qr-decode-image-camera) | [链接](/zh-cn/react-native-qr-decode-image-camera.md) | +| 184 | [react-native-touch-id](https://github.com/naoufal/react-native-touch-id) | 4.4.1 | 否 | [@react-native-oh-tpl/react-native-touch-id](https://github.com/react-native-oh-library/react-native-touch-id) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-touch-id) | [链接](/zh-cn/react-native-touch-id.md) | +| 185 | [react-native-animatable](https://github.com/oblador/react-native-animatable) | 1.4.0 | - | - | - | [链接](/zh-cn/react-native-animatable.md) | +| 186 | [react-native-modal](https://github.com/react-native-modal/react-native-modal) | 13.0.1 | - | [@react-native-oh-tpl/react-native-modal](https://github.com/react-native-oh-library/react-native-modal) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-modal) | [链接](/zh-cn/react-native-modal.md) | +| 187 | [react-native-collapsible](https://github.com/oblador/react-native-collapsible) | 1.6.1 | - | - | - | [链接](/zh-cn/react-native-collapsible.md) | +| 188 | [react-native-contacts](https://github.com/rt2zz/react-native-contacts) | 7.0.7 | 否 | - | - | [链接](/zh-cn/react-native-contacts.md) | +| 189 | [react-native-restart](https://github.com/avishayil/react-native-restart) | 0.0.27 | 是 | [@react-native-oh-tpl/react-native-restart](https://github.com/react-native-oh-library/react-native-restart) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-restart) | [链接](/zh-cn/react-native-restart.md) | +| 190 | [react-native-system-setting](https://github.com/c19354837/react-native-system-setting) | 1.7.6 | 否 | [@react-native-oh-tpl/react-native-system-setting](https://github.com/react-native-oh-library/react-native-system-setting) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-system-setting) | [链接](/zh-cn/react-native-system-setting.md) | +| 191 | [react-native-keep-awake](https://github.com/corbt/react-native-keep-awake) | 4.0.0 | 否 | [@react-native-oh-tpl/react-native-keep-awake](https://github.com/react-native-oh-library/react-native-keep-awake) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keep-awake) | [链接](/zh-cn/react-native-keep-awake.md) | +| 192 | [@react-native-community/hooks](https://github.com/react-native-community/hooks) | 3.0.0 | - | - | - |[链接](/zh-cn/react-native-community-hooks.md) | +| 193 | [react-navigation](https://github.com/react-navigation/react-navigation) | 6 | - | [@react-native-oh-tpl/react-navigation](https://github.com/react-native-oh-library/react-navigation) | \- | [链接](/zh-cn/react-navigation.md) | +| 194 | [react-native-default-preference](https://github.com/kevinresol/react-native-default-preference) | 1.4.4 | 否 | [@react-native-oh-tpl/react-native-default-preference](https://github.com/react-native-oh-library/react-native-default-preference) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-default-preference) | [链接](/zh-cn/react-native-default-preference.md) | +| 195 | [react-native-ble-manager](https://github.com/innoveit/react-native-ble-manager) | 11.5.5 | 否 | [@react-native-oh-tpl/react-native-ble-manager](https://github.com/react-native-oh-library/react-native-ble-manager) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ble-manager) | [链接](/zh-cn/react-native-ble-manager.md) | +| 196 | [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) | 6.0.0-alpha.9 | 否 | [@react-native-oh-tpl/react-native-sensitive-info](https://github.com/react-native-oh-library/react-native-sensitive-info) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sensitive-info) | [链接](/zh-cn/react-native-sensitive-info.md) | +| 197 | [react-native-typing-animation](https://github.com/watadarkstar/react-native-typing-animation) | 0.1.7 | - | - | - | [链接](/zh-cn/react-native-typing-animation.md) | +| 198 | [react-native-multi-slider](https://github.com/ptomasroos/react-native-multi-slider) | 2.2.2 | - | [@react-native-oh-tpl/react-native-multi-slider](https://github.com/react-native-oh-library/react-native-multi-slider) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-multi-slider) | [链接](/zh-cn/react-native-multi-slider.md) | +| 199 | [react-native-orientation](https://github.com/yamill/react-native-orientation) | 3.1.3 | - | [@react-native-oh-tpl/react-native-orientation](https://github.com/react-native-oh-library/react-native-orientation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-orientation) | [链接](/zh-cn/react-native-orientation.md) | +| 200 | [rn-tourguide](https://github.com/xcarpentier/rn-tourguide) | 3.3.0 | - | [@react-native-oh-tpl/rn-tourguide](https://github.com/react-native-oh-library/rn-tourguide) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/rn-tourguide) | [链接](/zh-cn/rn-tourguide.md) | +| 201 | [react-native-performance](https://github.com/oblador/react-native-performance/tree/master/packages/react-native-performance) | 5.1.2 | 是 | [@react-native-oh-tpl/react-native-performance](https://github.com/react-native-oh-library/react-native-performance) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-performance) | [链接](/zh-cn/react-native-performance.md) | +| 202 | [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) | 12.5.1 | - | - | - | [链接](/zh-cn/react-native-testing-library.md) | +| 203 | [react-native-dropdown-picker](https://github.com/hossein-zare/react-native-dropdown-picker) | 5.4.6 | - | - | - | [链接](/zh-cn/react-native-dropdown-picker.md) | +| 204 | [react-native-shake](https://github.com/Doko-Demo-Doa/react-native-shake) | 5.6.2 | 是 | [@react-native-oh-tpl/react-native-shake ](https://github.com/react-native-oh-library/react-native-shake) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shake) | [链接](/zh-cn/react-native-shake.md) | +| 205 | [react-native-material-dropdown](https://github.com/n4kz/react-native-material-dropdown) | 0.11.1 | - | [@react-native-oh-tpl/react-native-material-dropdown](https://github.com/react-native-oh-library/react-native-material-dropdown) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-dropdown) | [链接](/zh-cn/react-native-material-dropdown.md) | +| 206 | [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) | 9.2.0 | 是 | [@react-native-oh-tpl/react-native-document-picker](https://github.com/react-native-oh-library/document-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-document-picker) | [链接](/zh-cn/react-native-document-picker.md) | +| 207 | [react-native-fingerprint-scanner](https://github.com/hieuvp/react-native-fingerprint-scanner) | 6.0.0 | 否 | [@react-native-oh-tpl/react-native-fingerprint-scanner](https://github.com/react-native-oh-library/react-native-fingerprint-scanner) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-fingerprint-scanner) | [链接](/zh-cn/react-native-fingerprint-scanner.md) | +| 208 | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | 1.11.0 | 否 | [@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-get-random-values) | [链接](/zh-cn/react-native-get-random-values.md) | +| 209 | [native-base](https://github.com/GeekyAnts/NativeBase) | 3.4.28 | - | [@react-native-oh-tpl/native-base](https://github.com/react-native-oh-library/NativeBase) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/native-base) | [链接](/zh-cn/NativeBase.md) | +| 210 | [react-native-orientation-locker](https://github.com/wonday/react-native-orientation-locker) | 1.7.0 | 否 | [@react-native-oh-tpl/react-native-orientation-locker](https://github.com/react-native-oh-library/react-native-orientation-locker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-orientation-locker) | [链接](/zh-cn/react-native-orientation-locker.md) | +| 211 | [react-native-ssl-pinning](https://github.com/MaxToyberman/react-native-ssl-pinning) | 1.5.7 | - | [@react-native-oh-tpl/react-native-ssl-pinning](https://github.com/react-native-oh-library/react-native-ssl-pinning) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ssl-pinning) | [链接](/zh-cn/react-native-ssl-pinning.md) | +| 212 | [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) | 6.1.1 | 是 | [@react-native-oh-tpl/react-native-bootsplash](https://github.com/react-native-oh-library/react-native-bootsplash) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-bootsplash) | [链接](/zh-cn/react-native-bootsplash.md) | +| 213 | [react-native-size-matters](https://github.com/nirsky/react-native-size-matters) | 0.4.2 | 否 | - | - | [链接](/zh-cn/react-native-size-matters.md) | +| 214 | [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) | 2.4.0 | - | 开发中 | 开发中 | 开发中 | +| 215 | [parse](https://github.com/parse-community/Parse-SDK-JS) | 5.3.0-beta.1 | - | - | - | [链接](/zh-cn/Parse-SDK-JS.md) | +| 216 | [react-native-shadow-2](https://github.com/SrBrahma/react-native-shadow-2) | 7.0.8 | - | - | - | [链接](/zh-cn/react-native-shadow-2.md) | +| 217 | [@shopify/restyle](https://github.com/Shopify/restyle) | 2.4.2 | - | - | - | [链接](/zh-cn/Shopify-restyle.md) | +| 218 | [nativewind](https://github.com/marklawlor/nativewind/tree/main/packages/nativewind) | 2.0.11 | - | [@react-native-oh-tpl/nativewind](https://github.com/react-native-oh-library/nativewind) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/nativewind) | [链接](/zh-cn/nativewind.md) | +| 219 | [react-native-country-picker-modal](https://github.com/xcarpentier/react-native-country-picker-modal) | 2.0.0 | - | [@react-native-oh-tpl/react-native-country-picker-modal](https://github.com/react-native-oh-library/react-native-country-picker-modal) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-country-picker-modal) | [链接](/zh-cn/react-native-country-picker-modal.md) | +| 220 | [react-native-haptic-feedback](https://github.com/mkuczera/react-native-haptic-feedback) | 2.2.0 | 是 | [@react-native-oh-tpl/react-native-haptic-feedback](https://github.com/react-native-oh-library/react-native-haptic-feedback) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-haptic-feedback) | [链接](/zh-cn/react-native-haptic-feedback.md) | +| 221 | [react-native-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | 2.0.0 | - | - | - | [链接](/zh-cn/react-native-url-polyfill.md) | +| 222 | [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder) | 2.0.8 | 否 | - | - | [链接](/zh-cn/react-native-shimmer-placeholder.md) | +| 223 | [react-native-flash-message](https://github.com/lucasferreira/react-native-flash-message) | 0.4.2 | - | - | - | [链接](/zh-cn/react-native-flash-message.md) | +| 224 | [react-native-ratings](https://github.com/Monte9/react-native-ratings) | 8.1.0 | - | - | - | [链接](/zh-cn/react-native-ratings.md) | +| 225 | [react-native-dropdownalert](https://github.com/testshallpass/react-native-dropdownalert) | 5.1.0 | 否 | [@react-native-oh-tpl/react-native-dropdownalert](https://github.com/react-native-oh-library/react-native-dropdownalert) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-dropdownalert) | [链接](/zh-cn/react-native-dropdownalert.md) +| 226 | [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | 2.12.1 | - | - | - | [链接](/zh-cn/react-native-element-dropdown.md) | +| 227 | [react-native-easy-grid](https://github.com/GeekyAnts/react-native-easy-grid) | 0.2.2 | - | - | - | [链接](/zh-cn/react-native-easy-grid.md) | +| 228 | [react-native-offline](https://github.com/rgommezz/react-native-offline) | 6.0.2 | - |- | - | [链接](/zh-cn/react-native-offline.md) | +| 229 | [react-native-material-ui](https://github.com/xotahal/react-native-material-ui) | 1.30.1 | - | [@react-native-oh-tpl/react-native-material-ui](https://github.com/react-native-oh-library/react-native-material-ui) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-ui) | [链接](/zh-cn/react-native-material-ui.md) | +| 230 | [react-native-credit-card-input](https://github.com/sbycrosz/react-native-credit-card-input) | 0.4.1 | - | [@react-native-oh-tpl/react-native-credit-card-input](https://github.com/react-native-oh-library/react-native-credit-card-input) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-credit-card-input) | [链接](/zh-cn/react-native-credit-card-input.md) | +| 231 | [react-native-crypto](https://github.com/tradle/react-native-crypto) | 2.2.0 | - | - | - | [链接](/zh-cn/react-native-crypto.md) | +| 232 | [react-native-unistyles](https://github.com/jpudysz/react-native-unistyles) | 2.7.2 | 否 | [@react-native-oh-tpl/react-native-unistyles](https://github.com/react-native-oh-library/react-native-unistyles) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-unistyles) | [链接](/zh-cn/react-native-unistyles.md) | +| 233 | [react-native-signature-capture](https://github.com/RepairShopr/react-native-signature-capture) | 0.4.11 | 否 | [@react-native-oh-tpl/react-native-signature-capture](https://github.com/react-native-oh-library/react-native-signature-capture) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-signature-capture) | [链接](/zh-cn/react-native-signature-capture.md) | +| 234 | [react-native-deck-swiper](https://github.com/alexbrillant/react-native-deck-swiper) | 2.0.17 | - | - | - | [链接](/zh-cn/react-native-deck-swiper.md) | +| 235 | [react-native-autocomplete-dropdown](https://github.com/onmotion/react-native-autocomplete-dropdown) | 4.0.0-rc.5 | - | - | - | [链接](/zh-cn/react-native-autocomplete-dropdown.md) | +| 236 | [@klarna/react-native-vector-drawable](https://github.com/klarna-incubator/react-native-vector-drawable) | 0.5.1 | 是 | [@react-native-oh-tpl/react-native-vector-drawable](https://github.com/react-native-oh-library/react-native-vector-drawable) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-vector-drawable) | [链接](/zh-cn/react-native-vector-drawable.md) | +| 237 | [react-native-material-buttons](https://github.com/n4kz/react-native-material-buttons) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-material-buttons](https://github.com/react-native-oh-library/react-native-material-buttons) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-buttons) | [链接](/zh-cn/react-native-material-buttons.md) | +| 238 | [@expo/react-native-action-sheet](https://github.com/expo/react-native-action-sheet) | 4.0.1 | - | - | - | [链接](/zh-cn/react-native-action-sheet.md) | +| 239 | [react-native-communications](https://github.com/davebeehively/react-native-communications) | 2.2.1 | - | - | - | [链接](/zh-cn/react-native-communications.md) | +| 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | - | [链接](/zh-cn/react-native-lightbox.md) | +| 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | 否 | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-create-thumbnail) | [链接](/zh-cn/react-native-create-thumbnail.md) | +| 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | - | [链接](/zh-cn/react-native-paper.md) | +| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [链接](/zh-cn/react-native-picker.md) | +| 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | 是 | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shared-element) | [链接](/zh-cn/react-native-shared-element.md) | +| 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/bottom-sheet) | [链接](/zh-cn/gorhom-bottom-sheet.md) | +| 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | 否 | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mmkv-storage) | [链接](/zh-cn/react-native-mmkv-storage.md) | +| 247 | [react-native-ui-lib](https://github.com/wix/react-native-ui-lib) | 7.0.0 | - | [@react-native-oh-tpl/react-native-ui-lib](https://github.com/react-native-oh-library/react-native-ui-lib) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ui-lib) | [链接](/zh-cn/react-native-ui-lib.md) | +| 248 | [react-native-skia](https://github.com/Shopify/react-native-skia) | 1.3.7 | 是 | [@react-native-oh-tpl/react-native-skia](https://github.com/react-native-oh-library/react-native-skia) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-skia) | [链接](/zh-cn/react-native-skia.md) | +| 249 | [react-native-print](https://github.com/christopherdro/react-native-print) | 0.10.0 | 否 | [@react-native-oh-tpl/react-native-print](https://github.com/react-native-oh-library/react-native-print) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-print) |[链接](/zh-cn/react-native-print.md) | +| 250 | [react-native-inappbrowser-reborn](https://github.com/proyecto26/react-native-inappbrowser) | 3.7.0 | 否 | [@react-native-oh-tpl/react-native-inappbrowser-reborn](https://github.com/react-native-oh-library/react-native-inappbrowser) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-inappbrowser-reborn) | [链接](/zh-cn/react-native-inappbrowser.md) | +| 251 | [react-native-picker-select](https://github.com/lawnstarter/react-native-picker-select) | 9.2.0 | - | [@react-native-oh-tpl/react-native-picker-select](https://github.com/react-native-oh-library/react-native-picker-select) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker-select) | [链接](/zh-cn/react-native-picker-select.md) | +| 252 | [react-native-track-player](https://github.com/doublesymmetry/react-native-track-player) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-track-player](https://github.com/react-native-oh-library/react-native-track-player) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-track-player) | [链接](/zh-cn/react-native-track-player.md) | +| 253 | [@invertase/react-native-apple-authentication](https://github.com/invertase/react-native-apple-authentication) | 2.3.0 | 否 | [@react-native-oh-tpl/react-native-apple-authentication](https://github.com/react-native-oh-library/react-native-apple-authentication) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-apple-authentication) | [链接](/zh-cn/react-native-apple-authentication.md) | +| 254 | [react-native-storage](https://github.com/sunnylqm/react-native-storage) | 1.0.1 | - | - | - | [链接](/zh-cn/react-native-storage.md) +| 255 | [react-native-camera-kit](https://github.com/teslamotors/react-native-camera-kit) | 13.0.0 | 是 | [@react-native-oh-tpl/react-native-camera-kit](https://github.com/react-native-oh-library/react-native-camera-kit) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-camera-kit) | [链接](/zh-cn/react-native-camera-kit.md) | +| 256 | [react-native-nfc-manager](https://github.com/revtel/react-native-nfc-manager) | 3.15.1 | 是 | [@react-native-oh-tpl/react-native-nfc-manager](https://github.com/react-native-oh-library/react-native-nfc-manager) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nfc-manager) | [链接](/zh-cn/react-native-nfc-manager.md) | +| 257 | [react-native-blurhash](https://github.com/mrousavy/react-native-blurhash) | 2.0.3 | 是 | [@react-native-oh-tpl/react-native-blurhash](https://github.com/react-native-oh-library/react-native-blurhash) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-blurhash) | [链接](/zh-cn/react-native-blurhash.md) | +| 258 | [react-native-text-input-mask](https://github.com/react-native-text-input-mask/react-native-text-input-mask) | 3.1.5 | 否 | [@react-native-oh-tpl/react-native-text-input-mask](https://github.com/react-native-oh-library/react-native-text-input-mask) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-input-mask) | [链接](/zh-cn/react-native-text-input-mask.md) | +| 259 | [realm-js](https://github.com/realm/realm-js) | 0.10.0 | - | [@react-native-oh-tpl/realm-js](https://github.com/react-native-oh-library/realm-js) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/realm) | [链接](/zh-cn/realm-js.md) | +| 260 | [react-native-charts-wrapper](https://github.com/wuxudong/react-native-charts-wrapper) | 0.6.0 | 否 | [@react-native-oh-tpl/react-native-charts-wrapper](https://github.com/react-native-oh-library/react-native-charts-wrapper) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-charts-wrapper) | [链接](/zh-cn/react-native-charts-wrapper.md) | +| 261 | [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) | 1.12.6 | 是 |[@react-native-oh-tpl/react-native-keyboard-controller](https://github.com/react-native-oh-library/react-native-keyboard-controller) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keyboard-controller) | [链接](/zh-cn/react-native-keyboard-controller.md) | +| 262 | [react-native-waterflow-list](https://github.com/ZakZheng/react-native-waterflow-list) | 1.2.3 | - | - | - | [链接](/zh-cn/react-native-waterflow-list.md) | +| 263 | [react-native-config](https://github.com/lugg/react-native-config) | 1.5.3 | - | [@react-native-oh-tpl/react-native-config](https://github.com/react-native-oh-library/react-native-config) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-config) | [链接](/zh-cn/react-native-config.md) | +| 264 | [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) | 2.8.1 | - | - | - | [链接](/zh-cn/react-native-video-controls.md) | +| 265 | [react-native-context-menu-view](https://github.com/mpiannucci/react-native-context-menu-view) | 1.16.0 | 否 | [@react-native-oh-tpl/react-native-context-menu-view](https://github.com/react-native-oh-library/react-native-context-menu-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-context-menu-view) | [链接](/zh-cn/react-native-context-menu-view.md) | +| 266 | [react-native-view-pdf](https://github.com/rumax/react-native-PDFView) | 0.14.0 | 否 | [@react-native-oh-tpl/react-native-view-pdf](https://github.com/react-native-oh-library/react-native-PDFView) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-pdf) | [链接](/zh-cn/react-native-view-pdf.md) | +| 267 | [react-native-hole-view](https://github.com/ibitcy/react-native-hole-view) | 3.0.0-alpha4 | 是 | [@react-native-oh-tpl/react-native-hole-view](https://github.com/react-native-oh-library/react-native-hole-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-hole-view) | [链接](/zh-cn/react-native-hole-view.md) | +| 268 | [react-native-material-textfield](https://github.com/n4kz/react-native-material-textfield) | 0.16.1 | - | [@react-native-oh-tpl/react-native-material-textfield](https://github.com/react-native-oh-library/react-native-material-textfield) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-material-textfield) | [链接](/zh-cn/react-native-material-textfield.md) | +| 269 | [react-native-iphone-screen-helper](https://github.com/chlee1001/react-native-iphone-screen-helper) | 2.1.1 | - | [@react-native-oh-tpl/react-native-iphone-screen-helper](https://github.com/react-native-oh-library/react-native-iphone-screen-helper) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-iphone-screen-helper) | [链接](/zh-cn/react-native-iphone-screen-helper.md) | +| 270 | [@freakycoder/react-native-bounceable](https://github.com/WrathChaos/react-native-bounceable) | 1.0.3 | - | - | - | [链接](/zh-cn/freakycoder-react-native-bounceable.md) | +| 271 | [react-native-material-design-styles](https://github.com/binggg/react-native-material-design-styles) | 0.2.7 | - | - | - | [链接](/zh-cn/react-native-material-design-styles.md) | +| 272 | [react-native-flip-card](https://github.com/moschan/react-native-flip-card) | 3.5.7 | - | - | - | [链接](/zh-cn/react-native-flip-card.md) | +| 273 | [react-native-randombytes](https://github.com/mvayngrib/react-native-randombytes) | 3.6.1 | 否 | [@react-native-oh-tpl/react-native-randombytes](https://github.com/react-native-oh-library/react-native-randombytes) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-randombytes) | [链接](/zh-cn/react-native-randombytes.md) | +| 274 | [react-native-view-overflow](https://github.com/entria/react-native-view-overflow) | 0.0.5 | 是 | [@react-native-oh-tpl/react-native-view-overflow](https://github.com/react-native-oh-library/react-native-view-overflow) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-overflow) | [链接](/zh-cn/react-native-view-overflow.md) | +| 275 | [react-native-masked-text](https://github.com/benhurott/react-native-masked-text) | 1.13.0 | - | - | - | [链接](/zh-cn/react-native-masked-text.md) | +| 276 | [reassure](https://github.com/callstack/reassure) | 1.0.0 | - | 开发中 | 开发中 | 开发中 | +| 277 | [react-native-bouncy-checkbox](https://github.com/WrathChaos/react-native-bouncy-checkbox) | 4.0.1 | - | - | - | [链接](/zh-cn/react-native-bouncy-checkbox.md) | +| 278 | [react-native-parsed-text](https://github.com/taskrabbit/react-native-parsed-text) | 0.0.22 | - | - | - | [链接](/zh-cn/react-native-parsed-text.md) | +| 279 | [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) | 3.0.1 | - | - | - | [链接](/zh-cn/react-native-loading-spinner-overlay.md) | +| 280 | [voice](https://github.com/react-native-voice/voice) | 3.2.4 | 否 | 开发中 | 开发中 | 开发中 | +| 281 | [react-native-hyperlink](https://github.com/obipawan/react-native-hyperlink) | 0.0.22 | - | - | - | [链接](/zh-cn/react-native-hyperlink.md) | +| 282 | [react-native-email-link](https://github.com/flexible-agency/react-native-email-link) | 1.15.0 | 是 | [@react-native-oh-tpl/react-native-email-link](https://github.com/react-native-oh-library/react-native-email-link) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-email-link) | [链接](/zh-cn/react-native-email-link.md) | +| 283 | [react-native-autocomplete-input](https://github.com/mrlaessig/react-native-autocomplete-input) | 5.4.0 | - | - | - | [链接](/zh-cn/react-native-autocomplete-input.md) | +| 284 | [react-native-image-zoom-viewer](https://github.com/ascoders/react-native-image-viewer) | 3.0.1 | - | [@react-native-oh-tpl/react-native-image-zoom-viewer](https://github.com/react-native-oh-library/react-native-image-viewer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-zoom-viewer) |[链接](/zh-cn/react-native-image-zoom-viewer.md) | +| 285 | [react-native-background-fetch](https://github.com/transistorsoft/react-native-background-fetch) | 4.2.5 | 否 | 开发中 | 开发中 | 开发中 | +| 286 | [react-native-step-indicator](https://github.com/24ark/react-native-step-indicator) | 1.0.3 | - | - | - | [链接](/zh-cn/react-native-step-indicator.md) | +| 287 | [react-native-textinput-maxlength-fixed](https://github.com/2017398956/react-native-textinput-maxlength-fixed) | 0.1.2 | - | [@react-native-oh-tpl/react-native-textinput-maxlength-fixed](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-textinput-maxlength-fixed) | [链接](/zh-cn/react-native-textinput-maxlength-fixed.md) | +| 288 | [react-native-walkthrough-tooltip](https://github.com/CompanyCam/react-native-walkthrough-tooltip) | 1.6.0 | - | 开发中 | 开发中 | 开发中 | +| 289 | [react-native-autolink](https://github.com/joshswan/react-native-autolink) | 4.2.0 | - | - | - | [链接](/zh-cn/react-native-autoLink.md) | +| 290 | [react-native-indicators](https://github.com/n4kz/react-native-indicators) | 0.17.0 | - | - | - | [链接](/zh-cn/react-native-indicators.md) | +| 291 | [react-native-material-ripple](https://github.com/n4kz/react-native-material-ripple) | 0.9.1 | - | 开发中 | 开发中 | 开发中 | +| 292 | [react-native-error-boundary](https://github.com/carloscuesta/react-native-error-boundary) | 1.2.4 | - | - | - | [链接](/zh-cn/react-native-error-boundary.md) | +| 293 | [@react-native-community/audio-toolkit](https://github.com/react-native-audio-toolkit/react-native-audio-toolkit) | 2.0.3 | - | [@react-native-oh-tpl/audio-toolkit](https://github.com/react-native-oh-library/react-native-audio-toolkit) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/audio-toolkit) | [链接](/zh-cn/react-native-audio-toolkit.md) | +| 294 | [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts) | 5.3.0 | - | [@react-native-oh-tpl/react-native-svg-charts](https://github.com/react-native-oh-library/react-native-svg-charts) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-svg-charts) | [链接](/zh-cn/react-native-svg-charts.md) | +| 295 | [react-native-file-viewer](https://github.com/vinzscam/react-native-file-viewer) | 2.1.5 | 否 | [@react-native-oh-tpl/react-native-file-viewer](https://github.com/react-native-oh-library/react-native-file-viewer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-viewer) | [链接](/zh-cn/react-native-file-viewer.md) | +| 296 | [react-native-responsive-fontSize](https://github.com/heyman333/react-native-responsive-fontsize) | 0.5.1 | - | - | - | [链接](/zh-cn/react-native-responsive-fontsize.md) | +| 297 | [react-native-button](https://github.com/ide/react-native-button) | 3.1.0 | - | - | - | [链接](/zh-cn/react-native-button.md) | +| 298 | [react-native-typography](https://github.com/hectahertz/react-native-typography) | 1.4.1 | - | 开发中 | 开发中 | 开发中 | +| 299 | [react-native-image-colors](https://github.com/osamaqarem/react-native-image-colors) | 2.4.0 | 否 | [@react-native-oh-tpl/react-native-image-colors](https://github.com/react-native-oh-library/react-native-image-colors) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-colors) | [链接](/zh-cn/react-native-image-colors.md) | +| 300 | [react-content-loader](https://github.com/danilowoz/react-content-loader) | 7.0.2 | - | [@react-native-oh-tpl/react-content-loader](https://github.com/react-native-oh-library/react-content-loader) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-content-loader) | [链接](/zh-cn/react-content-loader.md) | +| 301 | [react-native-snackbar](https://github.com/cooperka/react-native-snackbar) | 2.7.1 | 否 | 开发中 | 开发中 | 开发中 | +| 302 | [react-native-maps-directions](https://github.com/bramus/react-native-maps-directions) | 1.9.0 | - | 开发中 | 开发中 | 开发中 | +| 303 | [react-native-reanimated-bottom-sheet](https://github.com/osdnk/react-native-reanimated-bottom-sheet) | 1.0.0-alpha.22 | - | [@react-native-oh-tpl/reanimated-bottom-sheet](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/reanimated-bottom-sheet) | [链接](/zh-cn/react-native-reanimated-bottom-sheet.md) | +| 304 | [react-native-image-marker](https://github.com/JimmyDaddy/react-native-image-marker) | 1.2.6 | 否 | 开发中 | 开发中 | 开发中 | +| 305 | [react-native-audio-recorder-player](https://github.com/dooboolab/react-native-audio-recorder-player) | 3.6.10 | 是 | [@react-native-oh-tpl/react-native-audio-recorder-player](https://github.com/react-native-oh-library/react-native-audio-recorder-player) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-audio-recorder-player) | [链接](/zh-cn/react-native-audio-recorder-player.md) | +| 306 | [react-native-map-clustering](https://github.com/venits/react-native-map-clustering) | 3.4.2 | - | 开发中 | 开发中 | 开发中 | +| 307 | [react-native-notifier](https://github.com/seniv/react-native-notifier) | 2.0.0 | - | 开发中 | 开发中 | 开发中 | +| 308 | [react-native-graph](https://github.com/margelo/react-native-graph) | 1.1.0 | - | 开发中 | 开发中 | 开发中 | +| 309 | [react-native-mask-text](https://github.com/akinncar/react-native-mask-text) | 0.14.2 | - | - | - | [链接](/zh-cn/react-native-mask-text.md) | +| 310 | [mixpanel-react-native](https://github.com/mixpanel/mixpanel-react-native) | 3.0.5 | 否 | 开发中 | 开发中 | 开发中 | +| 311 | [react-native-share](https://github.com/react-native-share/react-native-share) | 5.6.2 | 是 | 开发中 | 开发中 | 开发中 | +| 312 | [react-native-gifted-charts](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts) | 1.4.26 | - | [@react-native-oh-tpl/react-native-gifted-charts](https://github.com/react-native-oh-library/react-native-gifted-charts) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-gifted-charts) | [链接](/zh-cn/react-native-gifted-charts.md) | +| 313 | [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) | 2.1.2 | 否 | 开发中 | 开发中 | 开发中 | +| 314 | [react-native-confetti-cannon](https://github.com/VincentCATILLON/react-native-confetti-cannon) | 1.5.2 | - | 开发中 | 开发中 | 开发中 | +| 315 | [react-native-mail](https://github.com/chirag04/react-native-mail) | 6.1.1 | 否 | 开发中 | 开发中 | 开发中 | +| 316 | [react-native-countdown-circle-timer](https://github.com/vydimitrov/react-countdown-circle-timer/tree/master/packages/mobile) | 3.2.1 | - | 开发中 | 开发中 | 开发中 | +| 317 | [rn-sliding-up-panel](https://github.com/octopitus/rn-sliding-up-panel) | 2.4.6 | - | 开发中 | 开发中 | 开发中 | +| 318 | [react-native-tts](https://github.com/ak1394/react-native-tts) | 4.1.1 | 是 | [@react-native-oh-tpl/react-native-tts](https://github.com/react-native-oh-library/react-native-tts) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tts) | [链接](/zh-cn/react-native-tts.md) | +| 319 | [react-navigation-header-buttons](https://github.com/vonovak/react-navigation-header-buttons) | 12.0.0 | - | 开发中 | 开发中 | 开发中 | +| 320 | [react-native-phone-number-input](https://github.com/garganurag893/react-native-phone-number-input) | 2.1.0 | - | 开发中 | 开发中 | 开发中 | +| 321 | [react-native-version-number](https://github.com/APSL/react-native-version-number) | 0.3.6 | 否 | 开发中 | 开发中 | 开发中 | +| 322 | [react-native-keyboard-accessory](https://github.com/ardaogulcan/react-native-keyboard-accessory) | 0.1.16 | - | 开发中 | 开发中 | 开发中 | +| 323 | [react-native-swipe-gestures](https://github.com/glepur/react-native-swipe-gestures) | 1.0.5 | - | - | - | [链接](/zh-cn/react-native-swipe-gestures.md) | +| 324 | [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl) | 41.1.0 | - | [@react-native-oh-tpl/victory-native-xl](https://github.com/react-native-oh-library/victory-native-xl) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/victory-native-xl) | [链接](/zh-cn/victory-native-xl.md) | +| 325 | [react-native-signature-canvas](https://github.com/YanYuanFE/react-native-signature-canvas) | 4.7.2 | 是 | - | - | [链接](/zh-cn/react-native-signature-canvas.md) | +| 326 | [react-native-sticky-parallax-header](https://github.com/netguru/sticky-parallax-header) | 1.0.0-rc.9 | - | 开发中 | 开发中 | 开发中 | +| 327 | [react-native-multiple-select](https://github.com/toystars/react-native-multiple-select) | 0.5.12 | - | - | - | [链接](/zh-cn/react-native-multiple-select.md) | +| 328 | [react-native-switch](https://github.com/shahen94/react-native-switch) | 1.5.1 | - | 开发中 | 开发中 | 开发中 | +| 329 | [react-native-material-menu](https://github.com/mxck/react-native-material-menu) | 2.0.0 | - | - | - | [链接](/zh-cn/react-native-material-menu.md) | +| 330 | [react-native-swipeable-list](https://github.com/esthor/react-native-swipeable-list) | 0.1.2 | - | - | - | [链接](/zh-cn/react-native-swipeable-list.md) | +| 331 | [galio-framework](https://github.com/galio-org/galio) | 0.8.0 | - | 开发中 | 开发中 | 开发中 | +| 332 | [react-native-incall-manager](https://github.com/react-native-webrtc/react-native-incall-manager) | 4.2.0 | 否 | [@react-native-oh-tpl/react-native-incall-manager](https://github.com/react-native-oh-library/react-native-incall-manager) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-incall-manager) | [链接](/zh-cn/react-native-incall-manager.md) | +| 333 | [react-native-securerandom](https://github.com/rh389/react-native-securerandom) | 1.0.1 | 否 | [@react-native-oh-tpl/react-native-securerandom](https://github.com/react-native-oh-library/react-native-securerandom) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-securerandom) | [链接](/zh-cn/react-native-securerandom.md) | +| 334 | [react-native-tcp-socket](https://github.com/Rapsssito/react-native-tcp-socket) | 6.2.0 | 否 | 开发中 | 开发中 | 开发中 | +| 335 | [react-native-scroll-bottom-sheet](https://github.com/rgommezz/react-native-scroll-bottom-sheet) | 0.7.0 | - | 开发中 | 开发中 | 开发中 | +| 336 | [react-native-send-intent](https://github.com/lucasferreira/react-native-send-intent) | 1.3.0 | 是 | 开发中 | 开发中 | 开发中 | +| 337 | [react-native-copilot](https://github.com/mohebifar/react-native-copilot) | 3.3.2 | - | 开发中 | 开发中 | 开发中 | +| 338 | [react-native-awesome-gallery](https://github.com/Flair-Dev/react-native-awesome-gallery) | 0.4.2 | - | 开发中 | 开发中 | 开发中 | +| 339 | [react-navigation-bottom-sheet](https://github.com/th3rdwave/react-navigation-bottom-sheet) | 0.3.2 | - | 开发中 | 开发中 | 开发中 | +| 340 | [rn-emoji-keyboard](https://github.com/TheWidlarzGroup/rn-emoji-keyboard) | 1.7.0 | - | 开发中 | 开发中 | 开发中 | +| 341 | [react-native-chart-kit](https://github.com/indiespirit/react-native-chart-kit) | 6.12.0 | - | - | - | [链接](/zh-cn/react-native-chart-kit.md) | +| 342 | [react-native-markdown-renderer](https://github.com/mientjan/react-native-markdown-renderer) | 3.2.8 | - | 开发中 | 开发中 | 开发中 | +| 343 | [react-native-safe-modules](https://github.com/emilioicai/react-native-safe-modules) | 1.0.3 | - | 开发中 | 开发中 | 开发中 | +| 344 | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | 1.0.1 | - | [@react-native-ohos-community/auto-fill](https://github.com/react-native-oh-library/auto-fill) | [npm地址](https://www.npmjs.com/package/@react-native-ohos-community/auto-fill) | [链接](/zh-cn/react-native-ohos-community-auto-fill.md) | +| 345 | [react-native-modals](https://github.com/jacklam718/react-native-modals) | 0.22.3 | - | - | - | [链接](/zh-cn/react-native-modals.md) | +| 346 | [react-native-network-info](https://github.com/pusherman/react-native-network-info) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-network-info](https://github.com/react-native-oh-library/react-native-network-info) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-network-info) | [链接](/zh-cn/react-native-network-info.md) | +| 347 | [react-native-udp](https://github.com/tradle/react-native-udp) | 4.1.7 | - | 开发中 | 开发中 | 开发中 | +| 348 | [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 2.0.0 | - | 开发中 | 开发中 | 开发中 | +| 349 | [react-native-dismiss-keyboard](https://github.com/DanielMSchmidt/react-native-dismiss-keyboard) | 1.0.0 | - | - | - | [链接](/zh-cn/react-native-dismiss-keyboard.md) | +| 350 | [react-native-file-access](https://github.com/alpha0010/react-native-file-access) | 3.1.0 | 是 | 开发中 | 开发中 | 开发中 | +| 351 | [react-native-compass-heading](https://github.com/firofame/react-native-compass-heading) | 1.2.0 | 否 | 开发中 | 开发中 | 开发中 | +| 352 | [react-native-bars](https://github.com/zoontek/react-native-bars) | 2.4.3 | 是 | 开发中 | 开发中 | 开发中 | +| 353 | [react-native-mlkit-ocr](https://github.com/agoldis/react-native-mlkit-ocr) | 0.3.0 | 是 | [@react-native-oh-tpl/react-native-mlkit-ocr](https://github.com/react-native-oh-library/react-native-mlkit-ocr) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mlkit-ocr) | [链接](/zh-cn/react-native-mlkit-ocr.md) | +| 354 | [react-native-screenshot-prevent](https://github.com/killserver/react-native-screenshot-prevent) | 1.2.1 | 是 | 开发中 | 开发中 | 开发中 | +| 355 | [react-native-drax](https://github.com/nuclearpasta/react-native-drax) | 0.10.3 | - | [@react-native-oh-tpl/react-native-drax](https://github.com/react-native-oh-library/react-native-drax) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-drax) | [链接](/zh-cn/react-native-drax.md) | +| 356 | [@op-engineering/op-sqlite](https://github.com/OP-Engineering/op-sqlite) | 8.0.2 | 是 | [@react-native-oh-tpl/op-sqlite](https://github.com/react-native-oh-library/op-sqlite) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/op-sqlite) | [链接](/zh-cn/op-engineering-op-sqlite.md) | +| 357 | [react-native-theme-switch-animation](https://github.com/WadhahEssam/react-native-theme-switch-animation) | 0.6.0 | 是 | 开发中 | 开发中 | 开发中 | +| 358 | [react-native-keys](https://github.com/numandev1/react-native-keys) | 0.7.10 | 是 | [@react-native-oh-tpl/react-native-keys](https://github.com/react-native-oh-library/react-native-keys) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-keys) | [链接](/zh-cn/react-native-keys.md) | +| 359 | [react-native-theme-control](https://github.com/vonovak/react-native-theme-control) | 6.0.0 | 否 | 开发中 | 开发中 | 开发中 | +| 360 | [@baronha/ting](https://github.com/baronha/ting) | 1.2.1 | 是 | 开发中 | 开发中 | 开发中 | +| 361 | [react-native-localization-settings](https://github.com/jakex7/react-native-localization-settings) | 1.0.2 | 是 | 开发中 | 开发中 | 开发中 | +| 362 | [@klarna/platform-colors](https://github.com/klarna-incubator/platform-colors) | 0.4.0 | 是 | 开发中 | 开发中 | 开发中 | +| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-barcode-builder) | [链接](/zh-cn/react-native-barcode-builder.md) | +| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | 否 | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-neomorph-shadows) | [链接](/zh-cn/react-native-neomorph-shadows.md) | +| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | - | [链接](/zh-cn/ant-design-react-native.md) | +| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | 是 | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-screens) | [链接](/zh-cn/react-native-oh-tpl-react-native-screens.md) | +| 367 | [ffmpeg-kit-react-native](https://github.com/arthenica/ffmpeg-kit/tree/main/react-native) | 6.0.2 | - | [@react-native-oh-tpl/react-native-ffmpeg-kit](https://github.com/react-native-oh-library/ffmpeg-kit/releases) - | [链接](/zh-cn/react-native-ffmpeg-kit.md) | ## JS 三方库