{"id":4255,"url":"https://github.com/Enrise/react-native-nmrangeslider-ios","last_synced_at":"2025-08-04T01:31:45.498Z","repository":{"id":57338709,"uuid":"51145449","full_name":"Enrise/react-native-nmrangeslider-ios","owner":"Enrise","description":"React Native Slider component with two markers based on NMRangeSlider.","archived":true,"fork":false,"pushed_at":"2022-10-08T18:15:45.000Z","size":39,"stargazers_count":35,"open_issues_count":0,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-05T00:44:06.488Z","etag":null,"topics":[],"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/Enrise.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}},"created_at":"2016-02-05T12:33:48.000Z","updated_at":"2023-03-09T02:23:42.000Z","dependencies_parsed_at":"2022-09-07T10:11:53.350Z","dependency_job_id":null,"html_url":"https://github.com/Enrise/react-native-nmrangeslider-ios","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/Enrise%2Freact-native-nmrangeslider-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enrise%2Freact-native-nmrangeslider-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enrise%2Freact-native-nmrangeslider-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enrise%2Freact-native-nmrangeslider-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enrise","download_url":"https://codeload.github.com/Enrise/react-native-nmrangeslider-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228582487,"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:05.985Z","updated_at":"2024-12-07T08:30:27.326Z","avatar_url":"https://github.com/Enrise.png","language":"Objective-C","funding_links":[],"categories":["Components","\u003ca name=\"Alter,-Prompt,-Action-\u0026-Dialog:-Native-Modules\"\u003eAlter, Prompt, Action \u0026 Dialog: Native Modules\u003c/a\u003e","Others"],"sub_categories":["UI"],"readme":"# Archived and unmaintained\n\nThis is an old repository that is no longer used or maintained. We advice to no longer use this repository.\n\n## Original README can be found below:\n\n# Native iOS multi slider component for React Native\n\n[![NPM](https://nodei.co/npm-dl/react-native-nmrangeslider-ios.png?months=3)](https://nodei.co/npm/react-native-nmrangeslider-ios/)\n\nNative iOS multi slider component for React Native with two markers based on [NMRangeSlider](https://github.com/mvelikov/NMRangeSlider).\n\n[react-native-multi-slider](https://github.com/JackDanielsAndCode/react-native-multi-slider) \nworks in javascript only which creates a noticeable lag when moving a \nslider. Because NMRangeSlider is implemented as a native module there is no lag in this version.\n\n![slider-example](https://cloud.githubusercontent.com/assets/133832/12846584/a28dc36e-cc0d-11e5-9a70-dcc4445e72b6.gif)\n\n\n# Installation\n\n```\nnpm install --save react-native-nmrangeslider-ios\n```\n\nFollow the [procedure to link the library in XCode](https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking) \nor run `rnpm link react-native-nmrangeslider-ios` using [rnpm](https://github.com/rnpm/rnpm).\n\nOpen your project in XCode if necessary and go into `Libraries \u003e RNNMRangeSlider.xcodeproj \u003e NMRangeSlider` and drag\nand drop the \"Slider.xcassets\" to the Resources folder. In the dialog, do NOT tick \"copy files if necessary\" because\nthe files are already part of this project.\nNote if you used this library before version 1.3.0, remove the \"DefaultTheme7\" folder you might have copied.\n\n# Usage example\n\n```\nimport NMRangeSliderIOS from 'react-native-nmrangeslider-ios';\n\n\u003cNMRangeSliderIOS\n  minimumValue={0}\n  maximumValue={99}\n  minimumRange={5}\n  lowerValue={10}\n  upperValue={80}\n  trackColor={#00ff00}\n  onChange={onChangeFunction}\n  disabled={false}\n  style={{ width: 300, height: 50 }}\n/\u003e\n```\n\n# Changelog\n\n- 1.3.1 CocoaPod support, #5\n- 1.3.0 Changed image assets into xcassets structure\n- 1.2.0 Add ability to set trackColor\n- 1.1.0 Add ability to disable control\n- 1.0.0 Initial release\n\n# License\n\nCopyright 2016 Enrise BV\nLicensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEnrise%2Freact-native-nmrangeslider-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEnrise%2Freact-native-nmrangeslider-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEnrise%2Freact-native-nmrangeslider-ios/lists"}