From 9a705f903b193c778be0e348574b551d53f3085f Mon Sep 17 00:00:00 2001 From: quguiren Date: Tue, 16 Dec 2025 14:28:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICQ5WX]=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A00.77=2030=E4=B8=AA=E4=B8=89=E6=96=B9=E5=BA=93=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: quguiren --- zh-cn/bam-tech-react-native-image-resizer.md | 2 + zh-cn/baronha-ting.md | 2 + zh-cn/gorhom-bottom-sheet.md | 31 +- zh-cn/jpush-react-native.md | 4 + zh-cn/react-native-ble-plx.md | 7 +- zh-cn/react-native-code-push.md | 2 + zh-cn/react-native-config.md | 117 +++++++- zh-cn/react-native-image-gallery.md | 52 +++- zh-cn/react-native-iphone-screen-helper.md | 24 +- zh-cn/react-native-localization-settings.md | 29 +- zh-cn/react-native-localize.md | 18 +- zh-cn/react-native-permissions.md | 5 +- zh-cn/react-native-share.md | 7 +- zh-cn/react-native-ssl-pinning.md | 300 ++++++++++--------- zh-cn/react-native-svg-capi.md | 125 +++++++- zh-cn/react-native-translucent-modal.md | 4 +- zh-cn/react-native-user-agent.md | 2 + zh-cn/react-native-zip-archive.md | 8 +- zh-cn/realm-js.md | 48 ++- zh-cn/victory-native-xl.md | 11 +- 20 files changed, 571 insertions(+), 227 deletions(-) diff --git a/zh-cn/bam-tech-react-native-image-resizer.md b/zh-cn/bam-tech-react-native-image-resizer.md index f85ac81b..b4074edb 100644 --- a/zh-cn/bam-tech-react-native-image-resizer.md +++ b/zh-cn/bam-tech-react-native-image-resizer.md @@ -280,6 +280,8 @@ export default ImageResizerDemo; 本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。 +**注意:** V3.1.0 不需要执行 Codegen。 + ## Link | | 是否支持autolink | RN框架版本 | diff --git a/zh-cn/baronha-ting.md b/zh-cn/baronha-ting.md index 32daf042..2319a7d0 100644 --- a/zh-cn/baronha-ting.md +++ b/zh-cn/baronha-ting.md @@ -83,6 +83,8 @@ export default App; 本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。 +> [!TIP] V1.3.0 不需要执行 Codegen。 + ## Link | | 是否支持autolink | RN框架版本 | diff --git a/zh-cn/gorhom-bottom-sheet.md b/zh-cn/gorhom-bottom-sheet.md index ca06660a..17aa61b6 100644 --- a/zh-cn/gorhom-bottom-sheet.md +++ b/zh-cn/gorhom-bottom-sheet.md @@ -57,6 +57,7 @@ yarn add @react-native-ohos/bottom-sheet // bottom-sheet组件 import React, { useCallback, useRef, useMemo } from "react"; import { StyleSheet, View, Text, Button } from "react-native"; +import { GestureHandlerRootView } from 'react-native-gesture-handler'; import BottomSheet, { BottomSheetView } from "@gorhom/bottom-sheet"; const App = () => { @@ -79,7 +80,7 @@ const App = () => { // render return ( - +