{"id":15660206,"url":"https://github.com/ertrzyiks/react-native-icarousel","last_synced_at":"2025-03-30T03:12:46.265Z","repository":{"id":70712297,"uuid":"43809960","full_name":"ertrzyiks/react-native-icarousel","owner":"ertrzyiks","description":null,"archived":false,"fork":false,"pushed_at":"2015-10-07T14:46:43.000Z","size":196,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T05:44:04.263Z","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/ertrzyiks.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":"2015-10-07T10:58:02.000Z","updated_at":"2015-10-07T11:04:27.000Z","dependencies_parsed_at":"2023-03-05T15:37:54.630Z","dependency_job_id":null,"html_url":"https://github.com/ertrzyiks/react-native-icarousel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertrzyiks%2Freact-native-icarousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertrzyiks%2Freact-native-icarousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertrzyiks%2Freact-native-icarousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ertrzyiks%2Freact-native-icarousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ertrzyiks","download_url":"https://codeload.github.com/ertrzyiks/react-native-icarousel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246269935,"owners_count":20750321,"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-10-03T13:20:37.414Z","updated_at":"2025-03-30T03:12:46.249Z","avatar_url":"https://github.com/ertrzyiks.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-icarousel\n\nBinding between [react-native](https://github.com/facebook/react-native)\nand [iCarousel](https://github.com/nicklockwood/iCarousel).\n\n## Installation\n\n * Install package\n\n```\nnpm install ertrzyiks/react-native-icarousel --save\n```\n\n * Install iCarousel Pod\n * Libraries-\u003eAdd Files to \"\u003cproject name\u003e\", select ``./node_modules/react-native-icarousel/ios/ReactNativeICarousel.xcodeproj`\n * Drag and drop iCarousel pod (i know there must be better way!) to ReactNativeICarousel Library\n * In project `Build Phases`, in Link Binary With Libraries section add libReactNativeICarousel.a\n\n\n## Usage\n\nSee full example at [ertrzyiks/react-native-icarousel-example](https://github.com/ertrzyiks/react-native-icarousel-example)\n\n```\nvar Carousel = require('react-native-icarousel');\n\nvar styles = StyleSheet.create({\n  container: {\n    flex: 1,\n    justifyContent: 'center',\n    alignItems: 'center',\n    backgroundColor: '#F5FCFF'\n  }\n});\n\nvar CarouselTest = React.createClass({\n  render: function() {\n    return (\n      \u003cCarousel style={styles.container} type={Carousel.Type.iCarouselTypeWheel}\u003e\n        \u003cText\u003e One! \u003c/Text\u003e\n        \u003cText\u003e Two! \u003c/Text\u003e\n        \u003cText\u003e Three! \u003c/Text\u003e\n        \u003cText\u003e Four! \u003c/Text\u003e\n        \u003cText\u003e Five! \u003c/Text\u003e\n      \u003c/Carousel\u003e\n    );\n  }\n});\n```\n\n## Supported properties\n\n\n| Prop Name        | Type                        |                                       |\n|------------------|-----------------------------|---------------------------------------|\n| type             | Enum (Carousel.Type.*)      |  Type of carousel                     |\n| vertical         | Bool                        |  Set carousel  to vertical            |\n| scrollEnabled    | Bool                        |  Set false to disable carousel        |\n| bounces          | Bool                        |  Set true to enable bouncing          |\n| bounceDistance   | Number                      |                                       |\n| perspective      | Number                      |  Defaults to (-1 / 500)               |\n| scrollSpeed      | Number                      |  Defaults to 1.0                      |\n| decelerationRate | Number                      |  Kind of friction?                    |\n\nSee [official docs](https://github.com/nicklockwood/iCarousel#properties) for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fertrzyiks%2Freact-native-icarousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fertrzyiks%2Freact-native-icarousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fertrzyiks%2Freact-native-icarousel/lists"}