From 6f16758f8942f120cf012fdf9cd85d830b7ef719 Mon Sep 17 00:00:00 2001 From: xuxiaoqain01 Date: Thu, 22 Aug 2024 15:47:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20[Issues:=20#IALS5K]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-navigation-stack=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-navigation-stack.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/react-navigation-stack.md b/zh-cn/react-navigation-stack.md index c1853d06..831d52a0 100644 --- a/zh-cn/react-navigation-stack.md +++ b/zh-cn/react-navigation-stack.md @@ -97,6 +97,7 @@ export default function App() { + [@react-navigation/native](/zh-cn/react-navigation-native.md) + [@react-native-oh-tpl/react-native-gesture-handler](/zh-cn/react-native-gesture-handler.md) + [@react-native-oh-library/react-native-safe-area-context](/zh-cn/react-native-safe-area-context.md) ++ [react-native-screens](/zh-cn/react-native-screens.md) 本库 HarmonyOS 侧实现依赖@react-native-oh-tpl/react-native-gesture-handler、@react-native-oh-library/react-native-safe-area-context 的原生端代码,如已在 HarmonyOS 工程中引入过该库,则无需再次引入,可跳过本章节步骤,直接使用。 -- Gitee