From bc4100aee01669814f936361be95d5be35cc6827 Mon Sep 17 00:00:00 2001 From: "maikai (A)" Date: Fri, 28 Jun 2024 09:51:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-snap-car?= =?UTF-8?q?ousel=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-snap-carousel.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zh-cn/react-native-snap-carousel.md b/zh-cn/react-native-snap-carousel.md index 3716081e..768cfe36 100644 --- a/zh-cn/react-native-snap-carousel.md +++ b/zh-cn/react-native-snap-carousel.md @@ -1,5 +1,5 @@ -> 模板版本:v0.1.3 +> 模板版本:v0.2.2

react-native-snap-carousel

@@ -10,7 +10,7 @@

-> [!tip] [Github 地址](https://github.com/react-native-oh-library/react-native-snap-carousel) +> [!Tip] [Github 地址](https://github.com/react-native-oh-library/react-native-snap-carousel) ## 安装与使用 @@ -111,6 +111,8 @@ const styles = StyleSheet.create({ } }); ``` +## 使用 Codegen(如本库已适配了 Codegen ) +本库已经适配了 Codegen ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档。](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/model.md#https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/codegen.md) ### 兼容性 -- Gitee