{"id":4229,"url":"https://github.com/netbeast/react-native-big-slider","last_synced_at":"2025-07-12T09:31:35.891Z","repository":{"id":57335718,"uuid":"105172127","full_name":"netbeast/react-native-big-slider","owner":"netbeast","description":":level_slider: Yet another, big one, pure JS easily customisable and hackable react-native slider component","archived":false,"fork":false,"pushed_at":"2018-10-09T09:35:09.000Z","size":228,"stargazers_count":90,"open_issues_count":1,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-07T05:43:49.720Z","etag":null,"topics":["react","react-native","slider","ui","ux"],"latest_commit_sha":null,"homepage":"https://getyeti.co","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/netbeast.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":"2017-09-28T16:27:23.000Z","updated_at":"2023-05-12T16:48:52.000Z","dependencies_parsed_at":"2022-09-07T16:04:35.294Z","dependency_job_id":null,"html_url":"https://github.com/netbeast/react-native-big-slider","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Freact-native-big-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Freact-native-big-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Freact-native-big-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbeast%2Freact-native-big-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netbeast","download_url":"https://codeload.github.com/netbeast/react-native-big-slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225812303,"owners_count":17527969,"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":["react","react-native","slider","ui","ux"],"created_at":"2024-01-05T20:17:05.185Z","updated_at":"2024-11-21T22:29:40.096Z","avatar_url":"https://github.com/netbeast.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-big-slider\n![npm version](https://badge.fury.io/js/react-native-big-slider.svg)\n\n\u003ca href=\"https://getyeti.co\" target=\"_blank\"\u003e\n   \u003cimg alt=\"works with yeti\" src=\"works-with-yeti.png\" width=\"100\" /\u003e\n\u003c/a\u003e\n\n\u003e This package powers [Yeti Smart Home](https://getyeti.co) and is used in production.\n\nA react native reusable and efficient dial knob element.\n\n## Usage\n\n\u003cimg alt=\"demo screenshot\" src=\"screenshot.png\" width=\"350\" /\u003e\n\nTo achieve the previously shown elements, you can take a look at the example\nor use the following snippets:\n\n```javascript\nimport BigSlider from 'react-native-big-slider'\n\n// ...\n\n\u003cBigSlider minimumValue={-50}\n  label={`${this.state.valA | 0}º`}\n  value={this.state.valA} onValueChange={valA =\u003e {\n    this.setState({ valA })\n  }} /\u003e\n\n// ...\n\n\u003cBigSlider\n  horizontal\n  maximumValue={120}\n  style={{ width: 140 }}\n  value={this.state.valB}\n  minimumValue={-120} /\u003e\n\n// ...\n\n\u003cBigSlider\n  horizontal\n  maximumValue={120}\n  style={{ backgroundColor: 'rgba(0,0,0,.7)' }}\n  trackStyle={{ backgroundColor: 'rgba(194, 61, 85, 1)' }}\n  label=\"friction\"\n  minimumValue={-120} /\u003e\n\n// ...\n\n\u003cBigSlider\n  style={{ width: 80 }}\n  renderLabel={() =\u003e \u003cText style={{textAlign:'center', padding: 20}}\u003e\n    Brightness\n  \u003c/Text\u003e}\n  trackStyle={{ backgroundColor: 'rgba(143, 255, 160, .7)' }}\n  maximumValue={30}\n  minimumValue={-120}\n  value={this.state.valB} /\u003e\n\n// ...\n\n\u003cBigSlider\n  style={{ width: 110 }}\n  trackStyle={{ backgroundColor: 'rgb(255, 166, 102)' }}\n  maximumValue={30}\n  minimumValue={-120}\n  value={this.state.valB} /\u003e\n```\n\nMore documentation is incoming, in the meanwhile please read the source code. It is a single file!\nPRs and issues are more than welcome.\n\nFollow us in Github or https://twitter.com/netbeast_co.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbeast%2Freact-native-big-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetbeast%2Freact-native-big-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbeast%2Freact-native-big-slider/lists"}