文件名称:react-native-sectioned-multi-select:一个支持子类别,搜索,筹码的多(或单个)选择组件
文件大小:2.27MB
文件格式:ZIP
更新时间:2024-05-31 07:11:59
multiselect picker reactnative JavaScript
React本机分段多选 一个支持子类别,搜索,筹码的多(或单个)选择组件。 它用于长清单,因为它以Modal形式打开(将来我可能会将此列为可选)。 这是基于 。 我遇到的问题是,由于嵌套ScrollView在Android上不起作用,我需要将其设置为模态,并且需要显示带有子类别的类别。 注意事项 当前,所有ID必须是唯一的。 因此,如果您要从多个来源提取数据,请注意ID冲突将导致(重大)问题,即,将选择具有相同ID的两个项目。 寻找对此的贡献者-将需要一些重构(请参阅#33)。 没有ajax支持。 预习 用法 您可以使用以下命令安装此软件包: npm i react-native-sectioned-multi-select或yarn add react-native-sectioned-multi-select 图示 该库使用来自react-native-vector-icons/
【文件预览】:
react-native-sectioned-multi-select-master
----index.js(102B)
----package.json(1KB)
----.eslintrc.json(442B)
----exampleapp()
--------index.js(126B)
--------.watchmanconfig(2B)
--------.flowconfig(2KB)
--------package.json(756B)
--------__tests__()
--------app.json(57B)
--------z.jpg(59KB)
--------package-lock.json(357KB)
--------.gitignore(832B)
--------App.js(19KB)
--------.buckconfig(114B)
--------metro.config.js(299B)
--------.gitattributes(16B)
--------babel.config.js(77B)
----Recipes.md(8KB)
----LICENSE(1KB)
----package-lock.json(63KB)
----previews()
--------example_recording-3.gif(525KB)
--------example_recording-4.gif(1.24MB)
--------example_recording-2.gif(637KB)
--------example_recording-1.gif(435KB)
----index.d.ts(5KB)
----.gitignore(179B)
----CHANGELOG.md(11KB)
----lib()
--------helpers.js(127B)
--------sectioned-multi-select.js(35KB)
--------components()
--------.vscode()
----.prettierrc.js(133B)
----README.md(26KB)