From a927c4528822d0a9b16a6ad9d5df836dd213d5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Wed, 16 Jul 2025 09:51:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICMLFC]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-nested-scroll=E4=BD=BF=E7=94=A8=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-nested-scroll.md | 2 +- zh-cn/react-native-nested-scroll.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-nested-scroll.md b/en/react-native-nested-scroll.md index 310424fd..82881012 100644 --- a/en/react-native-nested-scroll.md +++ b/en/react-native-nested-scroll.md @@ -146,7 +146,7 @@ Method 2: Directly linking the source code > [!TIP] > To link the source code directly, please refer to the [instructions for linking source code directly](/zh-cn/link-source-code.md). -### 2.3 Configure CMakeLists and Import LinearGradientPackage +### 2.3 Configure CMakeLists and Import NestedScrollViewPackage Open `entry/src/main/cpp/CMakeLists.txt` and add the following: diff --git a/zh-cn/react-native-nested-scroll.md b/zh-cn/react-native-nested-scroll.md index d2792f78..1183f32f 100644 --- a/zh-cn/react-native-nested-scroll.md +++ b/zh-cn/react-native-nested-scroll.md @@ -144,7 +144,7 @@ ohpm install > [!TIP] 如需使用直接链接源码,请参考[直接链接源码说明](/zh-cn/link-source-code.md) -### 2.3 配置 CMakeLists 和引入 LinearGradientPackage +### 2.3 配置 CMakeLists 和引入 NestedScrollViewPackage 打开 `entry/src/main/cpp/CMakeLists.txt`,添加: -- Gitee