文件名称:react-native-searchbar:一个非常漂亮的React Native搜索栏
文件大小:24KB
文件格式:ZIP
更新时间:2024-02-26 04:43:59
android search ios react-native ReactNative
React本机搜索栏 React Native的一个很棒的搜索栏。 它具有内置的简单搜索功能,可以通过处理组件data并提供handleResults函数来使用该函数,该函数将接收过滤后的data数组副本。 搜索功能使用深度优先算法遍历数据,并仅在数据中所有字符串,数字和布尔值内查找用户输入的indexOf 。 在iOS和Android上均可使用。 (以这些文档和存储库中的示例呈现) 安装 npm install react-native-searchbar --save 如果项目尚未安装 ,请安装它们。 搜索栏访问MaterialIcons。 现在,您可以import Search
【文件预览】:
react-native-searchbar-master
----example()
--------example.js(2KB)
----.prettierrc(102B)
----LICENSE.md(1KB)
----README.md(7KB)
----.editorconfig(41B)
----.gitignore(59B)
----index.js(11KB)
----package-lock.json(67KB)
----package.json(1KB)