diff --git a/zh-cn/react-native-config.md b/zh-cn/react-native-config.md index 7b2946139a3587a52f28e431439545d4773027b4..0471933ae6b137a6dab68b7f9c2277784e205133 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