{"id":4181,"url":"https://github.com/puredazzle/react-native-simple-picker","last_synced_at":"2026-04-05T17:36:26.499Z","repository":{"id":57138337,"uuid":"55588546","full_name":"puredazzle/react-native-simple-picker","owner":"puredazzle","description":"A simple picker for React Native.","archived":false,"fork":false,"pushed_at":"2023-03-14T18:59:10.000Z","size":349,"stargazers_count":96,"open_issues_count":0,"forks_count":55,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-01T10:18:36.334Z","etag":null,"topics":["ios-picker","picker","react-native"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-simple-picker","language":"JavaScript","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/puredazzle.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":"2016-04-06T08:26:05.000Z","updated_at":"2024-10-01T08:32:13.000Z","dependencies_parsed_at":"2024-01-08T01:02:13.114Z","dependency_job_id":"45182a9e-1107-4f42-b1a1-20121d4a062f","html_url":"https://github.com/puredazzle/react-native-simple-picker","commit_stats":{"total_commits":70,"total_committers":15,"mean_commits":4.666666666666667,"dds":0.5,"last_synced_commit":"574408b5822d83d51f4c70afdee31f2b2b7a234a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puredazzle/react-native-simple-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puredazzle%2Freact-native-simple-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puredazzle%2Freact-native-simple-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puredazzle%2Freact-native-simple-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puredazzle%2Freact-native-simple-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puredazzle","download_url":"https://codeload.github.com/puredazzle/react-native-simple-picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puredazzle%2Freact-native-simple-picker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268634064,"owners_count":24281896,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-picker","picker","react-native"],"created_at":"2024-01-05T20:17:03.666Z","updated_at":"2025-12-30T00:28:42.585Z","avatar_url":"https://github.com/puredazzle.png","language":"JavaScript","funding_links":[],"categories":["Components","JavaScript","Others"],"sub_categories":["UI"],"readme":"# React Native Simple Picker\n\nA simple picker for React Native.\n\n[![Latest Version](https://badgen.net/npm/v/react-native-simple-picker)](https://www.npmjs.com/package/react-native-simple-picker)\n[![Total Downloads](https://badgen.net/npm/dt/react-native-simple-picker)](https://www.npmjs.com/package/react-native-simple-picker)\n[![License](https://badgen.net/npm/license/react-native-simple-picker)](LICENSE)\n\n[\u003cimg src=\"https://cloud.githubusercontent.com/assets/499192/14314055/79b56344-fbf5-11e5-9813-66a2d2a040c7.gif\" width=\"350\"\u003e](https://cloud.githubusercontent.com/assets/499192/14314055/79b56344-fbf5-11e5-9813-66a2d2a040c7.gif)\n\n## Install\n\n```\n$ npm install react-native-simple-picker --save\n```\n\n## iOS and Android\n\nFrom version 2.0 React Native Simple Picker now supports both Android and iOS.\n\n## Example\n\nYou will find an example in the `/exampleApp` folder.\n\n## Properties\n\n| Prop  | Default  | Type | Description | Required |\n| :------------ |:---------------:| :---------------:| :-----| :-----|\n| buttonStyle | - | `Object` | Style Close/Continue Buttons | `false` |\n| options | - | `Array` | Options that will be passed to the picker | `true`\n| initialOptionIndex | - | `Number` | Initial selected option based on it's index | `false`\n| labels | - | `Array` | Labels for the options passed to the picker | `false`\n| confirmText | Confirm | `String` | Confirm button text | `false`\n| confirmTextStyle | - | `Object` | Style Confirm button text | `false`\n| cancelText | Cancel | `String` | Cancel button text | `false`\n| cancelTextStyle | - | `Object` | Style Close button text | `false`\n| itemStyle | - | `Object` | Picker style prop. Use this to customize the picker colors, etc | `false`\n| styles | - | `Object` | Overwrites the default [styles](/index.js#L18-L54) of the picker  | `false`\n| disableOverlay | - | `bool` | When set to false it will dismiss the picker when the outside region is pressed | `false`\n\n## Events \n\n| Prop  | Params  | Description |\n| :------------ |:---------------:| :---------------:|\n| onSubmit | - |  Use this to trigger any action on your parent component when an option is selected\n## License\n\nThis package is licensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuredazzle%2Freact-native-simple-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuredazzle%2Freact-native-simple-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuredazzle%2Freact-native-simple-picker/lists"}