From 066ee732d6f29a84d31c8090cc084fcfa45e452c Mon Sep 17 00:00:00 2001 From: Atsws Date: Wed, 16 Oct 2024 09:33:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IAXDWC]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-config=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 Signed-off-by: Atsws --- zh-cn/react-native-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-config.md b/zh-cn/react-native-config.md index 7b294613..0471933a 100644 --- a/zh-cn/react-native-config.md +++ b/zh-cn/react-native-config.md @@ -14,7 +14,7 @@ > [!TIP] [Github 地址](https://github.com/react-native-oh-library/react-native-config) ## 基本用法 -在 React Native 应用程序的根目录中创建一个新`.env`文件 +在 React Native 应用程序的根目录中创建一个新`.env`文件(若鸿蒙工程不在RN工程目录内,请将`.env`创建在鸿蒙工程同级目录) ```bash API_URL=https://myapi.com GOOGLE_MAPS_API_KEY=abcdefgh -- Gitee