问题标签 [react-native-picker-select]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
218 浏览

react-native - 如何在 React Native 中为相同名称的平面列表组合不同的选择器值

我在 React Native Flatlist 中的 Picker 中检索了一些 JSON 数据,这些数据具有相同项目的两个以上属性,如下所示:

它显示如下图片

但我想这样显示参考图像

有人会帮助我吗?

这是我的代码:

0 投票
1 回答
213 浏览

react-native - 如何将数组数组映射到反应本机选择器

如何将属性数组(产品的子数组)映射到选择器中。这是我的 JSON 数据:

{“产品”:[{“productid”:“5466”,“名称”:“腰果”,“描述”:“”,“属性”:[{“product_id”:“5466”,“attribute_name”:“500 grm”,“attribute_price”:“500”},{“product_id”:“5466”,“attribute_name”:“250 grm”,“attribute_price”:“250”}]}]}

这是我的代码:

请帮助我提前谢谢

0 投票
0 回答
138 浏览

react-native - 如何改变 react-native-dropdown-picker 的扩展方向

选择器工作正常,但是当它放置在屏幕底部时,它应该向上扩展项目,但仍然下降..

我检查了文档但找不到方法?有人在这里怎么做吗?

截屏: 在此处输入图像描述

零件:

0 投票
1 回答
123 浏览

javascript - 我们可以在 Picker.Item 中添加 SVG 图标吗?

我正在尝试使用react-native- picker/picker库在 <Picker.Item /> 中添加 SVG 图标,但它没有显示。

这里我放一段代码:

我想提一下,我只想使用 svg 图标而不是表情符号。这种形式有什么办法吗?

提前致谢

0 投票
0 回答
210 浏览

javascript - React Native Picker 显示当前月份

我正在使用React Native Picker来显示月份数字列表。

我试图在加载选择器时显示当前月份(在这种情况下02 (February))。

但是,在加载屏幕时,它总是显示01(一月)而不是02(二月)。

另一件事是,即使标签显示01(一月),选择器值仍然保持为02(二月)。

如果有人可以解决这个问题,那将非常有帮助。

这是下面提供的代码片段:

截屏:

调用 api 时,它采用 的值,month 02但在选择器上显示month 01截屏

0 投票
2 回答
824 浏览

react-native - 程序类型已经存在:com.reactnativecommunity.picker.BuildConfig

使用 react-native-picker/picker 库

  • 出了什么问题:任务“:app:multiDexListDebug”执行失败。

执行 com.android.build.gradle.internal.tasks.Workers$ActionFacade 合并 dex 档案时出错:在https://developer.android.com/studio/build/dependencies#duplicate_classes了解如何解决该问题. 程序类型已经存在:com.reactnativecommunity.picker.BuildConfig

  • 尝试:使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。运行 --scan 以获得完整的见解。
0 投票
0 回答
72 浏览

react-native - 两个名为 RNCPicker / Yarn 的视图:如何在依赖项之间共享依赖关系?

我正在构建一个 React Native 应用程序,我遇到了以下问题:包@react-native-picker/picker被两个不同的节点模块包含。因此,我遇到了错误:

tried to register two views with the same name RNCPicker.

我曾尝试在指定的应用程序中使用块"resolutions",但它没有帮助。纱线为什么显示以下内容:package.json@react-native-picker/picker

组件库包是我自己的,其中包含一个导入react-native-picker-select. 注释掉导入解决了“两个视图”错误,但这显然不是一个修复。

解决此问题的正确方法是什么?在我看来,依赖关系应该在两个节点模块之间共享,所以只有一个被注册?这不就是吊装应该发生的事情吗?

在组件库节点模块中更新react-native-picker-select到最新版本 ( ) 后出现错误。8.0.4最新版本切换到使用@react-native-picker/picker.

编辑:我有解决该问题的方法,但这仍然不是正确的解决方法。包括@react-native-picker/picker在应用程序中package.json并手动删除node_modules/component-library/node_modules/@react-native-picker/picker至少会使错误消失并且应用程序再次运行,并使用工作react-native-picker-select组件。

0 投票
0 回答
16 浏览

react-native-picker-select - 仅在 onDonePress IOS 上更改值

IOS 上的当前行为是在滚动项目时,项目值在滚动时发生变化。我应该如何在滚动项目时实现该行为,项目值仅在按下完成按钮时才会改变?

0 投票
0 回答
29 浏览

react-native - When Select pressed except little icon, React Native get crashed

Hi I am working on project, every thing was okay specially this package was work fine @react-native-picker/picker, But after upgrading my react-native project I got alot of errors and I solve every single but this PICKER error was different, The Error is when I press on picker component then app get crashed but when I only click on small down arrow icon in that component it work fine, I only checked it on android, I don't know that its working on IOS but on android it throwing me this error, I also tried to import also this import {Picker} from "native-base but from native base it also not woking... I dont know what to do ..... Full confused..... Help me in this.

0 投票
0 回答
200 浏览

react-native - @react-native-picker/picker 不显示选择的标签

在我的 React Native 0.64 应用程序中,选择器用于选择国家代码:

默认设置为值“1”,但没有显示标签“US”:

在此处输入图像描述

除标签外,选择器工作正常。是什么导致标签不显示?