{"id":25083155,"url":"https://github.com/beefe/react-native-slide","last_synced_at":"2025-04-15T09:51:17.436Z","repository":{"id":57340148,"uuid":"50111103","full_name":"beefe/react-native-slide","owner":"beefe","description":"A slide written in pure javascript for cross-platform support.","archived":false,"fork":false,"pushed_at":"2017-07-15T16:45:24.000Z","size":9,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-09T21:49:50.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/beefe.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":"2016-01-21T13:57:50.000Z","updated_at":"2022-06-02T18:41:30.000Z","dependencies_parsed_at":"2022-08-26T04:30:24.962Z","dependency_job_id":null,"html_url":"https://github.com/beefe/react-native-slide","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/beefe%2Freact-native-slide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beefe%2Freact-native-slide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beefe%2Freact-native-slide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beefe%2Freact-native-slide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beefe","download_url":"https://codeload.github.com/beefe/react-native-slide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537192,"owners_count":21120711,"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":"2025-02-07T06:17:57.846Z","updated_at":"2025-04-15T09:51:17.419Z","avatar_url":"https://github.com/beefe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#react-native-slide\n\n![version](https://img.shields.io/npm/v/react-native-slide.svg?style=flat-square)\n\nA Slide written in pure javascript for cross-platform support.\n\nNeeds react-native \u003e= 0.14.2\n\n###Documentation\n\n####Props\n- \u003cb\u003eheight\u003c/b\u003e number, height of the slide\n- \u003cb\u003eautoPlay\u003c/b\u003e number, the interval of autoplay. Unset this param to forbid autoplay.\n- \u003cb\u003eshowPagination\u003c/b\u003e bool, show pagination or not\n- \u003cb\u003epaginationStyle\u003c/b\u003e viewStylePropType, style of pagination\n- \u003cb\u003epaginationWrapStyle\u003c/b\u003e style object, style of paginationWrap\n- \u003cb\u003eactivePaginationStyle\u003c/b\u003e style object, style of activePaginationStyle\n\n####Method\n- \u003cb\u003eisDragging\u003c/b\u003e return dragging or not\n\n###Usage\n\n####Step 1 - install\n\n```\n\tnpm install react-native-slide --save\n```\n\n####Step 2 - import and use in project\n\n```javascript\n\timport Slide from 'react-native-slide'\n\t\n\t\u003cSlide\n\t\theight={160}\n\t\tautoPlay={5000}\n\t\tshowPagination={true}\n\t\tpaginationStyle={{\n\t\t\tbackgroundColor: 'red'\n\t\t}}\n\t\tpaginationWrapStyle={{\n\t\t\t\n\t\t}}\n\t\tactivePaginationStyle={{\n\t\t\tbackgroundColor: 'blue'\n\t\t}}\u003e\n\t\t{your slide items}\n\t\u003c/Slide\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeefe%2Freact-native-slide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeefe%2Freact-native-slide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeefe%2Freact-native-slide/lists"}