From cf2df8b004e133bf1fab13903a509a0782307f24 Mon Sep 17 00:00:00 2001 From: sunshinezjb Date: Thu, 26 Dec 2024 20:09:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[issues:=20#IBE0JT]=E4=BF=AE=E6=94=B9re?= =?UTF-8?q?act-native-config=E7=9A=84codegen=E8=8B=B1=E6=96=87=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/react-native-config.md b/en/react-native-config.md index f953f15de..cc5260b1d 100644 --- a/en/react-native-config.md +++ b/en/react-native-config.md @@ -91,7 +91,7 @@ const styles = StyleSheet.create({ ## Use Codegen -If this repository has been adapted to `Codegen`, generate the bridge code of the third-party library by using the `Codegen`. For details, see [Codegen Usage Guide](/zh-cn/codegen.md). +If this repository has been adapted to `Codegen`, generate the bridge code of the third-party library by using the `Codegen`. For details, see [Codegen Usage Guide](/en/codegen.md). ## Link -- Gitee