{"id":4616,"url":"https://github.com/wmcmahan/React-Native-LocalSearch","last_synced_at":"2025-08-04T01:32:45.457Z","repository":{"id":57338136,"uuid":"39345630","full_name":"wmcmahan/react-native-localsearch","owner":"wmcmahan","description":"React Native Module for MapKit Local Search","archived":false,"fork":false,"pushed_at":"2023-02-18T00:02:46.000Z","size":17,"stargazers_count":21,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T03:46:30.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wmcmahan.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}},"created_at":"2015-07-19T19:13:23.000Z","updated_at":"2023-11-14T03:29:33.000Z","dependencies_parsed_at":"2024-01-08T01:03:55.465Z","dependency_job_id":"f0f05183-2266-4adf-bd52-c6fc7ea3fd9d","html_url":"https://github.com/wmcmahan/react-native-localsearch","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"4b1418092ed953ccc199fabd463c81fe66a70498"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmcmahan%2Freact-native-localsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmcmahan%2Freact-native-localsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmcmahan%2Freact-native-localsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmcmahan%2Freact-native-localsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmcmahan","download_url":"https://codeload.github.com/wmcmahan/react-native-localsearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228582488,"owners_count":17940587,"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":[],"created_at":"2024-01-05T20:17:18.023Z","updated_at":"2024-12-07T08:30:45.637Z","avatar_url":"https://github.com/wmcmahan.png","language":"Objective-C","funding_links":[],"categories":["Components"],"sub_categories":["System"],"readme":"# React-Native-LocalSearch\nReact Native Module for IOS MapKit Local Search\n\n## Install\n```\nnpm install --save react-native-localsearch\n```\nThen add RNLocalSearch to project libraries.\n\n## Usage\n\n```javascript\nvar RNLocalSearch = require('react-native-localsearch');\n\nRNLocalSearch.searchForLocations(searchString, region, callback(err, resp) =\u003e {});\n```\n\n## Example\n\n```javascript\nvar RNLocalSearch = require('react-native-localsearch');\n\nconst region = {\n\tlatitude: 30.2669444,\n\tlongitude: -97.7427778,\n\tlatitudeDelta: 0.1,\n\tlongitudeDelta: 0.1\n};\n\nRNLocalSearch.searchForLocations('Lalas', region, callback(err, resp) =\u003e {});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmcmahan%2FReact-Native-LocalSearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmcmahan%2FReact-Native-LocalSearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmcmahan%2FReact-Native-LocalSearch/lists"}