From d81dd30f1a61b3e0f51b271d6f08120b48871929 Mon Sep 17 00:00:00 2001 From: likang Date: Fri, 12 Jan 2024 14:40:15 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8VN6U]=20=E4=BF=AE=E6=94=B9react-n?= =?UTF-8?q?ative-picker/picker=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-picker.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zh-cn/react-native-picker.md b/zh-cn/react-native-picker.md index 29f1ec7b..0857c368 100644 --- a/zh-cn/react-native-picker.md +++ b/zh-cn/react-native-picker.md @@ -127,7 +127,7 @@ target_link_libraries(rnoh_app PUBLIC rnoh) # RNOH_BEGIN: link_packages target_link_libraries(rnoh_app PUBLIC rnoh_sample_package) -+ target_link_libraries(rnoh_app PUBLIC rnoh-picker) ++ target_link_libraries(rnoh_app PUBLIC rnoh_picker) # RNOH_END: link_packages ``` @@ -169,8 +169,7 @@ function CustomComponentBuilder(ctx: ComponentBuilderContext) { + else if (ctx.componentName === PICKER_TYPE) { + RNCPicker({ + ctx: ctx.rnohContext, -+ tag: ctx.tag, -+ buildCustomComponent: CustomComponentBuilder ++ tag: ctx.tag + }) + } ... -- Gitee