{"id":24082498,"url":"https://github.com/interfacekit/react-native-ios-search-bar","last_synced_at":"2025-07-04T07:04:29.882Z","repository":{"id":92875277,"uuid":"107291079","full_name":"InterfaceKit/react-native-ios-search-bar","owner":"InterfaceKit","description":"🔍 iOS UISearchBar for React Native","archived":false,"fork":false,"pushed_at":"2018-09-12T15:20:05.000Z","size":10,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-30T17:52:22.999Z","etag":null,"topics":["ios","react","react-native","uisearchbar"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InterfaceKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-17T15:52:33.000Z","updated_at":"2024-06-20T10:27:07.000Z","dependencies_parsed_at":"2023-05-16T13:45:54.503Z","dependency_job_id":null,"html_url":"https://github.com/InterfaceKit/react-native-ios-search-bar","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/InterfaceKit/react-native-ios-search-bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InterfaceKit%2Freact-native-ios-search-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InterfaceKit%2Freact-native-ios-search-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InterfaceKit%2Freact-native-ios-search-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InterfaceKit%2Freact-native-ios-search-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InterfaceKit","download_url":"https://codeload.github.com/InterfaceKit/react-native-ios-search-bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InterfaceKit%2Freact-native-ios-search-bar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263464185,"owners_count":23470473,"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":["ios","react","react-native","uisearchbar"],"created_at":"2025-01-09T23:47:16.406Z","updated_at":"2025-07-04T07:04:29.872Z","avatar_url":"https://github.com/InterfaceKit.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-ios-search-bar\n\n\u003cp\u003e\n\u003cimg src=\"https://img.shields.io/npm/dm/react-native-ios-search-bar.svg\" /\u003e\n\u003cimg src=\"https://img.shields.io/npm/dt/react-native-ios-search-bar.svg\" /\u003e\n\u003c/p\u003e\n\nNative UISearchBar component for React Native.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/wiki/InterfaceKit/react-native-ios-search-bar/scr.png\" alt=\"Search bar\" width=\"400\"\u003e\n\u003c/p\u003e\n\n## Getting started\n\n`$ yarn add react-native-ios-search-bar`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-ios-search-bar`\n\n### Manual installation\n\n\n#### iOS\n\n1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`\n2. Go to `node_modules` ➜ `react-native-ios-search-bar` and add `RNIKReactNativeIosSearchBar.xcodeproj`\n3. In XCode, in the project navigator, select your project. Add `libRNIKReactNativeIosSearchBar.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`\n4. Run your project (`Cmd+R`)\u003c\n\n\n## Usage\n```javascript\nimport IOSSearchBarView from 'react-native-ios-search-bar';\n\nclass Search extends React.Component {\n  _onTextDidChange = (text: string) =\u003e {\n    console.log(text)\n  }\n\n  render() {\n    return (\n      \u003cIOSSearchBarView\n        onTextDidChange={this._onTextDidChange}\n      /\u003e\n    )\n  }\n}\n```\n\n## License\n\nMIT\n\n## Author\n\nÁlvaro Medina Ballester `\u003camedina at apsl.net\u003e`\n\nBuilt with 💛 by [APSL](https://github.com/apsl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterfacekit%2Freact-native-ios-search-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterfacekit%2Freact-native-ios-search-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterfacekit%2Freact-native-ios-search-bar/lists"}