{"id":16811023,"url":"https://github.com/lukebrandonfarrell/react-native-navigation-search-bar","last_synced_at":"2025-03-22T02:32:00.539Z","repository":{"id":37249287,"uuid":"172065900","full_name":"lukebrandonfarrell/react-native-navigation-search-bar","owner":"lukebrandonfarrell","description":"React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!","archived":false,"fork":false,"pushed_at":"2022-08-15T11:27:34.000Z","size":498,"stargazers_count":63,"open_issues_count":5,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T00:34:48.420Z","etag":null,"topics":["collapse-header","react-native","react-native-elements","react-native-navigation","search-bar"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukebrandonfarrell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-22T12:52:33.000Z","updated_at":"2024-05-12T18:15:27.000Z","dependencies_parsed_at":"2022-07-29T02:38:28.406Z","dependency_job_id":null,"html_url":"https://github.com/lukebrandonfarrell/react-native-navigation-search-bar","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukebrandonfarrell%2Freact-native-navigation-search-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukebrandonfarrell%2Freact-native-navigation-search-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukebrandonfarrell%2Freact-native-navigation-search-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukebrandonfarrell%2Freact-native-navigation-search-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukebrandonfarrell","download_url":"https://codeload.github.com/lukebrandonfarrell/react-native-navigation-search-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898190,"owners_count":20528331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collapse-header","react-native","react-native-elements","react-native-navigation","search-bar"],"created_at":"2024-10-13T10:17:26.201Z","updated_at":"2025-03-22T02:32:00.201Z","avatar_url":"https://github.com/lukebrandonfarrell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-navigation-search-bar\" rel=\"nofollow\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/react-native-navigation-search-bar.svg?style=flat-square\" alt=\"version\" style=\"max-width:100%;\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-navigation-search-bar\" rel=\"nofollow\"\u003e\n  \u003cimg src=\"http://img.shields.io/npm/l/react-native-navigation-search-bar.svg?style=flat-square\" alt=\"license\" style=\"max-width:100%;\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-navigation-search-bar\" rel=\"nofollow\"\u003e\n    \u003cimg src=\"http://img.shields.io/npm/dt/react-native-navigation-search-bar.svg?style=flat-square\" alt=\"downloads\" style=\"max-width:100%;\" /\u003e\n  \u003c/a\u003e\n  \u003chr /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/lukebrandonfarrell/react-native-navigation-search-bar/blob/master/example%231.gif?raw=true\"/\u003e\u003cbr/\u003e\n  React Native Navigation Search Bar\n\u003c/h1\u003e\n\nA searcbar for [React Native Navigation](https://github.com/wix/react-native-navigation) which collapses the header when focussed. It's that simple!\n\n## Install\n\n```sh\n npm install react-native-navigation-search-bar --save\n```\n\nor\n\n```sh\n yarn add react-native-navigation-search-bar\n```\n\n## Usage\n\nThis component wraps the react-native-elements [\u003cSearchBar /\u003e](https://react-native-elements.github.io/react-native-elements/docs/searchbar.html) with extra functionality for React Native Navigation.\n\n```js\nimport { RNNSearchBar } from \"react-native-navigation-search-bar\";\n\n// register our drawer component with RNN\n\u003cRNNSearchBar\n    componentId={componentId} // \u003c-- RNN component id\n    statusBarHeight={statusBarHeight} // \u003c-- prop status bar height\n    search={...}\n    onChangeText={...}\n    \n /\u003e\n```\n\n## Authors\n\n* [**Luke Brandon Farrell**](https://lukebrandonfarrell.com/) - *Author*\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukebrandonfarrell%2Freact-native-navigation-search-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukebrandonfarrell%2Freact-native-navigation-search-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukebrandonfarrell%2Freact-native-navigation-search-bar/lists"}